iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Silverlight Basics - XAML and Layout
Silverlight is a powerful, but very different tool than most .NET developers are used to. This article will teach all the basics of getting your... more »
0 commentsSave Tags: gui, microsoft
Client Server Programming with WCF
Client/server programming isn't a new concept. In fact, it's been around so long that developers can quickly mention a set of problems that will need... more »
0 commentsSave Tags: frameworks, microsoft
Why WPF Rocks (Custom Layout Panel Showcase)
WPF has taken a new approach, every control in WPF has no concept of layout... Check a button in WPF, it has no Left or Top property! Well, this is... more »
0 commentsSave Tags: .net, frameworks, gui
jQuery Image Cross Fade Transition
A frequent query and request I receive (and have myself) as a developer is: “how can I fade one image in to another?”. In particular, Nathan... more »
0 commentsSave Tags: frameworks, javascript
Faster string building in C#
So many articles have been written about the string versus StringBuilder topic that there really isn’t anything left for anyone to write about. Or is... more »
0 commentsSave Tags: .net
File Based Applications to replace Database Systems
A relational database was a good system. It was also created in a time where searching a million files took more than milliseconds. It was a product... more »
3 commentsSave Tags: database, opinion
Easy Log File Object
Add a log file to your code to assist troubleshooting
0 commentsSave Tags: .net
Engineers Develop Solid-state Fan That Puts Traditional Coolers to Shame
Researcher says the solid-state fan is the biggest improvement in cooling since the heat pipe
0 commentsSave Tags: hardware
Integrate PayPal Checkout Button with ASP.NET 2.0
I recently posted a solution to the eternal PayPal / ASP.NET form submission problem using Jeremy Schneider's custom GhostForm class. Since then,... more »
0 commentsSave Tags: .net, microsoft, open source, web design
Pure CSS Animated Progress Bar
Animated progress bar created with nothing but css.
0 commentsSave Tags: css-html, standards, web 2.0, web design
3 Ways to Run NUnit From Visual Studio
Like it or not, whoever wants to have a stable code, need to write unit tests. There are 2 main unit testing frameworks for .Net Environment: MBUnit... more »
0 commentsSave Tags: .net, how-to
How To Use Gmail To Improve The Professional Image Of Your Small Business
Awesome tutorial for any website or small business. Give your small business appear to be much larger in the eyes of your customers.
0 commentsSave Tags: how-to, tools, usability
Writing a compiler in Ruby bottom up - Step 2
Second part of my series on writing a compiler targeting i386 in Ruby. This part adds support for function calls, so a simple hello world can be... more »
0 commentsSave Tags: how-to, other languages, ruby
.NET 3.5 Framework Distribution Size
One of the considerations of whether to choose .NET 3.5 for your non-server applications might be distribution size. If you're building a vertical... more »
0 commentsSave Tags: .net, frameworks, opinion
ASP.NET 3.5, AJAX and WebServices
This article explains the use of webservices in ASP.NET 3.5 AJAX environment and it tells how to call web service methods from a client-side... more »
0 commentsSave Tags: .net, ajax, web services
Google's Free chart API for your Dashboard and reports
Will Google eventually enter the Dashboard Market? Has anyone else tried developing report and dashboards using Google's API?
0 commentsSave Tags: database, how-to, java, tools
Implementing the Singleton Design Pattern in .NET
This article demonstrates how to implement a thread safe singleton in C#.
0 commentsSave Tags: .net, microsoft