Great site with lots of Blogs
http://gmailblog.blogspot.com/2008/06/introducing-gmail-labs.html
Author: Dan H
Color Schemer Online
Some new Color Scheme Website
http://www.colourlovers.com/palettes/top
Color Schemer Online
http://www.colorschemer.com/online.html
Color Pix doesnt seem as good as ColorPic
http://www.colorschemer.com/colorpix_info.php
See below
http://www.iconico.com/colorpic/
Microsoft MVC Definition (includes some Scott G Posts)
http://wiki.asp.net/page.aspx/286/aspnet-mvc-framework/
Session State in Sql Server database.
“ASPState” SqlServer database name when wanting to add Session to a database.
$get examples for use with AJAX
Everything Google: http://googlified.com
Everything Google:
http://googlified.com
Obfuscated code…. Cool explanation..
http://en.wikipedia.org/wiki/Obfuscated_code
Also the links at the bottom of page contain more information
A .NET obfuscator
http://www.preemptive.com/dotfuscator-faq.html#What%20is%20Obfuscation?
Also outlines some benefits of using obfuscation
– reduction application size 20-40% smaller
– Compacted programs often load faster and run in less memory
– moreover, networked distribution of components is more efficient because application size is reduced.
Sql Server Management Studio Keyboard Shortcuts
Here is the MSDN page for all keyboard shortcuts for all versions of SQL Server Management Studio
Changing CSS Styles from within ASP.NET server side code.
The following code allows the ability to change the display CSS style rule value from within
ASP.NET.
pnlChangeStartingPoint.Style(“display”) = “block”
Databinding
http://channel9.msdn.com/ShowPost.aspx?PostID=319624