CSS Basic: Change Your Background
Hello, in this post, i will tell my simple way of changing page background using simple CSS (Cascading StyleSheet) document. It’s simple and applicable to the most type of any web pages. Before we get started you may already know that CSS stores information about the style and the look of a page. So when [...]
Posted on css, html, Snippet, tipsHow to Make Nice Border
If you are curious about theme, then this post may inspire you. You must have changed your WordPress Theme at lot times. Sometime, you may found a simple theme with just a few of images, but the theme is still awesome. What makes it awesome? The answer is it use CSS Library instead of Images.
CSS [...]
“Please Enable JavaScript” Message
In this tutorial, i will show you how to simply display message when users don’t enable JavaScript on their browser. Why am i telling this for you? Look, it is 2009. Nowadays there are a lot of widgets, web services, and ads running under JavaScript manipulation. So, if your visitor disable JavaScript while browsing your [...]
Posted on css, html, javascript, style, tipsTake People Attention with BlockQuote
Blockquote is one of HTML tags type. It is naturally and should be used to mark some words or content inside it as a quotation. The quotation itself shows that the content inside it is obtained from another site or book.
Yeah, everyone must know about the quotation, so what is the big deal about it [...]
How to Import Web Screenshot Using Wordpress Plugin
Have you ever imagine to put the original true web thumbnail on comments. I recently created wordpress plugin called True Wavatar (comes from web-avatar).
You don’t have to put any PHP codes, it will automatically replace all gravatars on your pages into true web-screenshot even on the dashboard. It may be useful for some business sites [...]