Saturday, November 1, 2008

good collection of stock photos and web icons :http://www.dreamstime.com/it&c-cat108


ShareThis
good collection of stock photos and web icons :http://www.dreamstime.com/it&c-cat108

Wednesday, August 27, 2008

Joe Stagner []MSFT] on open sourse


ShareThis
When I talk about Open Source, it's not form a "religions" perspective. I'm interested in the applications, the people and the business model.
A PHP friend, Wez Furlong, share a passion for making things that were necessarily designed to work together do exactly that. Wez is a pretty big figure in the PHP world and we did a panel together a few years ago at MIX in which Wez brilliantly described Open Source as "Itch Driven Development".
The point is, it's the community need that drive the success of an Open Source project, no matter what the underlying technology......

Joe Stagner []MSFT] on open sourse

Tuesday, August 12, 2008

Gmail error


ShareThis
Gmail- Error !!!

Gmail have been one of my most fav web apps. Though its' the best mail service it sometimes suffer rare temporary bugs and errors. Tonight I felt one of such error while Google did not let me use Gmail service mentioning the server error. The error details are posted below just for fun or reference purpose...

Server Error: "Temporary Error (502)

We’re sorry, but your Gmail account is currently experiencing errors. You won’t be able to use your account while these errors last, but don’t worry, your account data and messages are safe. Our engineers are working to resolve this issue.
Please try accessing your account again in a few minutes.

Try Again Sign Out"

Monday, July 28, 2008

Gratner: A lot on IT Research, Trends, Practices, Security, Tools and Technologies


ShareThis
Gratner: A lot on IT Research, Trends, Practices, Security, Tools and Technologies, Stattistics, Pattern and Practices
http://www.gartner.com/

Tuesday, July 22, 2008

Search Text Box


ShareThis
Show "Saerch" in Search text box automatically when there is no text entered in the text box.

<input type="text" value="Search" name="s" id="s" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}" />
<input type="submit" id="searchsubmit" value="Go" />

Sunday, July 13, 2008

Few notable websites


ShareThis
Today I visited few notable websites from different arena:

Grren Energy and products: http://www.freeplayenergy.com/products

MicroWorlds EX is an environment in which students can explore and test their ideas as they create science simulations, mathematical experiments, interactive multimedia stories, whatever they can imagine!
http://www.microworlds.com/

Electronic Gazets / Circuits / PCB circuits and much more
http://www.sparkfun.com/commerce/categories.php

Cartoon Making : Tutorials, Blogs, Tips and trick
http://www.howtoons.com/

Good repository of Science / Electronics / Electrical Projects / Ideas/ Gazets
http://www.instructables.com/

http://graffitiresearchlab.com/

Balloon toys: good
http://www.inspireunderground.com/blog/?p=124

Selecting All / None Check Boxees of a GridView or CheckBoxList


ShareThis
Use this Master CheckBox for Checking / Unchecking All CheckBoxes...
Use this java Script code for the task - add this in the Head Section of HTML Docum







Thursday, July 3, 2008

Mozila Projects and Technologies


ShareThis
Mozila Projects and Technologies:

http://www.mozilla.org/projects/list.html

Wednesday, July 2, 2008

Some AJAX extention controls


ShareThis
Some AJAX extention controls

http://anthem.talloaksoftware.com/Extensions/

Problem with the ASP.net Update Panel


ShareThis
Chk out this article...
http://encosia.com/2007/07/11/why-aspnet-ajax-updatepanels-are-dangerous/