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.
7 Reasons why people are not commenting on your blog
Blog comments are like living water to a blog. They make a blog come alive. Enable interaction. It encourages the new blogger, and gives the seasoned blogger a reason to carry on. [read more]
CommentsView blog reactions
SQL SERVER – Difference Between ROLLBACK IMMEDIATE and WITH NO_WAIT during ALTER DATABASE
Today, we are going to discuss about something very simple, but quite commonly confused two options of ALTER DATABASE. The first one is ALTER DATABASE …ROLLBACK IMMEDIATE and the second one is WITH NO_WAIT. Many people think they are ... [read more]
CommentsView blog reactions
Slide presentations in reStructuredText -> S5 -> PDF
Let’s say you want to create a slide presentation and you are not very much into presentation software. S5 is a good enough HTML based alternative for a slideshow presentation. reStructuredText and rst2s5 can free you from writing HTML ... [read more]
CommentsView blog reactions
Why Java? in Java
This is a different type of question that i would like to ask all java and non-java programmers. (Hopefully i put it in the right place...) [read more]
View blog reactions
jQuery, Dealing with Checkboxes
This post will show you how to get checkbox values with jQuery and how to set checkbox values with jQuery. In my application I wanted to have two checkboxes and when one box was unchecked to check the other checkbox (to always keep one ... [read more]
CommentsView blog reactions
Focus on:Refactoring
Image by Neil Crosby via Flickr [read more]
CommentsView blog reactions
Android/OpenGL ES texture maps
After much Googling, testing, head scratching and the odd SVN reversion I’ve managed to texture-map things. Specifically a triangle-strip that draws a square. So I drew a screenful, and implemented some basic tile-based scrolling. I als ... [read more]
View blog reactions
Microsoft Inductive User Interface Guidelines
When designing Microsoft Money 2000, Microsoft followed a “new user interface model”, which they called inductive user interface (IUI). The Microsoft Inductive User Interface Guidelines are available on MSDN. I came across them a few mo ... [read more]
CommentsView blog reactions
Iterate thru dates in Python
Few days ago I was working on some python scripts that needed to iterate back and forth through calendar dates. Working with dates in python is pretty easy, due to its datetime package. Basically is like this: [read more]
CommentsView blog reactions
goto Keyword Revisited
A few months ago I looked into why the keyword goto seemed to be so controversial (see here). In the process of researching and writing that blog post I gained a more educated perspective of goto. It didn't seem too bad to me. At the ... [read more]
9 CommentsView blog reactions
It took some time
It took some time... but I gave in. Just bought myself a macbook last night on Gumtree. Pretty cheap, 370 quid, a bit abused by the previous owner, but nothing that cannot be repaired in the medium term. [read more]
0 CommentsView blog reactions
CSV to Excel – keep leading zeros
When opening a csv file in excel, leading zero’s are displaced as below: if the CSV file has “010101″, when opened in excel, it becomes “10101″. To overcome this issue, store data in CSV file as =”010101″ (add ‘equals’ sign before the ... [read more]
CommentsView 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
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]
9 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
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
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
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