Tag Archives: HTML
Hide WordPress Version From Dashboard Footer

Hiding your WordPress installation version is a good idea. Knowing what version you’re running, a malicious person could take advantage of the vulnerabilities identified within that version and potentially corrupt, delete, or even control your WordPress installation and all your web host files. Why some theme developers decide to advertise the version within the <head> element and WordPress itself displays the version to everyone with an account inside the Dashboard (wp-admin) area is unknown to [...]
Web Development Cheat Sheet Compilation

Cheat sheets are great reference guides for quick and direct information and they come in a plethora of topics. They make great desktop wallpapers and printouts, too. Here is a compilation of cheat sheets on various web development languages, Internet systems, and more. Anatomy Of A URL Google Advanced Search Shortcuts Wikipedia:Cheatsheet – Download .pdf HTML 5 Canvas Cheat Sheet – Download .pdf | .png Ultimate HTML5 Cheatsheat [Infographic] – Download .png HTML 5 Cheat [...]
Posted in: Web Development
Tagged: code, CSS, HTML, JavaScript, syntax, wallpaper, web, web development, WordPress
WordPress.com Stats Plugin

Since the day after I started my blog until yesterday (a span of 3 weeks), the WordPress.com Stats plug-in has not worked for me. I wasn’t sure why but I didn’t make it a priority because I’ve setup Google Analytics to track visitor trends and site referrals. I was fixing a couple bugs yesterday and decided to tackle this problem too. Fortunately, and admittedly a little embarrassing, the fix was very simple. I had forgotten [...]
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 it even if they don’t say so. It’s important to know you’re not adding all the images of your website to the sprite image. You [...]
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 Adsense script directly into the element it’s to be displayed. In our case, it’s: <div id="topAdvert"></div> There is a better way! Create a division element [...]
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 can’t type the code as it looks because the web browser will render it as a paragraph tag. Instead, you need to change all less [...]
Posted in: Web Development
Tagged: code, CSS, HTML, JavaScript, Notepad++, PHP, syntax, text editor, web, web browser, WordPress
