|
Jul 4, 2009
| Author: va
| Source: Java World
One can always think of extending multiple classes to inherit the multiple features in the form of methods.Like following:-
[ read more]
|
|
Jul 4, 2009
| Author: pinaldave
| Source: Journey to SQL Authority with Pinal Dave
Disk partition alignment is a powerful tool for improving SQL Server performance. Configuring optimal disk performance is often viewed as much art as science. A best practice that is essential yet often overlooked is disk partition alig ...
[ read more]
|
|
Jul 2, 2009
| Author: Core
| Source: Dream.In.Code Featured Topics
There are always many developer/IT conferences going on in the US (and even in many places around the world). Some of them are very popular (like PDC or WWDC), some of them are less but there is always something interesting there for me.
[ read more]
|
|
Jul 2, 2009
| Author: Tudor
| Source: Tudor Barbu's professional blog
This is a post I’ve wanted to write for quite some time now, but there is so much say that I couldn’t get the time to write it all down. So I’ve decided to split the first impression on django topic into smaller articles, this being the ...
[ read more]
|
|
Jun 28, 2009
| Author: alexmipego
| Source: Alexandre Gomes
Sometimes I just want to type a path in Finder, or maybe paste it from somewhere. It can be painful slow to track the right folders 1 by 1. Surprisingly, its difficult to find this little trick via a web search, it seems everyone if foc ...
[ read more]
|
|
Jun 26, 2009
| Author: Justin
| Source: Ajar Productions
Another set of Flash commands by request. I’ve had these on my machine for a while but haven’t released them. This extension contains 3 commands to accelerate the process of working with names in Flash. One command names your layer base ...
[ read more]
|
|
Jun 24, 2009
| Source: the_codist()
Today I went to a local Texas Drivers License office to replace the license I lost at the airport recently (thanks, TSA). On arriving there was a sign, nicely laminated as it had obviously been well used, saying all the computers were d ...
[ read more]
|
|
Jun 22, 2009
| Source: Error_Success
Over on my photo blog I have a template that uses Wordpress' meta tags to store images, rather than requiring me to insert them in the usual way. This is great because it means the image can be displayed separately to the post's text, b ...
[ read more]
|
|
Jun 22, 2009
| Author: Rich
| Source: Programming for Scientists
Using someone else’s code can be great. Or it can be horrible. If it does exactly what you need it to, doing so with no bugs and no ambiguity, then this is awesome. If you need to make changes to buggy, uncommented code written by so ...
[ read more]
|
|
Jun 20, 2009
| Author: Bennett
| Source: Semicolon
I recently noticed that many of the comments and trackbacks on this website were composed entirely of question marks. At first I thought it might be plain old spam, but it turned out to be a character encoding problem. Here’s how I fixe ...
[ read more]
|
|
Jun 17, 2009
| Author: Bojan Resnik
| Source: Bojan Resnik’s Blog
Can you guess what the output of the following program is?
[ read more]
|
|
Jun 11, 2009
| Author: Amgad Suliman
| Source: CodeHill
The .NET Framework makes it easy to detect objects dragged and/or dropped into a Windows Forms application using one or more of the drag-and-drop events available. In these events you could check if the object is a file.
[ read more]
|
|
Jun 9, 2009
| Author: Amit Goel
| Source: Safer Code
Even an expert programmer cannot claim of writing bug free code. Bugs are here to stay during a software development life cycle. But what every programmer needs to do is to test his code before the code goes into the main repository. So ...
[ read more]
|
|
May 19, 2009
| Author: Kasper B. Graversen
| Source: First Class Thoughts
Review of the cool game "Jungle Speed" aka. "Arriba".
[ read more]
|
|
May 14, 2009
| Author: Apun Hiran
| Source: Apun's Weblog
Indexing on Partitoned Tables:
Local Indexes:
A local index on a partition table will have the same partition schema as the table. Each partition in a local index will have similar entries like the corresponding data in the table part ...
[ read more]
|
|
May 7, 2009
| Author: Simon
| Source: Simon's Software Stuff
I'm very excited about OpenHack this weekend. I had such fun at the last one, and this one is already shaping up to be so much better. Last time I hacked alone, and came up with a utility to visit all the links in a user's del.icio.us a ...
[ read more]
|
|
May 5, 2009
| Author: Josh
| Source: joshclarkson.net
Recently I was looking for a solution to this problem. My HTML looked like this:
[ read more]
|
|
May 1, 2009
| Author: Doug
| Source: Straw Dogs
I've only just heard of this silly mess that occurred at the Golden Gate Ruby Conf and many people have already posted on this so I won't bother wading in. But I thought I'd quickly say: Not impressed with Matt DHH or anyone else who co ...
[ read more]
|
|
Apr 27, 2009
| Author: schettino72
| Source: cut the bullshit
I like jQuery but creating DOM elements on the fly with jQuery is pretty boring. I guess I am not the only one. Just take a look at all this plugins. Well I added one more :)
json2dom let you create dom elements on-the-fly using json r ...
[ read more]
|
|
Apr 24, 2009
| Author: Giancarlo Frison
| Source: Quality Integration Productivity
The application being discussed has to behave in the following way: perform the client authentication, accomplish the request and response operations and forward notifications asynchronously to the client. The Mina framework fulfills th ...
[ read more]
|
|
Apr 23, 2009
| Author: altuure
| Source: Altuure Java Blog
Image via Wikipedia
[ read more]
|
|
Mar 24, 2009
| Author: Arvind Gupta
| Source: Learning Computer Programming
In one of the previous posts about CAPTCHA
Image Generation we made use of PHP’s image generation functions
but didn’t discuss about them. So, if you had any problems or just want
to know more, read on.
[ read more]
|
|
Jan 15, 2009
| Author: lalit
| Source: Programming Tips and Tricks
Using JNDI
javax.naming.Context context = new javax.naming.InitialContext();
javax.sql.DataSource ds = (javax.sql.DataSource) context.lookup("java:comp/env/jdbc/XXXJNDINAMEXXX");
java.sql.Connection con = ds.getConnection();
[ read more]
|
|
Dec 25, 2008
| Author: Amgad Suliman
| Source: AmgadHS
Banner is a port of the Unix and Linux command-line tool with the same name. It displays the text provided in the argument in ASCII art. It currently displays capital letters, numbers, periods and dashes, but I will be adding some mo ...
[ read more]
|
|
Nov 20, 2008
| Author: mcnamara
| Source: Giorgi Dalakishvili's Programming Blog
This is an application developed by me. This program allows to host several open Windows in one parent window so that you can easily access and navigate between them, as well as clean up space in the taskbar. The idea of creating this p ...
[ read more]
|
|
Oct 19, 2008
| Author: Isaac Rodriguez
| Source: Developer's Corner
First of all, I want to apologize to all my readers for being away for so long. Personal reasons have kept me away from posting but things are settling down, so I want to resume this enjoyable task, and I hope you keep following my work.
[ read more]
|
|
Jun 7, 2006
| Author: Krishnakanth Soni
| Source: Free Java Source Code !!!
This site has been moved to http://www.99applications.com
To download code/application click the following link 99applications.com/java_programs and you can also find many c and c plus plus common programs in C & C++ section
[ read more]
|
|
Mar 9, 2006
| Author: EngLee
| Source: life as programmer
Please check enrii.blog for future updates.
[ read more]
|
|
Jul 20, 2004
| Author: Jonathan Leger
| Source: Coding Tips Daily Blog
// Cookie handeling routines.
[ read more]
|