|
Mar 11, 2010
| Author: Robert Bravery
| Source: The Brave Programmer
Blogging is about engagement. About building up a community. You have to give first in order to get or receive. One of my pet missions is to try to help as many bloggers as I can. How about you?
[ read more]
|
|
Mar 11, 2010
| Author: pinaldave
| Source: Journey to SQL Authority with Pinal Dave
Recently I received the following two questions from readers and both the questions have very similar answers.
Question 1: I have a unique requirement where I do not want to use any index of the table; how can I achieve this?
Question ...
[ read more]
|
|
Mar 10, 2010
| Author: Core
| Source: Dream.In.Code Featured Topics
From what is available on blogs led by Microsoft developers, it is clear that XNA Game Studio 4.0 is coming out really soon. What is it about? It still supports development of Windows and Xbox 360 games, but it also introduces developme ...
[ read more]
|
|
Mar 7, 2010
| Author: schettino72
| Source: cut the bullshit
This post describes how to get notifications on file modifications made through a text editor. Using python on linux (ubuntu).
I am working on adding some inotify goodness to doit. For that I want to receive one, and one only, notifica ...
[ read more]
|
|
Mar 2, 2010
| Author: altuure
| Source: Altuure Java Blog
Image by Neil Crosby via Flickr
[ read more]
|
|
Feb 27, 2010
| Source: Error_Success
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]
|
|
Feb 23, 2010
| Author: Bennett
| Source: Semicolon
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]
|
|
Feb 19, 2010
| Author: Tudor
| Source: Tudor Barbu's professional blog
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]
|
|
Feb 17, 2010
| Author: Aaron Melcher
| Source: resolve as wontfix
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]
|
|
Feb 15, 2010
| Author: Josh
| Source: joshclarkson.net
As I write this, I’m in a 737 flying over the Rocky mountains on my way home from a long week in Denver, Colorado. When you think about all the infrastructure that is in place to facilitate a flight from one US city to another it boggl ...
[ read more]
|
|
Feb 10, 2010
| Author: Thoughts on programming
| Source: Programming Rants
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]
|
|
Feb 9, 2010
| Author: lalit
| Source: Programming Tips and Tricks
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]
|
|
Jan 28, 2010
| Source: the_codist()
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]
|
|
Jan 13, 2010
| Author: Simon
| Source: Simon's Software Stuff
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]
|
|
Dec 29, 2009
| Author: Shantanu Goel
| Source: Safer Code
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]
|
|
Dec 27, 2009
| Author: va
| Source: Java World
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]
|
|
Nov 17, 2009
| Author: alexmipego
| Source: Alexandre Gomes
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]
|
|
Nov 14, 2009
| Author: Arvind Gupta
| Source: Learning Computer Programming
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]
|
|
Oct 28, 2009
| Author: Bojan Resnik
| Source: Bojan Resnik’s Blog
How to configure Visual Studio 2008 to use Visual C++ 6.0 compiler and tools
[ read more]
|
|
Oct 6, 2009
| Author: don
| Source: ALTERthought Blogs
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]
|
|
Sep 23, 2009
| Author: Apun Hiran
| Source: Apun's Weblog
Mostly used in case of Data Guard.
[ read more]
|
|
Sep 15, 2009
| Author: Justin
| Source: Ajar Productions
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]
|
|
Jul 27, 2009
| Author: Kasper B. Graversen
| Source: First Class Thoughts
Fun with the number cyclic numbers, and specifically with 142857 as it is the smallest of such numbers.
[ 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]
|
|
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]
|