{{theTime}}

Search This Blog

Total Pageviews

JQuery

JQuery Example:  (Flickr Public API Feed to load Cartoons from flickr) jQuery Example

2 comments:

blogger said...

Contact me for source code.

blogger said...

Contact me for source code.

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...