Create A Peel Away Effect On Your Blog / Website

Advertisement

peel away

If you are wondering how some webmasters or bloggers create this little peel away effect on the top right corner of their website, that means it is successfully getting your attention and we assume that’ll make visitors curiously wanting to peel it off and see what’s in store.

This is certainly a very effective way to market products and bring more attention to pages you want visitors to focus. For webmasters cum online money makers, this can be a new interesting approach you can propose to advertisers. Creating a peel away effect on your website / blog is fairly simple. Full guide after jump.

Note: For wordpress users, you can skip doing this manually. This plugin will do the trick. Thanks Mohd Ismail.

1. Download required files

Download peel.zip (Alternative – Download), extract it. Your peel/ folder should contain these following files:

  • large.swf
  • large.jpg
  • small.swf
  • small.jpg
  • peel.js

Plan where you should upload this folder at later stage. For Wordpress users, you are suggested to upload peel/ inside wp-content/themes/your_current_theme/. Fow now, let’s fire up your favorite text and image editor.

2. Edit peel.js

Open peel.js with your favorite text editor. Change these following settings:

  1. jaaspeel.ad_url – URL you intend to point to.
  2. jaaspeel.small_path – Path to small.swf
  3. jaaspeel.small_image – Path to small.jpg
  4. jaaspeel.big_path – Path to large.swf
  5. jaaspeel.big_image – Path to large.jpg

Here’s an example, assuming the domain is hongkiat.com and I’m pointing it to google.com.

jaaspeel.ad_url = escape('http://www.google.com');
jaaspeel.small_path = 'http://www.hongkiat.com/wp-content/themes/hongkiatdotcom/peel/small.swf';
jaaspeel.small_image = escape('http://www.hongkiat.com/wp-content/themes/hongkiatdotcom/peel/small.jpg');
jaaspeel.big_path = 'http://www.hongkiat.com/wp-content/themes/hongkiatdotcom/peel/large.swf';
jaaspeel.big_image = escape('http://www.hongkiat.com/wp-content/themes/hongkiatdotcom/peel/large.jpg');

3. Edit the images

  • small.jpg – The small background visitors see before content behind gets revealed. Edit if you’d like to match it with your background.
  • large.jpg – What visitors will see after pointing their mouse to ‘peel the page off’. This is the image you’ll want to edit.

Both flash files, small.swf and large.swf can be left un-touch.

4. Upload files

Upload the entire peel/ folder to via FTP your web account. Make sure it matches with the settings you’ve entered earlier in Step 2.

5. Add Javascript in header

Add the following Javascript after <title> before </head>.

<script src="http://www.domain.com/peel.js" type="text/javascript"></script>

You are done! Refresh the website and you should notice a peel away effect on the top right corner of your site.

Related Contents

Sponsors

Posted by hongkiat in Web Tricks , at 03.24.08

Tags: , ,

Comments

  1. Mohd Ismail March 24th, 2008

    or, if you are using Wordpress, you can download the plugin for peel ads at Peel Away Wordpress Plugin =)

    Reply
  2. hongkiat March 24th, 2008

    Mohd Ismail: Thanks, I’ve just realized after having this entry live. Appreciate the heads up though.

    Reply
  3. Tech Blog March 24th, 2008

    Anyway, that’s nice to see u code it urself.

    Reply
  4. Chris March 24th, 2008

    Is there any way of getting it to open in the same window?

    Reply
  5. Joe March 25th, 2008

    Is anyone else experiencing this not showing up in IE?

    Reply
  6. Yan March 25th, 2008

    Wonderful! It certainly caught my attention and I like the peeling effect..

    Reply
  7. Courtney Miles March 27th, 2008

    Very nice. Are you the author? If not, who is?

    I can confirm that how it’s used on this site does not work in IE. But how it’s used on pvponline.com works fine.

    Reply
  8. Jordan March 27th, 2008

    I love it. Have implemented it already. To get it to work on IE put the after the body tag. It works in IE and firefox then.

    Well Done Hongkiat! Coolest thing i have seen for a long while!

    Reply
  9. Jordan March 27th, 2008

    I love it. Have implemented it already. To get it to work on IE put the script after the body tag. It works in IE and firefox then.

    Well Done Hongkiat! Coolest thing i have seen for a long while!

    Reply
  10. Joe March 27th, 2008

    Awesome- thanks, Jordan! Hongkiat- this thing is great!

    Reply
  11. WhizKidz March 28th, 2008

    Great…..I will use it on my next project. Thanks, John

    Reply
  12. RLV April 7th, 2008

    no funciona, segui los pasos tal cual lo indican pero no agrega el efecto….

    Reply
  13. fedmich April 8th, 2008

    wow, looks elegant :)
    Thanks, im sure this will come in handy one day

    Reply
  14. rex April 9th, 2008

    hi, can some tell me the code of NOT displaying the big 2nd picture and REPLACE it with:

    automatically scrolling recent or random posts.

    Reply
  15. LcDude April 11th, 2008

    Great script! I was wondering what needs to be done to make it work in the top left corner. I changed right to left, but the curl goes the wrong way.

    Reply
  16. popljubo April 14th, 2008

    Great thing Hongkiat! Thank you for sharing.
    Please [somebody] help me with code/expression to open the link in same window/tab

    Reply
  17. stanotmano April 16th, 2008

    What script are you placing after the body tag for IE? I can’t get this to work

    Reply
  18. stanotmano April 16th, 2008

    finally got it to work, now working on my flash object not covering up art of it . Any suggestions.

    Reply
  19. popljubo April 17th, 2008

    stanotmano,
    like Jordan said [on March 27th] in his coment about Step 5 – Add Javascript in header

    “To get it to work on IE put the…” following Javascript after the tag:

    don’t put the content of external JS [peel.js] file in your page!

    It also works fain in IE, FF, Opera & Safari – Win/PC.
    It Will be nice to hear from people who use different browsers on Mac, how it works!
    Thank’s

    Reply
  20. Hendra April 18th, 2008

    Nice peel away effect. Only one thing. I would like to remove the mirror effect that eppears on the swf. Do I change it in the peel.js, (please explain if done here), or is it scripting in the original flash file?

    Reply
  21. jemmBOo April 22nd, 2008

    Step 1 – Download required files<– i got error, can you upload at rapidshare?

    Reply
  22. hongkiat April 22nd, 2008

    @jemmBOo That link should be working. Anyway, I’ve provided another alternative download link. Check Step 1.

    Reply
  23. jemmBOo April 22nd, 2008

    bro thanks for the Alternative link.. and thanks for the tutorial :)

    Reply
  24. MMR April 23rd, 2008

    This seems to be quite a bit like the info found at the following site from Oct-2007.

    http://www.marcofolio.net/webdesign/create_a_peeling_corner_on_your_website.html

    Reply
  25. Bettina April 28th, 2008

    The effect isn’t showing up in IE 6.0. Did you find a way to solve that problem?

    Reply
  26. Bettina April 28th, 2008

    Ooops, you are right, it works when the js tag is placed after the body tag…

    Reply
  27. Mike April 29th, 2008

    I haven’t tried it yet but will this script work on a wordpress website?

    Reply
  28. mor10 May 5th, 2008

    The problem with this and all the other similar scripts I’ve tried is that the peel shows up underneath some Flash elements like the Blip.tv player etc. I have yet to find a solution to this problem. If anyone has any suggestions, I’m all ears.

    mor10

    Reply
  29. Seth May 7th, 2008

    Just awesome! Thanks very much!!

    Reply
  30. loro May 13th, 2008

    the peel freezes in IE7

    Reply
  31. Prasanna May 15th, 2008

    Hello Every one

    Hi i added this on my website but i have flash Banner on my website how to make the peel page appear above the Flash banner Plz Help me

    By posting Comment or Emailing me Plzzzzzzzzzzzzzzzzz

    Reply
  32. marko May 25th, 2008

    i have a problem with IE 7 , i can’t see the page peel.

    Reply
  33. busywriter May 28th, 2008

    To POPLJUBO,

    I run a Mac, using 10.4 (haven’t moved to the 10.5 Leopard). The peel away works perfectly in Safari and in Firefox. Sorry, don’t do Exploder so am unable to comment.

    Hope this is a heads up for those of you wanting all your users to see the effect.

    Reply
  34. Markus May 29th, 2008

    Hi,
    has anybody a link to a working plain html site. I´m trying to implement it for the whole day. And it drives me nuts.
    I realy don´t know where to put what, and I tried every combination. But it doesn´t work. Im using Firefox and Safari for testing.

    Thanx for every hint.

    Reply
  35. paul77smith June 3rd, 2008

    Nice file. I’ve one important question. Is there any copy right issue to use this script. Can this script be used on the commercial website anyway we want. Are you the author and allow the users to use this script on their websites.

    Thanks

    Reply
  36. recursos web June 13th, 2008

    gracias por estos recursos, aqui mas recursos para diversos temas

    Reply
  37. Todor Christov June 19th, 2008

    Great work!

    I implement the Peel effect in my blog and it looks great under Flock, Firefox and Internet Explorer. In order to run under IE, once must really put the code after the tag, not before the tag.

    Thanks a lot for the hack!

    Reply
  38. Todor Christov June 19th, 2008

    Something is wrong with my comment, so I will send it once again:

    “In order to run under IE, one must really put the code after the “body” tag, not before the closing “head” tag.”

    Reply
  39. Charles June 19th, 2008

    Tudor – Correct me if I’m wrong! So this code goes after the “head” tag and not before?
    >>Something is wrong with my comment, so I will send it once again:

    “In order to run under IE, one must really put the code after the “body” tag, not before the closing “head” tag.”

    Reply
  40. jon June 20th, 2008

    I wish it was a little larger like 150×150. Can’t change cuz the fla files are not in the zip. Can’t change it in the .js file either.

    Reply
  41. Okizoo June 21st, 2008

    Always wondered where this plugin was.

    Reply
  42. Tony June 21st, 2008

    I love the peel away effect. I am going to try out the plugin. Thanks for sharing.

    Reply
  43. DeputyDog June 26th, 2008

    This stuff is great, easy to use!! I love it and it is working great!! BUT! Is there any way to make the ad link NOT pop up a new window? A couple of options in the peel.js would be nice, like ‘target’ (self or new) and orientation (top/left, top/right, bottom/left, bottom/right)…

    Reply
  44. Ben July 5th, 2008

    fantastic. we’ll look at using this

    Reply
  45. andy July 17th, 2008

    Excelent Work, Thank you.

    Reply
  46. Vladimir July 18th, 2008

    Awesome!!!!!!!!!!

    No bags, amasing shadows!!!!!!

    Would you share your FLA files?)))))

    Reply
  47. Keith August 10th, 2008

    You Rule, thanks for the info…..

    Reply
  48. redson August 11th, 2008

    thanks for writing this post. its really nice and i love it.

    Reply
  49. GreG August 15th, 2008

    Hi guys. Just great this post. But… as some of us, i´m getting a problem with the flash banners that stay always above the peeling effect. Is there a solution for this??

    Many Thanks…

    Reply
  50. GreG August 15th, 2008

    Or … if not possible to put it above the Flash files, can we move ir to the left side of the window?

    Reply
  51. free software September 4th, 2008

    software download is very good

    Reply
  52. kobos September 17th, 2008

    NO FUNCIONA EN FIREFOX

    Reply
  53. chokilala September 21st, 2008

    thanks. it works for blogger too :)

    Reply
  54. orlando September 22nd, 2008

    hola el tuto esta muy bueno pero creoq ue tiene que ser más explicito.. por ejemplo si tengo un banner hecho en flash en la cabecera y el “Peel away Effect” en la esquina derecha superior como lo pongo si lo tapa ya intente como 4 tutos y funcionan

    ayuda please
    dolanor_24@hotmail.com

    Reply
  55. pornfox September 24th, 2008

    I finally got it to work on IE7 but this txt is in my header now and i cant get it to work properly can u help me.

    thanks heaps

    Reply
  56. Jon September 29th, 2008

    I have experienced it not showing up in IE. How to fix that?

    Reply
  57. Dianellys Morato October 3rd, 2008

    Thank you, thank you, thank you!
    Very easy to implement! I just installed it in one of my client’s blogs and he and I are both loving it.

    Cheers!
    Dianellys Morato

    Reply
  58. Dan Walter October 4th, 2008

    Doesn’t work.

    Reply
  59. Тодор Христов October 6th, 2008

    Charles, #39 – yes, exactly. This is how it works in my blog.

    Reply
  60. doru October 17th, 2008

    i can’t use this with any other size than 100 for small image and 650 for large image. it results in buggy behavior. check it out.

    Reply
  61. Hernan October 18th, 2008

    I have installed a peel efect, but i want to set the small image a little bit biger. I put the small.jpg at 200×200 px and change the lines:
    jaaspeel.small_width = ‘200′;
    jaaspeel.small_height = ‘200′;
    The result is a pixelated image not centered. How can i correct this??

    Reply
  62. Nicole October 21st, 2008

    Thanks for sharing! LOVE the look of it, just would like to see something more flexible. I too am trying to resize to make the “big” part 400×400 but it’s not working out so well. Any chance of getting your source files?

    Reply
  63. Pierre November 13th, 2008

    thank you so much. it works

    Reply
  64. Brett November 19th, 2008

    For people who’s images look pixelated when editing the image sizes in the JS… you need to resize the image file itself to those same dimensions (in photoshop etc) otherwise the JS will resize the larger image and therefore pixelate the image.

    Reply
  65. Steve December 9th, 2008

    Thanks for this.

    I too would like to see this with an option to open NOT in a new window.

    Reply
  66. Javin December 10th, 2008

    Thanks looking for it and got nice insight.

    Reply
  67. Jansen December 12th, 2008

    Great job
    looks amazing, works perfectly.

    Reply
  68. afperea December 12th, 2008

    excelent good job

    Reply
  69. John December 12th, 2008

    Great script! Will be using, thanks. Am considering making a jQuery plugin with this technique.

    Reply
  70. John January 8th, 2009

    Finally, found the post the originally inspired me:) Here’s the jQuery plugin I developed for the page peel ad. There are some additional features and included .fla files for editing.

    http://plugins.jquery.com/project/page-peel

    Reply
  71. Mens health Blog January 29th, 2009

    I was using standalone javascript for making peel away scripts. I spend many hours to make it work in each blogs, because of template editing.

    Just now I’ve used this plugin in one of my wordpress blog. It installed and worked like a charm. Thanks.

    Reply
  72. kris February 5th, 2009

    i think im missing something on this. i cant get it to work. ive tried permission variations and everything. what could be the problem im overlooking. ive viewed it in firefox and IE..just cant get it

    Reply
  73. Ahmed Baig February 6th, 2009

    hey thanks for that great trick but it doesnt seem to work in IE what do i do? to make it work in all brousers?

    Reply
  74. AdPeelers February 23rd, 2009

    For those of you who like this script we have an updated version of the same kind of script, this comes with complete installer and database + admin area for uploading and deleting ads, wth this you can easily manage multiple ads within your peels thata re randomly picked when the page loads

    Reply
  75. Hans February 27th, 2009

    Does work in IE7,
    Chrome,
    Safari (OS X and Windows XP),
    Firefox (OS X)

    It works even in Opera (OS X)

    But…
    mot in Firefox 3 (Windows XP and Vista) and yes, I’ve cleared the cache.

    Bizar.

    Reply
  76. Hans February 27th, 2009

    Sorry for the typo’s, it’s not my native language.

    Reply
  77. Michael March 15th, 2009

    You should checkout http://www.FreePagePeel.com

    It does the same thing but all you have to do it upload your pictures and it configures the JS files for you, presents you with a zip file of everything you need and a code snippet. Pretty slick, 100% free, no signups or restrictions or anything.

    Reply
  78. Dharini Jain March 23rd, 2009

    itz not working in IE7.Is there anyone to help me out in this?

    Reply
  79. Synergy Informatics April 8th, 2009

    Hi,

    Fantastic effect… this was exactly, what we’re looking for.

    Reply
  80. Aaron April 15th, 2009

    Hi
    I have this script, its works but my main content is all flash, and the page peeler goes underneath, can any help?
    The url is http://www.braziloilandgas.com
    and my email is ameharhughes@gmail.com

    Thanks in Advance
    Aaron

    Reply
  81. viji April 23rd, 2009

    hi..
    i tried this code into my php localhost server for a single application.
    i follwed wat u said
    but stil i’m not having the peel on my site

    Reply
  82. viji April 23rd, 2009

    sorry for the previous comment. its working well now.
    but i have flash banner. how to make the peel above the flash banner.
    Pls anyone help me by intelviji@gmail.com

    Reply
  83. Jeff April 24th, 2009

    Doesn’t work in IE7, IE6, FF3….Good luck. Back to Google. Thanks for the effort though.

    Reply
  84. Kurt May 11th, 2009

    Try harder Jeff. For it to work In IE, the Javascript should be in the body

    <script src=”http://www.domain.com/peel.js” type=”text/javascript”>

    Reply
  85. Dennison Uy May 11th, 2009

    I found a CSS / JQuery implementation of this effect on http://www.sohtanaka.com/web-design/simple-page-peel-effect-with-jquery-css

    Might be worth a look.

    Reply
  86. Zarko May 12th, 2009

    Guys I have an issue with this script.

    Everything is working nice in Firefox and IE6 and in Firefox page peel is rolling ok but in IE6 is rolling under my flash banner… Anyone can help me?

    I have putted the come wmode=”transparent” or wmode=”opaque” but still not working.

    Thanks

    Reply
  87. Erez May 13th, 2009

    HI all,

    It didn’t work for me at all till I removed the tags from the Javascript and of course put it after the to work in IE.

    Also if you want it to work on an ecommerce site with SSL pages just change all the HTTP to HTTPS everywhere including every http you can find in peel.js (not just the images and flash links)

    enjoy!

    Reply
  88. Erez May 13th, 2009

    ” tags

    Reply
  89. Erez May 13th, 2009

    sorry for that it does not show up for some reason – I meant the strong and /strong tags

    Reply
  90. moralde May 15th, 2009

    hi, is there an english version of the page where the plugin is located?

    Reply
  91. Crazy Sam May 28th, 2009

    Thanks a lot for this. It is working perfectly well on my site. Tested on FF, Chrome and IE6. Dunno about IE 7 & 8.

    About the peel rolling under flash,

    add the following parameter to the OBJECT tag:

    AND

    add the following parameter to the EMBED tag:
    wmode=”transparent”

    Reply
  92. Crazy Sam May 28th, 2009

    Oh, the html codes didn’t show up.

    About the peel rolling under flash,

    add the following parameter to the OBJECT tag:
    less than symbol param name=”wmode” value=”transparent” greater than symbol

    AND

    add the following parameter to the EMBED tag:
    wmode=”transparent”

    Reply
  93. laura June 18th, 2009

    Did you ever hear back on this q?

    Reply
  94. IzhamZakaria July 5th, 2009

    hye..

    im newbie. I was try that trick but it didn’t work…

    Some one can help me please…..

    my email.

    admin@izhamzakaria.com

    Reply
  95. Jorge July 10th, 2009

    Great script but I want to open the link in the same window.

    What should I change for this?

    Reply
  96. Kurt July 24th, 2009

    Anyone know how to get it to work with Safari 4. The transparncy dosent work, Just get a big pink box.

    Reply
  97. Newbie July 30th, 2009

    Wonderful article, very useful indeed. Keep up the good work…

    Reply
  98. franc3s July 31st, 2009

    Even if I put the code after the I can’t get it work on IE (all version)

    Anybody can help me?

    Reply
  99. franc3s July 31st, 2009

    Sorry, IT WORKS
    thanx

    Reply
  100. frankie August 5th, 2009

    http://www.voguereplicawatch.com it works ……….thank you

    Reply
  101. Nick August 12th, 2009

    It works perfectly, tnx!!!!

    Reply
  102. sweta September 2nd, 2009

    Im having the same problem , peel showing underneath the flash..the changes which u asked in code..im not able to grab..can u just forward to me updated code..so that peel comes above the flash content..It will be great help..thanks

    Reply
  103. geoff September 2nd, 2009

    i can’t seem to make this work in Firefox. in all the pages i see with it working in firefox, using the web developer add on, and looking at div order, I can see that the full size 650 box div doesnt come up until i scroll over the peel tab in the top right.

    On my version, at http://www.heatlaminators.com, my div order information shows that the 650 div is always on, and it covers up my clickable links, rendering them unclickable. i thought i copied everything over exactly, and can’t seem to figure out why mine is different. also, i cant get it to do an actual peel unless i copy the script in twice, with the script in once, it just does the little animation in the corner and does not react when i hover on it.

    it works fine in IE6 and 7 but i cant use this if i cant make firefox only register the big div when i hover on the small one =(

    any ideas? i would really appreciate any help

    Reply
  104. Reminis September 9th, 2009

    Hi…

    Excellent script thanks,
    However…
    I am interested in the following unanswered question which has been asked time and time again with no replys:-

    How to make it open in the same window?

    Also…

    Can I make it play a sound file when activated?

    And…

    Where is the original FLA file so as the sizes can be altered?

    Many Thanks

    Reply
  105. TwitAhead September 20th, 2009

    Great idea… I can compile this stuff and make it as a full pledge peelaway script.. :)

    Reply
  106. Julie Stoddard September 21st, 2009

    I’ve used the plugin for the peel away ads with success. You can view it on my blog.

    Reply
  107. Rishi Srivastava September 25th, 2009

    I have also tested it on Firefox 3.0 and IE 8.0 everytime I made any change and I cleared cache/cookies everytime.

    Reply
  108. Rishi Srivastava September 25th, 2009

    Please help!!!!

    Reply
  109. FriendZetta September 29th, 2009

    please help me, how i can put that in blogs, exactly in blogger.. please….

    Reply
  110. www.janime.tv September 30th, 2009

    can we use this on html… i mean… non-blogs

    Reply
  111. Gary October 23rd, 2009

  112. Accounting Teacher October 30th, 2009

    Is not there any plugin for this. I don’t want to play with the code of my blog.

    Reply

Trackbacks

  1. diarioTHC | How To Page Peel Effect
  2. » Create A Peel Away Effect On Website Webcreatives
  3. How To Page Peel Effect - Agregar efectos creativos a las esquinas de tu web « Xyberneticos
  4. links for 2008-03-30 « D e j a m e S e r
  5. » Peel Away Effect op je website
  6. Vreţi reclame după colţ? | CNET.ro
  7. How To Page Peel Effect » Ricotero's Blog
  8. EFEITO DE PÁGINA DOBRANDO COMO PAPEL « Vítor Imenes
  9. Criação de Sites - Desenvolvimento de Sites » Blog Archive » Efeito de página dobrada
  10. GWG Community Blog » Tutorial: Peel Away Ads
  11. Peel Away: Efecto original para publicitar en las esquinas de tu web
  12. 40+ Most Wanted Wordpress Tricks and Hacks
  13. 40+ Most Wanted Wordpress Tricks and Hacks | 胡作非为 - 每天精彩文章推荐 - Best Articles of the Day
  14. 30个优秀Wordpress技巧
  15. 30个优秀Wordpress技巧 | Yansen's Blog
  16. 30个优秀Wordpress技巧 | 半瓶可乐
  17. WP.ORG.CN | 30个优秀的Wordpress技巧
  18. Skylog » Blog Archive » links for 2008-06-17
  19. 我要当站长–51dzz.com » 30个优秀Wordpress技巧
  20. 用友资讯 » Blog Archive » 30个优秀Wordpress技巧
  21. PP BLOG# » Blog Archive » 30个优秀Wordpress技巧
  22. 9月森林 » 40+ Most Wanted Wordpress Tricks and Hacks
  23. 30个优秀Wordpress技巧 - 网络应用与资讯
  24. Lorien Johnson » » links for 2008-06-23
  25. 40 consejos y trucos para Wordpress | aNieto2K
  26. 40 самых востребованных настроек/хаков для WordPress
  27. Mas de 40 trucos y hackeos para Wordpress | Pboza
  28. 40+ Most Wanted WordPress Tricks and Hacks | Blogging Tips
  29. Flash Page Peel Ads | Webmaster-Source
  30. 鱼鱼小札 » Blog Archive » 30个优秀Wordpress技巧
  31. 30个优秀的WordPress技巧 | 智康博客--个人日记|网络技术|免费分享|技术交流|WordPress学习
  32. 30个优秀的Wordpress技巧为您打造强大的博客 | abe design studio
  33. Hobby World CH » Blog Archive » links for 2008-07-14
  34. 你不能不知道的30个优秀Wordpress技巧 | Idiigo.com
  35. 谷歌客 » 30个优秀Wordpress技巧
  36. Peel Effect
  37. Los 40 trucos mas importantes de Wordpress « Camyna.com
  38. Efeito de página dobrado como papel | Portal Mie Magazine
  39. WordPress 常用技巧40+则,诚邀您的参与翻译 - WordPress中文站
  40. webaktuel » Blog Arşivi » Links for 2008-08-04 [del.icio.us]
  41. 30个优秀Wordpress技巧 | T.E.M.P
  42. 30个Wordpress技巧 | 灵度°CLEVER8
  43. 40 лучших хаков для Wordpress | Listeria.ru
  44. RCDM » Blog Archive » 40 consejos y trucos para Wordpress (muy interesante)
  45. RCDM » Blog Archive » 40 consejos y trucos para Wordpress (muy interesante)
  46. Redbots » 30个有用的Wordpress技巧
  47. WordPress 常用技巧40+则 : 从1981年2月开始的人生
  48. WordPress 常用技巧40+则 - 从1981年2月开始的人生
  49. 41 Wordpress Tricks & Hacks | Tips For Web Users
  50. 41个最值得应用的wordpress技巧工具 | 大眼博客---睁大眼睛看
  51. cssframework » 40+最值得应用的WordPress技巧和工具
  52. 40+最值得应用的WordPress技巧和工具 - EventID中文网
  53. Efecto Page Peel, incluye un banner original en tu web de forma gratuita - The n4gash, Blog sobre Diseño gráfico y web, programación, internet, posicionamiento web y SEO
  54. 流动人生 » Blog Archive » 40+最值得应用的WordPress技巧和工具
  55. Wordpress增强:40多个你最想要的Wordpress技巧和插件工具 : 互联网营销博客 - Internet Marketing
  56. Face The World » 40多个你最想要的Wordpress技巧和插件工具
  57. loremipsum.ro » Blog Archive » The Curl - Design Trends
  58. 40+ Most Wanted Wordpress Tricks - o2webdev
  59. 40+提高WordPress博客应用体验的技巧/插件 - 菠菜博
  60. wordpress實用技巧40招 | 時間不等於金錢
  61. Criando um efeito de “descascar” (peel away) em seu site ou blog « Mayramoretti’s Weblog
  62. Peel Away Effect On Wordpress Blog or Website
  63. 我想网 » Blog Archive » 40+最值得应用的WordPress技巧和工具
  64. Wordpress Tricks and Hacks « Online Free Applications Software Tips Tools Wallpapers
  65. Peel Away Ads : Nuevo metodo de Publicidad | Ayuda para tu Web y Blog
  66. 250 Wordpress Tutorials
  67. 40+提高WordPress博客应用体验的技巧/插件 | BeckMint
  68. 40 most wanted tips and tricks for Wordpress - itsacoolblog.com
  69. Create A Peel Away Effect On Your Blog / Website | Web Tricks
  70. Non-Flash Peeling Page Effect Using jQuery & CSS | CSSTemplate.ORG | Download Css Templates | Learn CSS Template Tricks
  71. Flash Corner Peel Away Effect How To
  72. 40+ Most Wanted Wordpress Tricks and Hacks | Quest For News, A TUTORIAL Base
  73. 40+ Wordpress Tricks and Hacks | Mellowish
  74. 40+ Most Wanted Wordpress Tricks and Hacks | Overflowed Media
  75. 40+最值得应用的WordPress技巧和工具 « 爱牛牛玩具总动员
  76. EFEITO DE PÁGINA DOBRANDO COMO PAPEL
  77. Top 40+ most wanted wordpress tips and tricks | Tomislav Mihajlovic (Toma) - Toma2U.com
  78. Algunos trucos para mejorar tu Wordpress | http://trukos.net
  79. 草根评论 » 40+ Wordpress中的Tricks and Hacks技术
  80. Unlimited New Useful Wordpress Tips,Tricks & Hacks - Themeflash : One Stop For All Your Web Resources
  81. D.K推荐41个最有用的WordPress技巧 | iOver
  82. US Want - Your Blogs, Social Network, Search Engine for Drivers, UserGuide, Vids, Images, Tutorials
  83. 40+ Most Wanted Wordpress Tricks And Hacks « Photoshop.vn – Your Design Resource
  84. NEW WEBSITE DESIGN: Features and Info | Nicholas Montgomery
  85. 41 Most Wanted Wordpress Tricks and Hacks | eBookTM | Download ebook, Jetaudio skin, Games
  86. Most Wanted 40+ Tips and Hacks For Wordpress | oOrch Blog
  87. 40+ Most Wanted Wordpress Tricks and Hacks « Los temas del Pelado
  88. 40 consejos y trucos para Wordpress « Los temas del Pelado
  89. 40+ Most Wanted Wordpress Tricks and Hacks | 9Tricks.Com - Tips - Tricks - Tutorials
  90. NamrouD | Upgrade Your Mind ! » 40+ Most Wanted Wordpress Tricks and Hacks
  91. Non-Flash Peeling Page Effect Using jQuery & CSS | CSS Heaven
  92. 40+ Most Wanted Wordpress Tricks and Hacks | GREYBLOGS
  93. Online live » Blog Archive » 40+ Most Wanted Wordpress Tricks and Hacks

Leave a reply