Tag Archives: web
CSS Sprites Speed Up Your Site
CSS sprites work by creating a single graphic with all your site icons, calling for it once, and using the background-position style attribute to show the appropriate section of the graphic. It sounds a little complicated and will take some work setting up, but your visitors will love you for […]
Loading Your Site With Google Adsense Quicker
You decided to add some Google Adsense to your website for a little ad revenue, but your web page loads much slower now. That’s because the browser is trying to call an external script (Google’s) and their Adsense servers seem to always run slow. Google wants you to put the […]
Posted in: Web Development
Tagged: Adsense, code, CSS, Google, HTML, JavaScript, load, quicker, speed, syntax, web, web development, WordPress
Showing HTML, JavaScript, And PHP Syntax On Your Blog
So, you want to show web codes on your WordPress blog (or any website) but the web browser always executes it with the rest of your HTML? The trick for showing code on your website is actually pretty simple. Say you want to show the following code: <p>Lorem ipsum</p> You […]
Posted in: Web Development
Tagged: code, CSS, HTML, JavaScript, Notepad++, PHP, syntax, text editor, web, web browser, WordPress
Using WampServer 2 For Local Web Development
WampServer is a server environment that runs locally on your computer. It allows you to create web applications with Apache, MySQL, and PHP on a Windows computer. It also comes with phpMyAdmin to manage database information just as you would on your web host’s server. Installing WampServer is pretty straight […]
Load YouTube Videos Quicker In Firefox
A feature introduced in Firefox 2 called Session Restore can actually be slowing down the load times of Flash videos, like those found on YouTube and Daily Motion. The feature creates a “save point” every 10 seconds, so you can return back to where you were in case of a […]
Posted in: Web Browsers
Tagged: about:config, Daily Motion, Firefox, System Restore, video, web, web browser, YouTube
Recent Comments