FeedCluster.com - Free Community Aggregators, Blog Aggregator Hosting Create Aggregator | Submit Blog | Log In
This is a community aggregator of blogs about computer programming, algorithms, web development, programming languages and tools.
Why Java not support multiple Inheritance?
One can always think of extending multiple classes to inherit the multiple features in the form of methods.Like following:- [read more]
0 CommentsView blog reactions
SQL SERVER – Disk Partition Alignment Best Practices
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]
CommentsView blog reactions
Developer/IT Conferences - Are you in? in Corner Cubicle
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]
View blog reactions
Django…for the very first time
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]
CommentsView blog reactions
Mac OS X Tip – Type Or Edit Path In Finder
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]
CommentsView blog reactions
Flash Extensions: Auto Name Package
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]
CommentsView blog reactions
Why Is Your Computer System Down?
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]
View blog reactions
Hacking Wordpress
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]
View blog reactions
Doing it for yourself - deciding whether to use someone else’s code
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]
CommentsView blog reactions
MySQL character encodings
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]
CommentsView blog reactions
C# lambda and foreach variable
Can you guess what the output of the following program is? [read more]
CommentsView blog reactions
Drag And Drop Files to a C# Application
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]
CommentsView blog reactions
“De-Bugging” Code before Check-in
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]
CommentsView blog reactions
Board Game Jungle speed / Arriba
Review of the cool game "Jungle Speed" aka. "Arriba". [read more]
CommentsView blog reactions
Oracle Partitioning VIII - Partition Indexes
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]
0 CommentsView blog reactions
OpenHack 2009 London
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]
View blog reactions
jQuery, Selecting the Previous Element With Filtering
Recently I was looking for a solution to this problem. My HTML looked like this: [read more]
CommentsView blog reactions
Rails Conference Debacle
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]
CommentsView blog reactions
json2dom
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]
CommentsView blog reactions
Powered by Apache Mina
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]
CommentsView blog reactions
Just show me what you have done
Image via Wikipedia [read more]
CommentsView blog reactions
Image Generation Using PHP
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]
6 CommentsView blog reactions
Oracle connection with JDBC - JNDI
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]
CommentsView blog reactions
An Open Source .NET Port of the Unix Banner Command Line Tool
  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]
CommentsView blog reactions
Window Tabifier
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]
CommentsView blog reactions
Testing Is Important, So Plan It Soon
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]
View blog reactions
Play Online Thambola . Housie . Bingo !!!!!!!
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]
1 CommentView blog reactions
Permanently Moved
Please check enrii.blog for future updates. [read more]
1 CommentView blog reactions
JavaScript Functions for Working with Cookies
// Cookie handeling routines. [read more]
View blog reactions