http://mattberseth.com/blog/2007/08/the_everuseful_get_and_find_as.html
Month: May 2008
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”