How To >> Browse Articles
Browse How To Articles
-
Menu Designing in Javascript
JavaScript is a Web language built into all major browsers that you can use to make your Web pages do a lot of neat tricks. Designing a website's navigation menu is one of the most common things you can use JavaScript to do, and since it's relatively easy to do, it's a common way for beginners to learn the language. If ...Submitted by cyril | Published 2 months ago | -
How to Make a Java Hit Counter
Having a Java hit counter will help you track all of the visitors that are coming to your website. Not only will the counter tell you how many visits you have received, but it will advise you of the type of browser visitors are using, what time of day most of them visit and what pages they are viewing on your ...Submitted by cyril | Published 2 months ago | -
How to Make a Web Site From Scratch
Most businesses and companies have their own website to showcase what they have to offer and the different goods they have for sale. This holds true for individuals as well. The Internet is home to millions of different sites, many of which are personal sites, designed and created by individuals looking to claim a little exposure for their hobby, talent, or ...Submitted by cyril | Published 2 months ago | -
How to Make a Web Site From Scratch
Most businesses and companies have their own website to showcase what they have to offer and the different goods they have for sale. This holds true for individuals as well. The Internet is home to millions of different sites, many of which are personal sites, designed and created by individuals looking to claim a little exposure for their hobby, talent, or ...Submitted by cyril | Published 2 months ago | -
How Can I Create a Website?
If you want to have a successful business it is almost a requirement that you have a website for that business. Don't think you have to pay a web developer thousands of dollars to have a good website. You can actually build your own website. It takes a lot of time and effort but you can learn how to do it ...Submitted by cyril | Published 2 months ago | -
How to Overview and Benefits of ColdFusion
ColdFusion is a Rapid Application Development (RAD) language that facilitates quick creation of strong and compelling websites. As indicated earlier, ColdFusion is both an application server and a language. ColdFusion is built on a certified Java J2EE platform and more…Submitted by cyril | Published 2 months ago | -
How to Internet Marketing and Website SuccessS
If you want your website to be successful and attract more visitors, make sure you are adopting the best Internet marketing tools. There is no use of having a professional looking website if users are not able to find out the products and services that they need. This is where an Internet marketing campaign plays a crucial role.Submitted by cyril | Published 2 months ago | -
Walking the DOM
Since I'm currently working w/Javascript and Ajax to integrate dynamic web content, the DOM has been crucial to understanding my application process flow. When you think in terms of parents and children - the family tree, its easier to think through developing a more robust application. ...'The DOM-2 defines everything, and they mean everything - including whitespace and those end-of-line thingies ...Submitted by watersigndesign | Published 9 months ago | -
Setting for Web Development on Linux
WEB DEVELOPMENT ON LINUX Original Platform => Ubuntu Emulator => Sun XVirtual Box Emulated Systems => Windows XP and Fedora Use ubuntu as your desktop, Fedora as your testing server and Windows for the proprietary software. WINDOWS FROM THE EMULATOR Web Editor => DreamWeaver ...Submitted by gmanon | Published about 1 year ago | -
Web Dev Handbook (AWESOME!)
http://www.alvit.de/handbook/ Save this as your home page if you do lots of design work!Submitted by watersigndesign | Published about 1 year ago | -
Firebug is Your Best Friend
Ever wonder how that site you like did its roll-overs, or which route they took to implement rounded corners in CSS? Or maybe you're about to take in a feed from a client's site, and you'd like to see how well they structure their pages. Well, you could pore through the source of the page, download the linked CSS files and ...Published about 1 year ago | -
Get started with HTML
Type in the text in notepad : <html> <head> <title>Title of page</title> </head> <body> This is my first homepage. <b>This text is bold</b> </body> </html> Save the file as "yourpage.htm". HTML element: <b>This text is bold</b> The HTML element starts with a start tag: <b> The content of the HTML element is: This text is bold The HTML element ends with ...Submitted by Tof | Published over 2 years ago | -
Web Dev Basics: Application Servers vs. Web Servers
A Taking a big step back, a Web server serves pages for viewing in a Web browser, while an application server provides methods that client applications can call. A little more precisely, you can say that: A Web server exclusively handles HTTP requests, whereas an application server serves business logic to application programs through any number of protocols. Let's examine each ...Submitted by rajeshwari | Published over 2 years ago |

