·: Site description :·
Welcome!

NetBulge.com provides code, scripts, tips & tricks and general information about web development aimed to help webmasters and web designers.

Instead of packing all the info we can get into a huge database, our goal is to produce a high quality compilation of code snippets and articles. Web developers will find in these pages a fresh and savvy view of most of the issues concerning programming and designing for the web; as well as a good site to visit regularly for help and inspiration.

Enjoy!
Zones
Navigation
Search

Sessions

NetBulge.com RSS2 feed



About Hosting:

I use and recommend Hostgator for all my hosting needs. It is the only company I have tried (and I have tried plenty) that hasn't given me a headache and responds quickly and fairly to everything I ever need. I run 3 accounts that host over 20 sites with Hostgator and I am happy recommending it to all my family, friends and clients. If you are looking for a cheap yet solid host, IMO Hostgator is the way to go. I do get a comission if you register through the link, but even if you don't like me and don't want me to get a comission, go to Hostgator for your hosting needs and save yourself plenty of cash and headaches.


css stylescss styles Articles
web zone resources
While working on a script I often find myself writing, deleting and rewriting quick lines to output the content of variables to the screen so I can keep track of the program execution. There are many ways to print output and here are a few ideas that save time and make life easier.

Author : Esopo, Read 2430 times, Comments: 0
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Saturday, 29. April 2006
web zone resources
Inserting an audio file into a web document should be a somewhat uneventful task. Actually, if you do not care about standards it is rather simple since the non-standard <embed> tag works very well in 95% of browsers. It only gets complicated when trying to follow the W3C specification. In this article I provide both methods and you can decide for yourself.

Author : Esopo, Read 14245 times, Comments: 2
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Friday, 24. February 2006
 Print version Send article via e-mail  DOCTYPE?
web zone resources
DOCTYPE stands for Document Type Declaration and is a requirement for several web documents including HTML and xHTML pages. It must be placed at the beginning of a document and lets the browser (or any other engine interested in making sense of your markup) know what type of technology you are using and which version.

Author : Esopo, Read 2667 times, Comments: 0
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Friday, 20. January 2006
web zone resources
If you’ve got a website, you’ve probably got one or more forms on it. Since visitors usually don’t want to take the time to fill out the full form - and we do want all the obligatory information - we all have to use form validation. Me personally, I like to do my validation server-side, because if a visitor really wants to annoy you he (or she for PC’s sake) will disable client-side scripts. Yes, that is right, they do it; I’ve seen them do it. All your hard work and all your scripting goes down the drain and you are left empty-handed if you used them. I’ve worked a lot with forms, and I’ve come up with my own little standard way of doing this. The example I’ll give is in PHP since there’s an area for it on this website.

Author : NeoTeq, Read 3727 times, Comments: 0
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Friday, 20. January 2006
web zone resources
With SVG, we can create graphics from plain text. And although it’s not widely supported yet, let’s have some fun with it? It’s XML-based, it’s easy, and it’s fun. And what better way to do it, than combining it with PHP and making it dynamic. Why, you ask? Because we can!

Author : NeoTeq, Read 6684 times, Comments: 1
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Monday, 9. January 2006
web zone resources
Now that we have a rectangle that takes our given variables, what we need is...

Author : NeoTeq, Read 3887 times, Comments: 0
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Monday, 9. January 2006
web zone resources
How would you get people to your site if the search engines didn't exist?
Imagine one day you flip on your PC, log on to the Internet and go to google.com. The browser alerts you and says that there is no website found at that address. No problem you think, as you head on over to Yahoo.com - same thing, no website found at that url. Now something seems fishy, go to MSN.com because you know Microsoft will never run out of money and their search engine will be up. Nope, instead you get another alert box telling you that there is no website found at that url.

Imagine that!

Author : SEOforGoogle, Read 2118 times, Comments: 0
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Monday, 9. January 2006
web zone resources
XHTML, the standard, was first released back in 2000. Roughly five years later we begin to see major websites revised to use this standard. Even the favorite whipping boy of standards-compliance punditry, Microsoft, presents their primary homepage msn.com in XHTML.
Standards compliant XHTML sites are still the minority. The reason is simple. When the W3C released the new standard, the rest of the web running on HTML did not cease to function. Without any pressing need to conform to the new standard, designers continue to use old, familiar methods. These methods will perform in any modern browser, so why bother switching?

Author : External source , Read 2203 times, Comments: 0
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Tuesday, 13. December 2005
web zone resources
Ever thought about the way a web page is browsed? Have you taken time to study common scan patterns? It makes a big difference to know how your visitors interact with your pages and this article is a good starting point.

Author : Esopo, Read 2984 times, Comments: 3
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Friday, 9. December 2005
web zone resources
The background of a page is an important element. Since it occupies the entire screen, a good choice will probably go unnoticed while a bad choice can easily drive your users insane. Here are a few ideas to keep in mind when designing backgrounds for the web.

Author : Esopo, Read 2586 times, Comments: 0
Rating :  rating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resourcesrating resources  |  Tuesday, 6. December 2005

<< New 1 2 3 4 Old >>