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

Using the Golden Ratio in Liquid Web Page Designs in Style Sheets
     
Rating:  stars stars stars stars stars / 0
2009-07-02
 
At first glance, some basic principles of graphic design like the “Golden Proportion” and the “Rule of Thirds” seem to have nothing to do with web design. But the truth is that they can be perfectly applied when creating web page layouts to make them look more pleasant and harmonious to the human eye. If you wish to learn how to implement these two fundamental principles when building your own web sites, then keep reading. In this series of articles you’ll find an approachable guide to putting these concepts into practice with both fixed and elastic web page designs.  Discuss (1)


Concluding a Menu for All Browsers in HTML
     
Rating:  stars stars stars stars stars / 0
2009-07-01
 
At last we have a web page menu code that can be used for any browser without any of its code segments being specific to any particular browser. I called the design approach of the previous series the Simple Layout Approach. I call the design approach in this series the Elaborated Layout Approach. In this last part of the series I give you a summary of the two design approaches. I also give you the advantages and disadvantages of the two approaches. Everything in these two series is my conception.


Preparing For Programming Contests in C++
     
Rating:  stars stars stars stars stars / 0
2009-06-30
 
A programming contest is a special kind of challenge -- one in which the most important fact is the knowledge with which you come to the contest and the intuition you will have during it. What really counts is not your level of physical fitness, but the state of your mind. To prepare for something like this requires a different approach. You will found out exactly what it takes if you read further.


Building Dynamic Shadows with JavaScript and CSS in JavaScript
     
Rating:  stars stars stars stars stars / 0
2009-06-29
 
Do you like the three-dimensional effects that dynamic shadows can add to your web site? In this three-part series, you'll learn how to create this effect with JavaScript and CSS. This first part shows you how to implement some basic CSS approaches to build a few primitive shadowed web page elements.  Discuss (1)


Active Client Pages: Chrys`s Approach in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-26
 
If a user is burdened with a slow Internet connection, he will find that it takes time for a web page to be displayed (downloaded) to his client computer. Now there's a way to arrange it so that only the first page of his requested web site would take a long time to be downloaded; the rest of the pages would come very fast. This can be a real advantage. If you want to learn more about this approach, referred to as Active Client Pages, keep reading.


Fundamental Design Principles for Web Page Layout in Style Sheets
     
Rating: 4 stars4 stars4 stars4 stars4 stars / 5
2009-06-25
 
Many web site designers build beautiful pages, but if you ask them why they constructed a particular page in a certain way, they'll simply say that it looked good to them. There are design principles that predate the Internet; some of them even go back to ancient Greece and Rome, and they're as applicable today as they were then. If you still make pages that look good without knowing the science behind good design, this seven-part article series introduces you to concepts that you can consciously apply to your next web site design project.  Discuss (1)


A Vertical Menu for All Browsers in HTML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-24
 
This is the eighth part of a nine-part series that shows you how to build a menu that will work in all browsers. Let us quickly look at the design of a vertical main menu in this part.


Programming Contests: Why Bother? in C++
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-23
 
Would you like to learn how to be a better, more efficient programmer? Do you want to build optimized code that runs faster than anything you thought you could create? Then you might find that entering programming contests helps you sharpen your skills. Keep reading as we take a close look at what you can gain from pitting your programming skills against your peers from around the world.


Downloading Long HTML Pages with ACP in HTML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-22
 
As you are surfing the net, you notice that some web pages are very long. When such pages are downloaded, they generally take a long time to be displayed by the browser. In this article, I show you how you can design such long pages so that they download fast and are rendered (at the browser) fast. The secret is to use Active Client Pages.


The Script Approach to Active Client Pages: Chrys`s Enhancement in JavaScript
     
Rating: 3 stars3 stars3 stars3 stars3 stars / 2
2009-06-19
 
In this conclusion to a three-part series on active client pages, I give you my enhancements to the Script Approach. I am the one who came up with the Script Approach. I derived it from Vlad’s work. Before I start my enhancements, let me talk about the store and Vlad’s Fake Get Method. Vlad himself calls one of his methods the Fake Get Method.


Pulling Web Page Elements with the Blueprint CSS Framework in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-18
 
If you’re a web designer who’s seeking a comprehensive guide to the main features of the Blueprint CSS framework, you’ve come to the right place. Welcome to the final episode of a series that gives you a quick overview of Blueprint CSS framework. Comprised of seven friendly tutorials, this series gets you started using this robust CSS library, and shows you how to take advantage of its numerous capabilities, by means of a great variety of code samples.  Discuss (1)


Background Images for a Menu for All Browsers in HTML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-17
 
In this seventh part of a nine-part series on building a menu that works in all browsers, we complete the discussion of the JavaScript functions. We go on to see how we can use background images for menu items instead of background colors. We shall start winding up the series at the end of this part.


Polymorphism in C++ in C++
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2009-06-16
 
If you are new to the world of object-oriented programming, then your first thought after reading the title of this article is "what the heck could ever transform in code?" The answer is not so trivial that I can explain it in just a sentence, but join me throughout this article and you will get the idea.


Overview of Virtual Functions in C++
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-15
 
The word virtual is strange enough on its own. It is defined philosophically as "that which is not real" but contains all of the properties of the real object. However, ultimately something virtual is "fake." Virtual functions are similar in concept, so follow along with me through this article to discover how to use them and when to do so in the C++ language.


Principles of Active Client Pages: the Script Approach in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-06-12
 
In this part of the series, I give the principles of the Script Approach to Active Client Pages. I am the one who came up with these principles to suit the advantages I mentioned in the previous part of the series. In order for you to understand the Script Approach, I will have to explain the simple example we saw previously. This article is the second part of a three-part series.

DEV ARTICLES RESOURCES



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.

IBM DB2 Deep Compression ROI Tool
The IBM DB2 Deep Compression ROI tool is designed for DBA’s and IT management personnel to perform a clinical analysis of the cost savings gained from the Storage Optimization feature of DB2 9 for Linux, UNIX and Windows. The feature, also known as Deep Compression, compresses data that lies within a database by up to 80% at times.






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