Dev Shed
  Open Source Web Development Tutorials - Hosted by Hostway
Dev Shed Forums 
Administration  
AJAX  
Apache  
BrainDump  
DHTML  
Flash  
Java  
JavaScript  
Multimedia  
MySQL  
Oracle  
Perl  
PHP  
Practices  
Python  
Reviews  
Security  
Style-Sheets  
Web Services  
XML  
Zend  
Zope  
Forums Sitemap 
IBM® developerWorks 
Sun Developer Network 
E-Commerce Hosting 
Linux Web Hosting 
Managed Hosting 
Small Business Hosting 
Mobile Linux 
App Generation ROI 
VPS Hosting 
Weekly Newsletter

 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
WEB DEVELOPMENT

Configuring and Optimizing Your I/O Scheduler in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-08
 
In this conclusion to a seven-part series on Linux I/O file system calls, you'll learn how to select, configure, and optimize your I/O scheduler. This article is excerpted from chapter four of the book Linux System Programming: Talking Directly to the Kernel and C Library, written by Robert Love (O'Reilly, 2007; ISBN: 0596009585). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


PHP Programs to Prevent MySQL Injection or HTML Form Abuse in PHP
     
Rating: 2 stars2 stars2 stars2 stars2 stars / 10
2009-01-07
 
It has been known for a while that if a form is unsecured, malicious code in the form of a MySQL injection will be initiated to attack the site. HTML forms such as drop down menus, search boxes and check boxes are all susceptible entry points for this type of abuse. This article will explain what happens in this kind of attack, and how to prevent it.  Discuss (1)


Polishing the Visual Presentation of a Blogger with the Code Igniter PHP Framework in PHP
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-06
 
This series of articles is aimed at demonstrating how to build a blog application with the Code Igniter PHP framework, which relies on the functionality offered by the MVC approach to create full-featured PHP programs. Thus, if you’re interested in learning how to build a program like this, then start reading this tutorial now! It is the fifth part of the six-part series.  Discuss (1)


Using Google`s Ajax Libraries API in AJAX
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 2
2009-01-05
 
Google's new client-side API lets you download some of the most popular JavaScript libraries directly from its servers. If you're interested in dabbling with AJAX, there is no faster way to get your packages and get started. This four-part article series, of which this is the first part, will help get you on your way.  Discuss (1)


Linux I/O Schedulers in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 3
2008-12-31
 
In this sixth part of a seven-part series on the Linux I/O file system, you'll learn about the importance of I/O schedulers, and the various different types. This article is excerpted from chapter four of the book Linux System Programming: Talking Directly to the Kernel and C Library, written by Robert Love (O'Reilly, 2007; ISBN: 0596009585). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Using Code Igniter to Enable Comments in a Blog Application in PHP
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 3
2008-12-30
 
Welcome to the fourth episode of the series entitled “Building a Blogger with the Code Igniter PHP framework.” Comprised of seven approachable articles, this series steps you through the development of a blog application using this friendly – yet powerful -- PHP framework. We include copious code samples to demonstrate how to use the MVC pattern to develop a real-world program.  Discuss (1)


Mobile Programming using PyS60: Advanced UI Controls in Python
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-29
 
In an earlier article I wrote, the topic of discussion covered the basic UI controls that PyS60 provides. These controls are useful when the solution to be developed is simple in terms of interaction. However, if a scenario presents itself where interaction becomes complex, then the basic controls would not suffice. Keep reading to learn about the advanced controls you'll need to deal with these kinds of issues.


Advising the Linux Kernel on File I/O in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-24
 
In this fifth part to a seven-part series on Linux I/O file system calls, you'll learn how to give advice to the Linux kernel, and more. This article is excerpted from chapter four of the book Linux System Programming: Talking Directly to the Kernel and C Library, written by Robert Love (O'Reilly, 2007; ISBN: 0596009585). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Displaying User Comments in a Code Igniter Blog Application in PHP
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 3
2008-12-23
 
Welcome to the third part of the six-part series titled “Building a Blogger with the Code Igniter PHP Framework.” In successive tutorials, this series shows you how to use this software package to develop a blog application by using the Model-View-Controller design pattern. In this article, you will learn how to make the application display user comments.  Discuss (1)


How to Replace an Invalid Windows XP Installation with Ubuntu in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-22
 
Let us assume that you do not love your invalid Windows XP anymore, can't afford to buy a license, and have some important files on it that you can just transfer to a flash drive or Windows Sky drive (a free online hard drive service by Windows). Then the best solution is to replace your computer's operating system with Linux Ubuntu. Keep reading and we'll show you how and why.


Using mmap() for Advanced File I/O in BrainDump
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-18
 
In this fourth part of a seven-part series on Linux I/O file system calls, you will learn how to use mmap(). It is excerpted from chapter four of the book Linux System Programming: Talking Directly to the Kernel and C Library, written by Robert Love (O'Reilly, 2007; ISBN: 0596009585). Copyright © 2007 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Paginating Blog Entries with Code Igniter in PHP
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-17
 
Welcome to the second installment of the series entitled “Building a blogger with the Code Igniter PHP framework.” Made up of four comprehensive tutorials, this series walks you through the development of a database-driven blogger by means of this useful package. It complements the corresponding theoretical concepts with numerous code samples.  Discuss (1)


Data Access Using Spring Framework JDBC in Java
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2008-12-16
 
Persisting and accessing data forms one of the most routine yet core functionalities of any application. In the world of JEE, there are many APIs as well as frameworks to achieve to achieve the same. The Spring Framework is no exception. This article will explain how to use this framework for persisting and accessing data in your applications.

DEV SHED RESOURCES


TECHNEWS TV
Click Audio or Video to get Podcast

Brand New IBM Developer Knowledge Center
IBM Developer Knowledge Center on Developer ShedThe Developer Shed Network is proud to announce a brand new, IBM® developerWorks™ Developer Knowledge Center. Now, you can find new resources for FREE eKits, Tutorials, Webcasts, Trial Downloads and become part of a growing network of developers. Take advantage of this new and growing resource center today!

Be the first to hear about i5/OS V6R1!
Hold your calendar on January 30, 2008 for this free webcast on the new i5/OS. Rational's Enterprise Modernization products will be discussed at this webcast as they help to drive the application development environment for this new System i OS.
And learn how i5/OS will take you to the next step of efficient, resilient business processing. You will hear about the new i5/OS capabilities as it will be the most significant i5/OS release in years. If you cannot join the webcast on 1/30/08 you can still use this link to listen to the replay.

Build Forge Express demo: Enabling software delivery excellence for small and midsized businesses
This demonstration gives you an overview of IBM® Rational® Build Forge Express Edition, a global offering that provides a framework to automate and execute software processes. Rational Build Forge provides a software assembly line that can support all of your tools, technologies, and platforms so you can achieve a repeatable, reliable, and traceable build and release process.

Test Your Java Knowledge - Chance to Win 1 of 100 books!
Test Your Java KnowledgeTake the SDN Quiz to see how much you know about Java. Join or log into the Sun Developer Network and answer the questions correctly for a chance to win one of 100 Hello World(s) books titled-- From Code to Culture: A 10 Year Celebration of Java Technology (HC).
Take the Quiz.

NetBeans IDE 6.5
Development Simplified
The NetBeans(TM) IDE is a free, open-source Integrated Development Environment for software developers. You get all the tools you need to create professional desktop, enterprise, web, and mobile applications with the Java language, C/C++, and even dynamic languages such as PHP, JavaScript, Groovy, and Ruby. NetBeans IDE is easy to install and use straight out of the box and runs on many platforms, including Windows, Linux, Mac OS X, and Solaris.


 

 
Best Practices for Windows Vista Migration Presentation
Dell and Microsoft recently held a series of face-to-face seminars entitled, &qu....

 
Creating a Culture for Code Reuse
If you oversee development teams you know that like it or not proprietary and ex....

 
Keys to Web Application Acceleration: Advances in Delivery Systems
Accelerate Web apps by up to 5x. Ensure significantly faster access to the Web a....

 
Optimizing Application Monitoring
Tired of finding out from your customers that you're offline? This white paper e....

 
Solaris to Solaris Migration -- Migrating applications from Sun SPARC to Dell PowerEdge R900
This comprehensive Migration Guide reviews the approach that Principled Technolo....

 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT