Developers

You can follow this category through RSS.

LinqToSql and comparisons with null

Monday, February 8th, 2010

Recently, I have been very surprised by LinqToSql, because it is not as smart as I supposed. Here is a code that confused me a little. from customer in db.Customers join customerGallery in db.Cu (...)

Ajax Control Toolkit – PageRequestManagerTimeOutException

Friday, February 5th, 2010

How to avoid "PageRequestManagerTimeOutException" while using Ajax Control Toolkit? I was having a problem when developing an ASP.NET Web Application using Ajax Control Toolikit. On one of my Repo (...)

FireQuery – Firebug extension for jQuery development

Wednesday, January 27th, 2010

The most interesting feature of this add-on, is displaying extra jQuery attributes attached to an HTML element, using the jQuery.data() method. That means NOT standard HTML tag attributes like: CS (...)

New Firebug 1.5 released

Friday, January 22nd, 2010

New Firebug 1.5 for Firefox was released. The most interesting new feature for me, is the "Breakpoints on DOM (HTML) Mutation Events". It stops the javascript debugger, when a specified element(HT (...)

jQuery 1.4 Released!

Friday, January 15th, 2010

Yesterday we had a great celebration – a new version of my favorite javascript library - jQuery 1.4 – was released! Although the old version - 1.3.2 – works very well, the creators decided to impro (...)

Manycore and the Microsoft .NET Framework 4: A Match Made in Microsoft Visual Studio 2010

Friday, January 15th, 2010

Parallel computing is a form of computation in which many operations are carried out simultaneously. In the "age of  many-core", developers are getting more and more interesting in using easily all t (...)

Using jQuery to fit thumbnails

Thursday, January 14th, 2010

The problem I've run onto a problem today: I had a bunch of thumbnail files that should be displayed in a gallery page in fixed-size boxes, but each image had different dimensions. It's easy to fi (...)

Oracle Database Gateway

Wednesday, November 25th, 2009

PGS in cooperation with one of our customers has started a new project in BI area using a range of Oracle tools. There are a few core components in a system. Just to give you a brief overview in what (...)