Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 306 of 334


6101. Observer Design Pattern in C#
Observer Design Pattern in C#
(The Code Project Open License (CPOL))
Development Lifecycle » Design and Architecture » Design Patterns
Salmanzz Updated: 13 Jul 2009
Rating: 2.78/5 (5 votes)
6102. How to build your career in PHP?
Must learn for PHP based web-programming career. Please click on the following links, and read all the short notes listedRead all the short notes from this link. Then explore the discussed ideas in depthPHP & MySQL go hand in hand. Hence read all the MySQL related short notes from this we
(The Code Project Open License (CPOL))
Web Development » Site & Server Management » General
Sayed Ahmed Updated: 12 Jul 2009
Rating: 1.00/5 (4 votes)
6103. Simulate Threading Using Javascript
Large loops in Javascript tend to slow down browsers and cause the user experience to degrade. With the use of enclosures and setTimeout, we can simulate 'threading' and improve the performance of our page. This post explains how to create a simple class to handle 'threading'.
(The Creative Commons Attribution-ShareAlike 2.5 License)
Web Development » Client side scripting » General
webdev_hb Updated: 10 Jul 2009
Rating: 4.27/5 (6 votes)
6104. Dumping SQL data in pivoted format
Technorati Tags: SQL Server,Tips If you’re like me and spend a lot of time in SQL Query Analyzer, querying data directly, you may find the column display format tedious for tables with lots of columns or where you are only working with a couple of entries in the table anyways. Consider the followi
(The Code Project Open License (CPOL))
Database » SQL Reporting Services » General
bobleith Updated: 9 Jul 2009
Rating: (0 votes for this Article)
6105. C# And Accepting Parameters
C# offers a few additional keywords to allow you to accept multiple parameters for a method. This post goes over using the 'params' keyword and the evil '__arglist' keyword.
(The Creative Commons Attribution-ShareAlike 2.5 License)
Platforms, Frameworks & Libraries » .NET Framework » General
webdev_hb Updated: 9 Jul 2009
Rating: 4.26/5 (15 votes)
6106. Complete Control Over Your Webforms Output
ASP.NET generates a lot of junk that some developers would like to remove from their page. By overriding the Render method and using some regular expressions a developer can completely transform the output from their pages. This post explores some ways you can customize the content you send to the c
(The Creative Commons Attribution-ShareAlike 2.5 License)
Web Development » ASP.NET » General
webdev_hb Updated: 8 Jul 2009
Rating: 5.00/5 (2 votes)
6107. IMultiValueConverter with Silverlight
Learn how to bypass the limitation that Silverlight has with not supporting a multivalue converter.
(The Code Project Open License (CPOL))
Web Development » Silverlight » HowTo
Jeremy Likness Updated: 7 Jul 2009
Rating: 3.00/5 (1 vote)
6108. Beginners Introduction To XSL Transform : Rendering XML Data using XSL - Get HTML output
Beginners Introduction to Rendering XML data using XSL transformation, a step by step guide to rendering XML data using XSL
(The Code Project Open License (CPOL))
Web Development » ASP.NET » General
Abhijit Jana Updated: 7 Jul 2009
Rating: 3.82/5 (12 votes)
6109. jLinq Screencast #1 – Getting Started With jLinq
Episode on learning jLinq - Javascript/Json Query Language has been posted! This video goes over the basics of using jLinq and explains some of the cool features behind the way jLinq works.
(The Creative Commons Attribution-ShareAlike 2.5 License)
General Reading » Uncategorised Technical Blogs » General
webdev_hb Updated: 6 Jul 2009
Rating: 1.00/5 (1 vote)
6110. Silverlight: Reflection Image Button
A simple Silverlight control that creates an image button with zoom and reflection
(The Code Project Open License (CPOL))