Monday, 16 February 2009

TechCrunch Layoff Tracker

Wednesday, 11 February 2009

Free domain name and hosting from Microsoft for one Year

Get a free domain name and hosting from Microsoft for one Year. The account includes not only the domain (any available .com, .net, .org, or .info address), but also site-building tools, reporting tools, project and document managers, 100 e-mail addresses, and collaboration-minded online workspaces. You get 500MB of storage.

Friday, 22 August 2008

Provider (0x80004005) unspecified ASP

Provider (0x80004005) unspecified - ASP

0x80004005 errors are related to permission en security issues.

This could be the problem. You're opening the db twice.

There are two things you can do.

Check the connection state if the connection is already open why should you try to open it again?

or

Close the recordset and connection en set the objects to nothing at the end.


if objConn.state = 1 then
objConn.close
set objConn = nothing
end if

Tuesday, 22 July 2008

Adobe Flex 3 Training from the source




Hi Yesterday I got some Books on Flex courtesy by my friend Ranjith. (Adobe Flex 3: Training from the Source (Paperback) and Flex 3 Cookbook: Code-Recipes, Tips, and Tricks for RIA Developers (Adobe Developer Library) [ILLUSTRATED] (Paperback))
Thanks Ranji. Hope I will give some nice RIA's.

Wednesday, 28 May 2008

Flex Sites

http://www.mortgagenews2.com/
http://www.scion.com/

 
© The contents of all personal web pages and blogs are published by me. Statements made and opinions expressed are strictly those of the me and not my employer.