Browse by Tag: Web-Development


 
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]
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]
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]