Broaden Your Horizons: Web Projects
Why should you just stick to freelancing? When work is rare, it's good to have some kind of side project to keep yourself busy, and help you progress... more »
Tweet 0 CommentsSave Tags: how-to, web design, web services
Maximized form layout
After my article on minimal form layout I thought it would be fair to explain a little about my preferred way to layout a form. Or at least, the form... more »
Tweet 0 CommentsSave Tags: how-to, web design
How to: Capture browser close button event or exiting the page in javascript.
How to: Capture browser close button event or exiting the page in javascript.
Tweet 1 CommentsSave Tags: css-html, how-to, javascript
Linux kernel design patterns - part 3
In this final article we will be looking at just one design pattern. We started with the fine details of reference counting, zoomed out to look at... more »
Tweet 0 CommentsSave Tags: how-to, methodology, unix-linux
Data Paging with Flex and PHP in Flash Builder
Flash Builder 4 can really speed up the development of data-driven applications. There are new wizards that can help you create the data service and... more »
Tweet 0 CommentsSave Tags: flash-flex, how-to, php
Your Resume Won't Get You Hired - What Makes a Good Cover Letter?
There are a lot of resources out there, but for me it comes down to two simple things: tell me why you want to work at my company and tell me why you... more »
Tweet 0 CommentsSave Tags: how-to
Google Weather API and Flash – Part 2
Lets move ahead and try to call google weather API. for this lets first make result component(Text Area) to read-only, because we just wanted to... more »
Tweet 1 CommentsSave Tags: flash-flex, how-to, web services, xml
Secure authentication with JavaScript
When creating a user authentication system, security is very important. Guides to building authentication systems for a web application often discuss... more »
Tweet 0 CommentsSave Tags: how-to, javascript
How to write a Singleton? (1/5)
It seems that Singleton from all design patterns is the most controversial one and people have drastically different views on whether or not it is... more »
Tweet 1 CommentsSave Tags: how-to, java, opinion
Compress PHP Output And Save On Bandwidth!
We all love web pages that load super fast and as Google pushes us to “make the web faster,” we must heed the call. In my search for ways to... more »
Tweet 0 CommentsSave Tags: how-to, php
Linux based Solar-powered networking anywhere
SolarNetOne is novel initiative to span the divide. Learn how SolarNetOne can deploy a turnkey Internet hotspot—conditioned, renewable power;... more »
Tweet 0 CommentsSave Tags: how-to, tools, unix-linux, web 2.0
Accessing static properties using C# reflections
Simple way to access statis properties using C# reflections
Tweet 0 CommentsSave Tags: .net, c-and-cpp, how-to
TryParse a string to a nullable type (DateTime, int, Decimal, etc)
Have you ever wanted to parse a string to a nullable type? This will show you how to do it in a Generic way so you don't have to rewrite your code to... more »
Tweet 0 CommentsSave Tags: .net, how-to, other languages
JavaFX: Building custom controls
One of the big criticisms leveled at JavaFX presently is its lack of controls (or components if you come from the Swing world). This was addressed to... more »
Fixed Header & Footer Layout: A Beginner’s Guide
Getting a fixed header and footer to work in IE6 can seem quite daunting. In this tutorial we’ll not only get it working in all the major browsers,... more »
Tweet 0 CommentsSave Tags: css-html, how-to, web design
5 Important CSS Hacks for IE That You Should Know
A lot of web developers still finding the best way to build a cross browser website. Especially showing it on ie6 browser, your beautiful looking... more »
Tweet 0 CommentsSave Tags: css-html, how-to, web design, windows
Generating Microsoft Office Documents with the Open XML SDK
The Open XML SDK provides a comprehensive set of classes that make generating and manipulating Microsoft Office documents much simpler and faster than... more »
15 very useful PHP code snippets for PHP developers
15 very useful PHP code snippets for PHP developers
Tweet 0 CommentsSave Tags: how-to, php
Building object-oriented modular PHP applications
Separation of concerns is a concept in object-oriented (OO) software design that allows you to build more-modular applications. Modular applications... more »
Tweet 0 CommentsSave Tags: how-to, open source, php, web 2.0
Convert ArrayList to Arrays in Java
"FOR NOVICE" - A lot of time I have to convert ArrayList to Arrays in my Java program. Although this is a simple task, many people don’t know how to... more »
Tweet 0 CommentsSave Tags: how-to, java
Closing the last tab in Firefox 3.5
One annoying thing in Firefox 3.5 is the 'missing-close-button' on the single tab. By default. FF3.5 doesn't allow you to close a tab, when there is... more »
304 Your images from a database
I was reading somewhere about some anecdotal evidence that Google doesn't like to index images that don't have some kind of modification time on them.... more »
Tweet 0 CommentsSave Tags: .net, how-to, server
A simple Silverlight CRUD application – Part 1: putting the R in cRud
This is the first post in a series to demonstrate how to use the standard MSFT technologies to implement a CRUD data application in Silverlight . ... more »
Twitter API with C# example(part 1)
Using Twitter API with C# to get user details.
Tweet 0 CommentsSave Tags: .net, how-to, xml
Some simple but effective CSS rules for IE 6
Some simple but effective CSS rules for IE 6. All these CSS are used in a conditional CSS file for IE 6 to ensure CSS validity as some of the... more »
Tweet 0 CommentsSave Tags: css-html, how-to, web design