|
Generate web pages with gnuplot |
 vote
 |
|
| Use gnuplot to dynamically generate Web pages from your system using raw data to provide graphic images. This raw data typically contains MIS-related information, on system performance, storage, or database growth. read more... |
|
| | permapage | score:9958 | -solrac, February 2, 2010 |
|
The Vim Scripting editor |
 vote
 |
|
| Vimscript is a mechanism for reshaping and extending the Vim editor. Scripting allows you to create new tools, simplify common tasks, and even redesign and replace existing editor features. Start with Part 1 and get the basic elements of Vimscript. In Part 2 learn how to create and deploy new functions in the Vimscript. In Part 3 Explore Vimscript's support for lists and arrays. read more... |
|
| | mail this link | permapage | score:9950 | -solrac, February 4, 2010 |
|
Build Java apps with Apache Click |
 vote
 |
|
| Get introduced to Apache Click, a Java EE Web application framework that enables the creation of Web applications without using MVC patterns or JSP. This article provides examples of displaying a simple Web page and creating a Web form that submits data that is displayed on a different Web page. read more... |
|
| | permapage | score:9930 | -solrac, January 29, 2010 |
|
Tutorial: Linux game programming with Ogre 3D |
 vote
 |
|
This tutorial starts at the beginning with opening a window...
This tutorial series steps you through the process of creating a 3D shoot'em'up game using the popular and powerful Ogre 3D engine. The tutorials compile on both Windows and Linux. read more... |
|
| | permapage | score:9921 | -Ray, January 1, 2010 |
|
Building a simple Ajax rating system |
 vote
 |
|
| We all love to rate stuff. I think it must be part of our DNA. My daughter and I like to go to the movies; while she used to like them all before, she's much pickier now that she's four. I've taught her to use the "thumbs up" and "thumbs down" rating system ŕ la Ebert and Roeper. (She gave Shrek III a thumbs up.) I think this is why rating and reviewing things like products or articles on the Internet is so popular. This article shows how to use a combination of MySQL, PHP, Prototype.js, and Ajax to add simple rating and comment functionality to any site. read more... |
|
| | mail this link | permapage | score:9898 | -solrac, August 4, 2007 |
|
Location-aware search with Apache Lucene and Solr |
 vote
 |
|
| Recently, however, the popular open source search library, Apache Lucene, and the powerful Lucene-powered search server, Apache Solr, have added spatial capabilities. Lucene and Solr committer Grant Ingersoll walks you through the basics of spatial search and shows you how to leverage its capabilities to power your next location-aware application. read more... |
|
| | permapage | score:9887 | -solrac, January 26, 2010 |
|
XML introduction |
 vote
 |
|
| This introduction to XML provides demonstrations of the basics of learning XML, covering topics such as Web 2.0, AJAX, RSS, Web Services and managing XML data. These short Web-based video modules provide clear examples of XML as well as references to popular Web sites that use XML. read more... |
|
| | permapage | score:9881 | -solrac, January 28, 2010 |
|
Scripts for custom Linux distributions |
 vote
 |
|
Short overviews of ten scripts to help you create your own Linux distribution...
1. Remastersys
This tool has a newbie-proof GUI and works on both Ubuntu and Debian distros and any of their derivatives.
Remastersys works by transferring the distro you're running into an ISO image. You can choose to include your settings and personal data too, which makes it ideal for backups. read more... |
|
| | permapage | score:9853 | -Ray, January 26, 2010 |
|
Build eSWT Java apps for mobile phones |
 vote
 |
|
| As mobile platforms become increasingly sophisticated, the demand for mobile computing will increase. In this series, learn about the embedded Standard Widget Toolkit (eSWT). In Part 1: Use simple widgets to quickly build mobile apps. In Part 2: Use advanced controls for your mobile apps. read more... |
|
| | mail this link | permapage | score:9834 | -solrac, December 7, 2009 |
|
Android, iPhone browser tools: Using HTML5, CSS, and jQuery |
 vote
 |
|
| Learn how to developing browser-based apps for iPhone and Android. In Part 1, we introduce WebKit, the browser engine at the heart of iPhone and Android. Part 2 digs deeper by building a network management application that runs on both the iPhone and Android browsers. The app demos browser-local SQL storage and Ajax, key techs that enable a rich app experience from within the mobile browser. Additionally, the app leverages the popular jQuery JavaScript library. read more... |
|
| | mail this link | permapage | score:9829 | -solrac, January 6, 2010 |
|
Quick and Dirty Vimdiff Tutorial |
 vote
 |
|
A quick how to for the famous Vimdiff utility. It lists the most relevant shortcuts and a screenshot that shows Vimdiff in action.
Vimdiff is a tool that comes bundled with Vim and its a wonderful tool for comparing code and merging changes. read more... |
|
| | permapage | score:9823 | -jinx_kid, September 19, 2008 (Updated: September 20, 2008) |
|
Tutorial: Build an Arduino laser game |
 vote
 |
|
| Arduino is an easy-to-use electronics platform. The entire platform, both the hardware and the software, is completely open source, and the language is loosely based on C/C++. Whether you're new to Arduino or a seasoned builder, this project has something for you. There's nothing quite as satisfying as creating an interactive physical object. Use this tutorial to create an interactive laser game called "'Duino tag," where players can play tag using devices built nearly from scratch. read more... |
|
| | permapage | score:9817 | -solrac, February 2, 2009 |
|
Good PHP programming habits |
 vote
 |
|
| Just like any language, developers can write code in PHP that ranges in quality from truly awful to very good. In this article, learn good programming habits that can help you bridge the productivity gap. Building code that is easy to read, understand, and maintain will enable you to debug, fix, and extend your code with lower risk. read more... |
|
| | permapage | score:9776 | -jmalasko, December 6, 2008 |
|
Minix 3.1.4 review |
 vote
 |
|
A look at the latest version of Minix...
MINIX has traditionally been an operating system with an eye toward education. Both versions 1 and 2 of the MINIX system were designed to be useful for students learning about operating systems. The code behind MINIX was small and clean, making it a practical study tool in this complex field. The latest offering of MINIX, version 3, attempts to keep the same principles as the previous versions, but also strives to be more practical as a modern, UNIX-like, operating system. read more... |
|
| | mail this link | permapage | score:9772 | -Ray, January 5, 2010 |
|
Open source Cloud Computing with PHP and MySQL |
 vote
 |
|
| In this article you will learn how Aptana makes it easy to develop applications based on PHP and MySQL, and how to deploy them to the cloud. Also explore some of the critical design differences between a cloud application and a traditional N-tier application. read more... |
|
| | permapage | score:9755 | -solrac, May 18, 2009 |
|
Java Web services: JAXB and JAX-WS in Axis2 |
 vote
 |
|
| Apache Axis2 supports a range of data-binding technologies, including the official Java standard, JAXB 2.x. Axis2 also supports the Java standard for Web service configuration, JAX-WS 2.x, as an alternative to its own custom configuration technique. This article demonstrates how you can use JAXB 2.x and JAX-WS 2.x with Axis2 and discusses some of the limitations of Axis2's current support for them. read more... |
|
| | permapage | score:9747 | -solrac, September 25, 2009 |
|
Build an Ajax-based upload function |
 vote
 |
|
| File upload is a basic function of today's Web portals. In this article, you will learn how to develop an Ajax-based file upload JSR 168-compliant portlet using DWR (Direct Web Remoting). read more... |
|
| | permapage | score:9743 | -BlueVoodoo, September 4, 2007 |
|
Refactoring functions in Eclipse JDT |
 vote
 |
|
| This article describes the various refactorings available in Eclipse Java™ Development Tools (JDT), including what each refactoring does, when to use it, and how to use it. It also explores the refactoring script functionality in Eclipse, which allows library developers to share code refactorings with their clients. read more... |
|
| | permapage | score:9722 | -solrac, November 25, 2009 |
|
Better Grails apps with CSS |
 vote
 |
|
| This article focuses on dramatically changing the look and feel of a Grails application. With a few lines of CSS, you can change colors, fonts, and the spacing around block elements. Through partial templates and TagLibs, you can create some reusable snippets of code. In the end, you have all the benefits of the Grails framework and an application that has its very own look and feel, that looks nothing like an out-of-the-box Grails application you have ever seen. read more... |
|
| | permapage | score:9720 | -solrac, January 22, 2009 |
|
Tutorial: Linux Dialog Boxes |
 vote
 |
|
Dialog lets you create dialog boxes from Unix/Linux shell scripts...
'dialog' is a utility for building console-based 'front ends' in UNIX like operating systems.
In this brief tutorial I am mentioning the usage of few important basic controls available with this 'dialog' utility and later I have created a very simple front end application in UNIX bash scripting using dialog. read more... |
|
| | permapage | score:9715 | -Ray, January 1, 2010 |
|
|