8

vbulletin template design experts

http://www.zaptechsolutions.com

vBulletin is a professional, affordable community forum solution. Here you can get information regarding vBulletin designing. You can also get information regarding vBulletin Forum Development and vBulletin Skins Design.

Read More (Programming)
5

Stanford offers free CS, robotics courses

http://www.deviceguru.com

Stanford University has launched a series of 10 free, online computer science (CS) and electrical engineering courses. The courses span an introduction to computer science and an introduction to artificial intelligence and robotics, among other topics.

Read More (Programming)
5

Free book chapter explains debugging with open source tools

http://www.linuxdevices.com

No Starch Press is offering a free chapter of its book on using open source debugging tools. Written by Norman Matloff and Peter Jay Salzman, The Art of Debugging with GDB, DDD, and Eclipse offers readers advice and strategies for each tool, says No Starch.

Read More (Programming)
5

Tcsh shell variables

http://www.ibm.com

Tcsh, an enhancement of the original Berkeley UNIX C shell, is one of the most popular UNIX shells. This article looks at some of the power that tcsh brings to the table: it provides shell variables that make several regular tasks less time consuming, and it also brings in advanced security features like monitoring of users and their command histories.

Read More (Programming)
5

Overlay data on maps using the Google Maps API, Part 1: Tap into the Google Geocoder Web service

http://www.ibm.com

Google Maps has become the ubiquitous map technology on the Web, allowing users to instantly bring up geographical maps and pan and zoom around them, including 360-degree views of the street at eye-level. Google Earth provides a 3D photographic encyclopedia of the Earth, letting you pan and zoom an image of the Earth at various heights.

Read More (Programming)
7

Embedded Linux guide updated

http://www.linuxdevices.com

O'Reilly has updated its guide to Building Embedded Linux Systems by Karim Yaghmour. In the 462-page Second Edition, Yaghmour is joined by new co-authors Gilad Ben-Yossef and Jonathan Masters in updating this "in-depth, hard-core guide to putting together embedded systems based on Linux," says O'Reilly.

Read More (Programming)
7

One-time scheduling of tasks with At

http://blogs.techrepublic.com.com

Scheduling services with cron and similar tools is great for repetitive tasks but inconvenient for one-time tasks that only need to be accomplished once. For tasks that only need to be accomplished once, use the at command.

Read More (Programming)
7

6 Research and Design Methods for Developers

http://weblog.obso1337.org

90% of what I do as a designer is to try and understand problems and solve them. There are several research and design methods I use as a designer which can be simplified and modified in a way that developers can use them as well. In my workshop session, I gave developers several participatory and non-participatory methods they could use to help make more usable software.

Read More (Programming)
8

SQL Buddy - Ajax Powered Database Management

http://thedailyapp.com

The term “database management” sometimes sends shivers of boredom down our spine. However, when combined with terms like “Ajax” it suddenly doesn’t seem that bad, now, does it?

Read More (Programming)
7

100 Vim commands every programmer should know

http://www.catswhocode.com

Since the 70’s, Vi is one of the programmer’s best friend. Nevermind you’re new to Vi or not, here’s a big list of 100 useful commands, organized by topic, which will make your coder life better.

Read More (Programming)
7

The Rubygame Tutorial Rebooted

http://libertygaming.blogspot.com

A long time ago, I written a tutorial series on rubygame, in which I written part 1 and part 2 respectively as some of my earliest article here at this blog. This tutorial series became a great hit for people googling for rubygame tutorials, which seem to happen quite often. Unfortunately, it has become outdated and it no longer reflect the knowledge and experiences that I gained since then.

Read More (Programming)
7

REST (Representational State Transfer) and RESTful web services: Methods, Concepts and Examples

http://mauriziostorani.wordpress.com

This is a great walkthrough that teaches about REST and RESTful architecture. This article is easy to follow and is accompanied by a couple videos.

Read More (Programming)