News

Make Css Buttons

Make CSS Buttons with Pseudo-elements

Selasa, 17 Januari 2012
On this tutorial we will experimenting with the power of CSS pseudo elements, specially when it comes to mixing them with buttons and that way recreating some great effects that were only possible to do with sprites, in the past. In this tutorial, we will show you how to create buttons with a twist, using just one anchor tag per button and the great power of CSS. DEMO - DOWNLOAD - URL SOURE

Make facebook like button floating on website

Jum`at, 14 Oktober 2011
Ikuti langkah berikut untuk membuat tombol like facebook melayang disamping kiri website anda :       1.  Pergi Untuk Blogger> Desain tau HTML Website anda 2. Pilih HTML / JavaScript Widget dari mana saja (posisi tidak masalah) 3. Di dalamnya paste kode di bawah ini,          <div style="display:scroll; position:fixed; top:40%; left:2%; border: 1px dotted 0px 0px #E8E8E8; padding:0px 5px; height:220px; width:5...

Stop wasting time trying to make money the hard way

Rabu, 21 September 2011
Did you know GhostCPA let's you iframe a CPA offer, AND capture the email address of that user, or even forward them to a second CPA offer? iFraming CPA offers is probably one of the best kept secrets in the affiliate marketing world. iFraming CPA offers lets you take that boring default landing page for your CPA offer that everyone else is using, and turning it into a high converting, money making machine. iFraming is by far the best way for affiliate marketers to lite...

Make JavaScript using the functions setTimeout

Selasa, 7 Juni 2011
It is very easy to time events in JavaScript by using the functions setTimeout() and clearTimeout(), where a section of code may be executed after a period of time has elapsed. The JavaScript function "setTimeout()" has two arguments: a string containing a JavaScript statement, which can be either a JavaScript command or a call to a function, and an integer value, which is used to set the time period in milliseconds. The function returns an integer "id." Instructions : 1. Ope...

How to create facebook and twitter buttons to posts

Kamis, 2 Juni 2011
Many bloggers will be looking out to promote or share their posts in Facebook or twitter.Using plugins will just slow down the site, So i have a code which will create facebook and twitter buttons to posts.     Step 1 using codes   Go to the file Functions.php paste the following code and save, Ur done.   function share_this($content){ if(!is_feed() && !is_home()) { $content .= '<div> <a href="http://tw...
1 | 2 | 3 | Next »