Dev Articles
  Programming Help, Web Design Help, CSS Help - Web Hosting by Hostway
id='cse-search-box'>
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
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? 
PHP PROGRAMMING

Styling HTML Lists with CSS: Manipulating Padding and Margins at the Same Time in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-09-01
 
In this third part of a series, I demonstrate how easy it is to manipulate simultaneously the padding and margins of an HTML list with CSS. In fact, the process is so simple that you shouldn’t have major trouble replicating it when designing your own web pages.  Discuss (1)


Styling HTML Lists with CSS: Specifying Padding and Margins in Pixels in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-31
 
In this second part of a series, you will learn how to assign individual values to the “padding” and “margin” properties of an HTML list. The process is simple to understand; it's very similar to performing the same task with other web page elements.  Discuss (1)


Styling HTML Lists with CSS: Resetting Padding and Margins in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-30
 
In this first part of the series on styling HTML lists with CSS, I explain how to reset their padding and margins. The entire styling process is very easy to follow.  Discuss (1)


Application Deployment with Capistrano in Ruby-on-Rails
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-25
 
In this conclusion to a five-part series on application deployment with Ruby on Rails, you'll learn how to create and use the Capistrano Deployment recipe. This article is excerpted from chapter 12 of the book Practical Rails Projects, written by Eldon Alameda (Apress; ISBN: 1590597818).


Deploying an Application to the Server in Ruby-on-Rails
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-24
 
In this fourth part to a five-part series on deploying a Rails application, you'll learn how to deploy an application manually, create users and groups, and more. This article is excerpted from chapter 12 of the book Practical Rails Projects, written by Eldon Alameda (Apress; ISBN: 1590597818).


Absolute Positioning in CSS: a Dynamic Menu in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-23
 
In this conclusion to a three-part series on how to use absolute positioning in CSS, you'll learn how to build an easily customizable drop-down menu with this frequently under-appreciated feature.  Discuss (1)


Google Ajax APIs: Building a Navigation Bar with the Easing jQuery Plug-in in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-18
 
This is the final part of a six-part series that shows you how to use the various animation options of the Easing jQuery plug-in to make a navigation bar work properly. In this part, we'll modify the bar so that its JavaScript dependencies can be downloaded from the cloud.  Discuss (1)


CSS Absolute Positioning: Creating a Quick Search Form in Style Sheets
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 2
2010-08-17
 
In this second article of the series, I cover in depth a use case where relative and absolute positioning can yield satisfactory results: the implementation of a quick search form within the heading section of a web page. The driving logic of this approach is not difficult to grasp, so you shouldn’t have any major problems applying it when developing your own websites.  Discuss (1)


Easing jQuery Plug-in: Using the easeOutBack Effect to Build a Navigation Bar in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-16
 
In this penultimate installment of the series, I show how simple it is to animate the links bar we've been creating by using the easing options bundled with the Easing plug-in. In this article's example, the animation is implemented via the “easeOutBack” effect, but if you wish, it's quite possible to use a different easing option and create interesting variations in a snap.  Discuss (1)


CSS: Building Tooltips with Absolute Positioning in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-11
 
CSS lets you position items both relatively and absolutely on a web page. The use of relative positioning makes sense when your layouts need to be flexible to accommodate various browsers and hardware. But how useful is absolute positioning? More than you might think.  Discuss (3)


jQuery Easing Plug-in: Building a Navigation Bar using the easeOutElastic Effect in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-10
 
In this fourth part of a six-part series, I show how to create a slightly different version of the previous navigation bar by using the “easeOutElastic” easing effect provided by the Easing plug-in. Achieving this is a straightforward process reduced to calling jQuery’s “animate()” method with the name of the effect to apply.  Discuss (1)


Secure Application Deployment with Ruby on Rails in Ruby-on-Rails
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2010-08-09
 
In this third part of a five-part series on deploying an ecommerce application with Ruby on Rails, you will learn how to configure access to the application so that it is properly secured, and more. This article is excerpted from chapter 12 of the book Practical Rails Projects, written by Eldon Alameda (Apress; ISBN: 1590597818).


Installing the Database for Application Deployment in Ruby-on-Rails
     
Rating:  stars stars stars stars stars / 0
2010-08-06
 
In this second part of a multi-part article series, you'll learn how to install various parts of an application in preparation for deploying it online. This article is excerpted from chapter 12 of the book Practical Rails Projects, written by Eldon Alameda (Apress; ISBN: 1590597818).


Application Deployment in Ruby-on-Rails
     
Rating:  stars stars stars stars stars / 0
2010-08-05
 
Before an application can make it onto the Internet, it needs to go into a production environment and be deployed. This multi-part article series will show you how to do this for the Ruby-on-Rails ecommerce application we've been working on. It is excerpted from chapter 12 of the book Practical Rails Projects, written by Eldon Alameda (Apress; ISBN: 1590597818).


Easing jQuery Plug-In: Fixing Access Issues with Progressive Enhancement in JavaScript
     
Rating:  stars stars stars stars stars / 0
2010-08-04
 
In this third installment of a series, I demonstrate how the proper use of Progressive Enhancement can be of great help in increasing the accessibility of the sample navigation bar built previously. Implementing this approach means that the bar will remain completely functional even if JavaScript is disabled on the browser.  Discuss (1)


TECHNEWS TV
Click Audio or Video to get Podcast

eWeek Labs
Gain insight on enterprise-class products from Labs analysts and your IT peers…and have your say
Register Now!

Tech Direct
TechDirect is the smart way to make technology decisions. Find the trusted vendors and products that will meet your needs, compare the top solution and connect vendors in one place. Before you order the next, data management, office automation or IT hardware solution visit TechDirect.
Visit Tech Direct

IBM Oracle Insights
Get the most from your oracle deployments and gain insights to optimize your Oracle Database and Application Experiences. Read Blog

Ziff Davis Enterprise e-mail Newsletters
Reliable, timely information that helps you buy smarter, make better decisions, and get more out of the Web. There is no cost and no risk to subscribe to these high-quality updates.Subscribe Today! .






© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek