How to Center a Web Page - HTML by JZ
A very common question in many Q&A forums is "how do I center my web page?" In order to center a block level element the left and right margins must be set to "auto". [read more]
Immediate Button Disable On Click - ASP.net/Javascript by JZ
By now we've all seen the “click only once” warnings. One common scenario is when submitting payment information on line, “click only once, or you may receive multiple charges”. [read more]
Dancing Classrooms Northeast Ohio Launched by JZ
Dancing Classrooms is not about teaching ballroom dancing. The dance is a tool for getting the children to break down social barriers, learn about honor and respect, treat others carefully, improve self-confidence, communicate and cooperate, and acc [read more]
Dynamic Javascript - ASP.net by JZ
The following examples demonstrate a dynamic Javascript in ASP.net. [read more]
Browser RSS Icon by JZ
Major browsers have an RSS icon that will highlight indicating an RSS feed is available. For developers to utilize this feature they must include references to the RSS file(s) in the head section of the web page. [read more]
Strategies for Creating Strong Passwords by JZ
Todays technology has brought us a click away from a vast array of information and instant communication. Consequently, this has also brought to our doorstep countless ill intended individuals seeking to cause disruptions or harm. One of the easiest [read more]
Advantages of Owning a Website by JZ
Owning a website offers a cost effective method to potentially reach millions of people around the world. A professional website should pay for itself and provide a return on the investment. Today it is less of a question if you have a website for y [read more]
Advanced CAPTCHA Techniques by JZ
The basic principal of a CAPTCHA is to prevent automated submissions, thus consideration is given only to those deemed to have been submitted by a human. It is the means of implementing a test, also known as a reverse Touring test, that can be solve [read more]
How to Embed Flash from External Javascript File by JZ
The following example is a script to embed a Flash file (.swf) into a web page using Javascript. [read more]
How to Generate Random Numbers - ASP.net by JZ
Creating a function to generate a random number within a specified range is rather simple. [read more]
How do domain names work? by JZ
The domain name system (DNS) works like a telephone book, providing location and contact information for the names listed. The location of a website is a numeric IP address. An IP (IPv4) address consists of four octets such as 72.167.177.75, each nu [read more]
What is Search Engine Optimization (SEO)? by JZ
Search engine optimization (SEO) is the process of optimizing a website to achieve a high list ranking with leading search engines. More specifically, "organic" or unpaid list results, also known as organic traffic, accounts for the vast majority of [read more]
Cascading Style Sheets (CSS) in Layman's Terms by JZ
CSS refers to presentation instructions for a document written in a markup language such as HTML or XHTML. A well defined CSS driven structure adds a level of efficiency and greater ease in modifying the appearance of a website. [read more]
SQL: How to toggle a bit field by JZ
Here is a very simple yet nifty little function to perform a bit-wise operation in an SQL update statement. The following statement is an example that toggles a bit value for a field named IsLockedOut. [read more]
Choosing a domain name by JZ
Highly desirable domains names are becoming more and more difficult to acquire, especially with favored TLD's like .com and .net. With major industries like domain trading, traders are rapidly devouring desirable domain names. [read more]