|
Feb 9, 2010
| Author: Robert Bravery
| Source: The Brave Programmer
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]
|
|
Feb 9, 2010
| Author: pinaldave
| Source: Journey to SQL Authority with Pinal Dave
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]
|
|
Feb 8, 2010
| Author: skyhawk133
| Source: Dream.In.Code Featured Topics
[b][size=6]The Dream.In.Code T-Shirts Have Arrived![/size][/b]
[ read more]
|
|
Feb 4, 2010
| Author: Aaron Melcher
| Source: resolve as wontfix
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]
|
|
Feb 1, 2010
| Author: Tudor
| Source: Tudor Barbu's professional blog
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]
|
|
Jan 31, 2010
| Source: Error_Success
Just a quick note on how to make an Activity run full-screen. Simply insert this magic into the Activity’s OnCreate()
[ 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 21, 2010
| Author: lalit
| Source: Programming Tips and Tricks
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]
|
|
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]
|
|
Nov 12, 2009
| Author: Bennett
| Source: Semicolon
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]
|
|
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]
|
|
Oct 6, 2009
| Author: schettino72
| Source: cut the bullshit
Check doit website for new documentation and list of changes.
[ 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]
|
|
Sep 2, 2009
| Author: Thoughts on programming
| Source: Programming Rants
>> main.cpp:(.text+0x18b): undefined reference to `getaddrinfo@16'
>> collect2: ld returned 1 exit status
[ 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]
|
|
Apr 23, 2009
| Author: altuure
| Source: Altuure Java Blog
Image via Wikipedia
[ 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]
|