Dev Articles
  Programming Help, Web Design Help, CSS Help - Web Hosting by Hostway
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

Image Replacement CSS Techniques in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-20
 
Image replacement is a useful approach for solving certain web design problems. In this first article of a series that examines this technique, we take a closer look at an image replacement approach that relies on assigning a large negative value to the “text-indent” CSS property to hide the text wrapped by a web page element, thus unmasking its background image.  Discuss (1)


Using BlueTrip`s Success, Notice and Error CSS Classes in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-19
 
Welcome to the final installment of a series on the BlueTrip CSS framework. Made up of seven comprehensive tutorials, this series shows you how to master the main CSS classes that come bundled with BlueTrip through a decent variety of code samples.  Discuss (1)


More Uses for the Thin and Caps CSS Classes in BlueTrip in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-18
 
In this sixth part of a seven-part series on the BlueTrip CSS framework, you will learn how to assign the “thin” and “caps” CSS classes to H2 and H3 elements of a web page. The use of these classes makes the elements look more elegant and visually appealing.  Discuss (1)


Styling Definition Lists with the BlueTrip CSS Framework in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-17
 
Welcome to the fifth part of a seven-part series on the BlueTrip CSS framework. In this part, you'll learn how to style definition lists with BlueTrip and how to assign its default “fancy” CSS classes to a few H2 and H3 headers. You'll see that this flexible framework allows you to apply different styles to web page elements in a quick and simple manner.  Discuss (1)


Styling Unordered and Ordered HTML Lists with BlueTrip in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-16
 
Welcome to the fourth part of a seven-part series on the BlueTrip CSS framework. In this part, I explain how to use the framework's default styles to enhance the visual appearance of both ordered and unordered HTML lists. This is an easy and straightforward process.  Discuss (1)


Using the BlueTrip CSS Framework`s Thin and Caps Classes in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-13
 
In this third installment of a series on the BlueTrip CSS framework, I discuss the usage of the “thin” and “caps” CSS classes that come with it. These classes can be really useful for adding a more elegant touch to HTML headers, lists, and so forth.  Discuss (1)


Adding Borders to Web Page Columns with BlueTrip CSS in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-12
 
In this second part of a series introducing the BlueTrip CSS framework, I show you how to use some handy CSS classes that come with it to add borders to the columns of a web page and create truly fancy H2 headers.  Discuss (1)


Introducing the BlueTrip CSS Framework in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-11
 
If you're looking for a good CSS framework for CSS beginners, look no further. This multi-part series introduces you to the BlueTrip CSS framework. In this first part, I will explain how to develop a basic web page design by using the core CSS classes provided by the framework. As you'll soon see, this process is quite straightforward, even if you currently don’t have a strong CSS background.  Discuss (4)


Comparing Fields and Customizing Error Messages with jQuery`s Validator Plug-in in JavaScript
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 2
2009-11-10
 
Welcome to the final installment of the series that shows you how to check online forms with the Validator jQuery plug-in. Made up of seven tutorials, this series explores the most useful features that come packaged with this library, and shows you how to use them for performing strict validation on your own HTML forms.  Discuss (1)


Checking Numbers and File Extensions with jQuery`s Validator Plug-in in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-09
 
In this sixth part of a seven-part series on the jQuery framework's Validator plug-in, I discuss the use of the “number” and “accept” options. They allow you to validate both numeric data and file extensions in online forms with remarkable ease.  Discuss (1)


Validating Digits and Dates with jQuery`s Validator Plug-in in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2009-11-06
 
In this fifth installment of a seven-part series on the jQuery JavaScript framework's Validator plug-in, I introduce the “digits” and “date” options. They're very useful for verifying that specified fields of a targeted form contain numeric values and valid dates.  Discuss (3)


Validating Ranges, Emails, and URLs with jQuery`s Validator Plug-in in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-05
 
In this fourth part of a seven-part series on the jQuery Validator plug-in, I explain how to use the “range,” “email” and “url” options provided for checking numeric ranges, URLs and email addresses. Using these arguments is an intuitive process that can be learned in a very short time.  Discuss (1)


More Uses for the jQuery Tooltip Plug-in`s bodyHandler Option in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-04
 
Welcome to the final installment of a series on the jQuery Tooltip plug-in. In seven approachable tutorials, this series shows you how to use this powerful JavaScript application to create all sorts of eye-popping tooltips for your web page links. This will make them much more accessible and usable to your potential visitors.  Discuss (1)


Building Image-Based Tooltips with the jQuery Tooltip Plug-in in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-03
 
In this sixth part of a seven-part series on using the jQuery Tooltip plug-in, I demonstrate how the bodyHandler argument can be used to display image-based tooltips. I also show how to customize their behavior by adding and removing options within the “tooltip()” method.  Discuss (1)


Using the jQuery Tooltip Plug-in`s bodyHandler Argument in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-11-02
 
In this fifth installment of a seven-part series on the jQuery Tooltip plug-in, I discuss the use of the “bodyHandler” argument. It can be really useful for injecting HTML code into tooltips, thus altering their default visual appearance and behavior.  Discuss (1)


TECHNEWS TV
Click Audio or Video to get Podcast
DEVELOPER SHED SPONSORS
 

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.






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