.NET

Thumbnail
We’ve finally arrived at the moment of the map. For the last several articles in the Loccasions series , I have promised things like “in the next post we will deal with the map” and “I will... Read More
 
Thumbnail
Let’s start by defining the word “function.” A function is a self-contained piece of code which carries out a particular task (or function!). A key benefit of using functions is that they are... Read More
 
You have your big players in the cloud like Amazon and Rackspace. Then, there’s Liquid Web with Storm On Demand . They are relatively new to the cloud computing scene but, they aren’t a new... Read More
Thumbnail
If you’re just starting out with regular expressions (regex), the syntax can seem a bit puzzling at first (I would recommend Jason Pasnikowski’s article as a good starting point). One of the... Read More
 
 
Writing apps in your favorite language on the web is fun and rewarding for developers — and can be a good value proposition for small businesses and start ups. This is easily possible with Google... Read More
Thumbnail
$_SESSION is a special array used to store information across the page requests a user makes during his visit to your website or web application. The most fundamental way to explain what a sessions... Read More
 
As a recap from my previous article , CloudFiles is a an online storage service for your static content. Rackspace provides a Software Development Kit (SDK) for multiple programming languages. They... Read More
Thumbnail
Errors are the most common event a developer faces when programming. Errors can be categorized as syntactical, run-time, or logical: missing the semicolon at the end of a statement is an example of... Read More
 
 
Thumbnail
The working world would be nice if we could only develop and maintain our own code. The reason being: we would inherently understand the concepts, work-flow, and logic within it. But like every... Read More
 
Thumbnail
The working world would be nice if we could only develop and maintain our own code. The reason being: we would inherently understand the concepts, work-flow, and logic within it. But like every... Read More
 
Thumbnail
Writing an application in PHP or any other language is both a rewarding and sometimes challenging endeavor. It’s also a time consuming process depending on the complexity of the project you’re... Read More
 
rubysource-icon115x115
Here are some of the best posts on RubySource in the month of October, in case you missed them.Read More
 
Thumbnail
New audiences around the world access the Internet every second, most of whom would be delighted to find your content in their mother tongue. You might think you only need a good translator to... Read More
 
As a PHP developer you are probably used to seeing applications and articles using MySQL or some other relational database management system (RDBMS). But in the past few years, a new kind of... Read More