ASP.NET - ViewState - Client Side State Management
The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle... more »
0 commentsSave Tags: .net, how-to, web design
Flashing Message box using jQuery
here is the tips for you to make the animated flashing message box using jQuery in the top left corner of the browser...
0 commentsSave Tags: css-html, frameworks, how-to, javascript
Working with web developers in India: why, whom, and how
Ryan Norbauer has been there, done that and taken copious notes — where the “there” is his consulting firm, the “that” Indian outsourcing and the... more »
0 commentsSave Tags: how-to, opinion, trends, web design
jQuery - Load Data From Other Pages
How do I load data with jQuery? In this tutorial, we're going to grab data from one page and display it on another. You can download the sample... more »
1 commentsSave Tags: frameworks, how-to, javascript, web design
How To Setup MySQL Replication in 10 minutes
MySQL is an excellent open source database system. Replication is a great way to keep data redundant in case of a server crash. However, replication... more »
0 commentsSave Tags: database, how-to
Code coverage: a tool against unused and untested code
How to cut your maintenance in half by knowing which code to throw away.
0 commentsSave Tags: how-to, methodology, opinion, tools
Debugging 101 - Measure, do your homework and think out of the box
Being confronted with an occasional bug in a complex system can be quite overwhelming. There are three disciplines that help you to stay strong: 1)... more »
0 commentsSave Tags: .net, c-and-cpp, frameworks, how-to
Java theory and practice: Going wild with generics, Part 2
Wildcards can be very confusing when it comes to generics in the Java language, and one of the most common mistakes is to fail to use one of the two... more »
0 commentsSave Tags: how-to, java
Build an American Flag out of XHTML and CSS
To celebrate our upcoming Independence Day (because I am a Yankee), I took a bit of time and created the CSS and XHTML USA flag you see above.
1 commentsSave Tags: css-html, how-to
Passing Data Between Flash And Flex And Back
Our recent adventures in Flex/Flash land have required us to have our Flash and Flex components to talk to each other. Here are some ways in which you... more »
0 commentsSave Tags: flash-flex, how-to, ria, web design
Invoking Win32 API and Activex Components (Com dlls) from Java Part 1
Invoke Win 32 APIs from java without writing any native code.
0 commentsSave Tags: how-to, java
How to use Random class correctly to generate random numbers in .NET?
The Random class in the .NET Framework class library provides functionality to generate random integers and doubles. It seems that it is very easy and... more »
0 commentsSave Tags: .net, how-to
Writing a Skype Plugin in C++
Shows how to write a Skype extension using Visual C++, WTL and Boost.
0 commentsSave Tags: c-and-cpp, how-to, tools, windows
Clustered Scala Actors
The first thing to do was to come up with a sample problem. After some thought, I settled on writing a parallel Fold implementation. As a quick recap:... more »
0 commentsSave Tags: how-to, java, other languages
Game Programming Crash Course (for J2ME)
A thorough tutorial for introducing people to game programming and J2ME (no Java experience required!). Explained in great detail and clear language.... more »
1 commentsSave Tags: eclipse, games, how-to, java
Multithreaded Server in Java
This is text no. 3 in a series on implementing multithreaded servers in Java. So far the trail discusses a singlethreaded and a simple multithreaded... more »
3 commentsSave Tags: how-to, java, server
Seven practices for healthier, faster software development
In this article, learn about seven practices that can reduce overtime, cut costs, and speed up production on your software development project. Create... more »
0 commentsSave Tags: how-to
ETL: Practical Example of Data Transformation Using Kettle
Kettle is a great tool, and its easy to tell that this was written by someone who works with annoying data formats on a consistent basis. Well, Kettle... more »
0 commentsSave Tags: database, how-to, open source
Get Started With Django
Django was designed from the ground up to handle two common web developer challenges: intensive deadlines and strict adherence to the Don't Repeat... more »
0 commentsSave Tags: frameworks, how-to, python
26 Not To Be Missed .NET Articles - June 2008 - .NET Zone
This month we have even more then in May in fact, we have almost tripple, we cover topics such as Deliver Next-Generation SOA Apps with Microsoft... more »
0 commentsSave Tags: .net, how-to, mobile, web design
Tips for MySQL to PostgreSQL Switch
If you’ve decided to move a few tables from MySQL to PostgreSQL, these few tips might help
0 commentsSave Tags: database, how-to, open source
5 Minute Guide To Selenium IDE and Selenium Remote Control (Java) Test Tools
A simple introduction to Selenium testing tools.
0 commentsSave Tags: how-to, java, javascript
How to define the default value for a property in C#?
When you are creating your form controls and classes in the .NET languages, you maybe want to set the default values to some properties for the... more »
0 commentsSave Tags: .net, how-to
Developing, Extending and Styling Flex Components
Do you want to create your own flex component? Or you simply don’t like the style of the component you need to use, or even there are some features... more »
0 commentsSave Tags: flash-flex, how-to, ria, web design
Installing Xdebug - Best Decision You Will Ever Make
I finally got around to installing Xdebug on my development environment and have decided it is the best thing since sliced bread.Installation was a... more »
0 commentsSave Tags: how-to, php, tools