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.
Growing your influence
Do you want your blog to grow? Do you want loyal readers to read your blog? Do you want your readers to listen and take note of what you say, then either do what you ask or apply it to their lives? I’m sure the answer is yes. [read more]
CommentsView blog reactions
SQL SERVER – Brief Note about StreamInsight – What is StreamInsight
StreamInsight is a new event processing platform introduced in upcoming version SQL Server 2008 R2. Similar to other components such as SSIS, SSAS or Service Broker, it also needs to be installed along with the SQL Server. Up to SQL Se ... [read more]
CommentsView blog reactions
Dream.In.Code T-Shirts - Now Available For 500+ Post Members in Dream.in.code News
[b][size=6]The Dream.In.Code T-Shirts Have Arrived![/size][/b] [read more]
View blog reactions
Global Game Jam 2010 : Pigmalion
In case you didn't know a cool thing happened over the weekend.  A bunch of people from around the world made a bunch of games.  I missed the first time this happened last year, but this year I vowed to not miss out.  In roughly twenty ... [read more]
0 CommentsView blog reactions
New theme
Got myself a new blog theme. The old one was getting…well…old. The design was made by Andrei Chirea. It’s still in beta. Some things may work “funny”, other may not work at all. Should work in Internet Explorer. Suggestions are welcome! [read more]
CommentsView blog reactions
Android Notes: Full screen applications
Just a quick note on how to make an Activity run full-screen. Simply insert this magic into the Activity’s OnCreate() [read more]
View blog reactions
I Think People Are Wrong About Apple's iPad
After reading the internet's large negative response to Apple's new iPad, I can only remember the same comments about the iPod and iPhone. [read more]
View blog reactions
Generate SSL certificate for Tomcat
Following are the steps to create an real SSL certificate (verified by VeriSign/Thawte etc.) for Tomcat: 1. Creation of keystore keytool -genkey -alias XXX -keyalg RSA -keystore ./XXX.keystore 2. Generation of CSR keytool -certreq - ... [read more]
CommentsView blog reactions
Adding SEO fields to N2 MVC example
I've been using (a copy of) the MVC example from the N2 trunk. By default, there is no SEO tab. To add this, copy SEODefinitionAppender.cs and TitleAndMetaTagApplyer.cs from the N2.Templates.Mvc project (Services folder) to the example ... [read more]
View blog reactions
Weird Usage Of “select” in perl
Many times while going through some perl code, you must have come across snippets like “select((select(fh), $|=1)[0])” and wondered what this means, even though you might know that: [read more]
CommentsView blog reactions
The " ? " Operator
Java includes a special Three-way(Ternary) operator that can replace certain types of if-then-else statements.These statements include assignment when certain conditions are fulfilled.This operator is " ? ".The working of " ? " operator ... [read more]
0 CommentsView blog reactions
Microsoft open sources .NET Micro Framework
Microsoft has 3 .Net flavors, the complete stack, the .Net Compact Framework and the .Net Micro Framework for extremely resource-constrained devices. The later is being open sourced under the Apache 2.0 license. A copy of the full annou ... [read more]
CommentsView blog reactions
Designing Your Own Lightbox in Javascript
In nowadays web 2.0 world use of Lightbox is very common. While Lightbox, fancybox (similar to the former) are great scripts and have wide uses, creating a script similar to these is never a bad idea. If you learn, read on else use o ... [read more]
5 CommentsView blog reactions
Don’t Make Me Think! — Steve Krug
To mark World Usability Day 2009, here’s a review of a classic book on usability for web sites and applications. A lot of the information and advice seems obvious once you’ve read it, but judging by the websites that litter the web, it’ ... [read more]
CommentsView blog reactions
Using Visual Studio 2008 with Visual C++ 6.0 compiler
How to configure Visual Studio 2008 to use Visual C++ 6.0 compiler and tools [read more]
CommentsView blog reactions
Speaking @ Norfolk Area PMI Dinner Group
On Wed Oct 7th, Sunjay Pandey will be speaking at the Project Management Institute’s Norfolk Dinner Meeting. Sunjay will be presenting the topic: The Switching Gears Factor which describes portions of ALTERthought’s IT Governance appro ... [read more]
CommentsView blog reactions
doit 0.4 released!
Check doit website for new documentation and list of changes. [read more]
CommentsView blog reactions
Configuring and starting ons daemon in non RAC DB
Mostly used in case of Data Guard. [read more]
0 CommentsView blog reactions
New Flash Extension: LIBRARY – Replace Selected by Import
This extension adds a command that will take a selected symbol and overwrite it with an imported file, thus replacing all instances of the symbol. It’s very similar to updating a symbol, except that this allows you to update the symbol ... [read more]
CommentsView blog reactions
getting around the "undefined reference to getaddrinfo" issue
>> main.cpp:(.text+0x18b): undefined reference to `getaddrinfo@16' >> collect2: ld returned 1 exit status [read more]
1 CommentView blog reactions
Magic in mathematics II
Fun with the number cyclic numbers, and specifically with 142857 as it is the smallest of such numbers. [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
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]
2 CommentsView blog reactions
JavaScript Functions for Working with Cookies
// Cookie handeling routines. [read more]
View blog reactions