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.
SQLAuthority News – SQL Server 2012 Upgrade Technical Guide – A Comprehensive Whitepaper – (454 pages – 9 MB)
Microsoft has just released SQL Server 2012 Upgrade Technical Guide. This guide is very comprehensive and covers the subject of upgrade in very much depth. This is indeed a great detailed white paper. Even writing a summary of the white ... [read more]
CommentsView blog reactions
Over intense foam-at-the-mouth visuals and engine testing
Yeah, so… you’ve seen bullet-hell style shoot-em-up games. Well how about baddie-hell ones then? No, this is quite obviously not sane and nothing at all like the intended gameplay. Let’s... [read more]
CommentsView blog reactions
Of agile Goats and Agile Hippos
Today there are many (too many) software development methodologies that all claim to provide a path to better software development. Many of them can trace themselves back to the original 2001 Agile Manifesto but there are examples that ... [read more]
View blog reactions
Character and Mouth Packs for Animation
I’ve had a couple of people write me about pre-built mouth shapes for use with SmartMouth. SmartMouth is built with the principle of flexibility in mind, so it relies on the content created by the animator. Since receiving inquiries abo ... [read more]
CommentsView blog reactions
Making Things Happen
Scott Berkun offers a great excerpt from his book Making Things Happen. He views project management as basically managing priorities: Everything can be represented in an ordered list. Most of the work of project management is correctly ... [read more]
CommentsView blog reactions
Validate URLs in Zend Framework
I was doing some dev work, as usual in ZF, and I was surprised to find out that there’s no Zend_Validate_Url or Zend_Validate_Uri class among the framework’s default validators. Which is a bit weird, as validating URLs in a very common ... [read more]
CommentsView blog reactions
The best of both worlds - Apple Mac and Windows 7
In the great debate between Mac and Windows, I will happily hold my hand up and say I prefer to use a Mac. Don’t ask me why... I can’t really explain it except to say that I had been a PC man all my life until one of my computers died. ... [read more]
CommentsView blog reactions
How to auto-reload a server on changes with doit
Another day my friend told me he is using wsgiref.simple_server and asked if doit could be used to auto-reload the server. My first answer was do not use wsgiref :) But you might prefer to use wsgiref & doit for for auto-reload for two ... [read more]
CommentsView blog reactions
Solr import URLs
Full-import http://<host>:<port>/solr/dataimport?command=full-import Delta-import http://<host>:<port>/solr/dataimport?command=delta-import status http://<host>:<port>/solr/dataimport reload-config http://<host>:<port>/solr/dataimport?c ... [read more]
CommentsView blog reactions
College Chronicles Part 5: Veiri
This post is about the fifth game I made while in college. To see the other posts just check out the section on the side titled "College Game Archive". I'm going to keep these final chronicles much more brief so that I actually comple ... [read more]
4 CommentsView blog reactions
just launched achivy.com…
Hi everybody, this was my surprise project , achivy.com my first startup, my first ruby on rails project you can check the  about page  but it is simply a gamification platform for lots of social sites and more, it now supports foursqua ... [read more]
CommentsView blog reactions
dbms_metadata.get_ddl & ORA-31603
I wanted to allow a database user/schema called TEST (other than user with SYSDBA privileges) to have privileges to run dbms_metadata.get_ddl for any object in the database. Basically for other schemas in the database. Even though I pro ... [read more]
1 CommentView blog reactions
New server
I’m moving all my sites to a new server. So long GoDaddy and very old server hardware! [read more]
CommentsView blog reactions
Yahoo YUI compressor and .Less with Visual Studio
CSS is great and everything, but it isn't that programmery. Less, and the .NET port, .Less add some useful things, like variables, operations, functions and mixins. [read more]
View blog reactions
Choosing NoSQL For The Right Reason
Observing the NoSQL hype through the eyes of an SQL performance consultant is an interesting experience. It is, however, very hard to write about NoSQL because there are so many forms of it. After all, NoSQL is nothing more than a marke ... [read more]
CommentsView blog reactions
PerforceNB 1.0.5.1 build for 6.9 - Call for help!
I am aware that in this new modern world, one of the main problems is time. That happens to me, also. I don't write here to complain about that. I write this call only for two things. [read more]
2 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]
1 CommentView 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]
17 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
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
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]
3 CommentsView 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