Tuesday, 3 September 2013
POPULAR POST WIDGET ADOSOSIVE STYLE


--------------------------------------------------------------------------------------------------------
1- USE THIS OR OTHER TEMPLATE
Read More For Multi Colors:
http://fbgadgets.blogspot.co.uk/2014/11/recent-post.html
--------------------------------------------------------------------------------------------------------
Blogger Template Style
Name: Simple
Designer: Josh Peterson
URL: www.noaesthetic.com
----------------------------------------------- */
---------------------------------------------------------------------------------------------------------
2- GO TO BLOG LAYOUT
3- ADD POPULAR POST WIDGET
4- POPULAR POST WIDGET SETTING BELOW
TITLE: Popular Posts
MOST VIEWED : ALL TIME
SHOW : IMAGE THUMBNAIL AND SNIPPET BOXES SHOULD BE CHECKED
Display up until : 10 OR 5 POSTS
-----------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------
FIND AND REPLACE YOUR B SKIN TAG WITH BELOW CODE
]]></b:skin>
---------------------------------------------------------------------------------------------------
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:81px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
]]></b:skin>
--------------------------------------------------------------------------------------------------
FOR MULTICOLOURED USE BELOW CODE
FIND AND REPLACE YOUR B SKIN TAG WITH BELOW CODE
]]></b:skin>
---------------------------------------------------------------------------------------------------
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:81px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child:after{content:"0"}
#PopularPosts1 ul li:first-child{background:#21201d;width:50%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1 ul li:first-child+li{background:#ff4c54;width:50%}
#PopularPosts1 ul li:first-child:after{content:"2"}
#PopularPosts1 ul li:first-child+li+li{background:#ffde4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"3"}
#PopularPosts1 ul li:first-child+li+li+li{background:#4c6dff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"4"}
#PopularPosts1 ul li:first-child+li+li+li+li{background:#6dff4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"5"}
#PopularPosts1 ul li:first-child+li+li+li+li+li{background:#c11ac7;width:50%}
#PopularPosts1 ul li:first-child:after{content:"6"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li{background:#ff764c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"7"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li{background:#4cffff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"8"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li{background:#a3a0a1;width:50%}
#PopularPosts1 ul li:first-child:after{content:"9"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li+li{background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);width:50%}
]]></b:skin>
-------------------------------------------------------------------------------------------------------
SIMPLE ROTATION EFFECT ADD MORE CODE IN PREVIOUS CODE
-------------------------------------------------------------------------------------------------------
#PopularPosts1 img:hover{-moz-transform: scale(1.2) rotate(-350deg);-webkit-transform: scale(1.2) rotate(-350deg);-o-transform: scale(1.2) rotate(-350deg);-ms-transform: scale(1.2) rotate(-350deg);transform: scale(1.2) rotate(-350deg);-webkit-box-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);-moz-box-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);box-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);}
.item-thumbnail img {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
border: 3px solid #ccc;
height: 60px;
padding: 3px;
width: 60px;
}
------------------------------------------------------------------------------------------------------
OR USE THIS HOVER EFFECT CODE CHANGE TO CIRCLE EFFECT
-------------------------------------------------------------------------------------------------------
/* PopularPosts http://fbgadgets.blogspot.co.uk */
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:90px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.PopularPosts .item-thumbnail:hover {
height:75px;
width:75px;
margin:0 5px 0 0;
float:left;
padding:3px;
border-radius: 50%;
border: 10px solid white;
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease
}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child:after{content:"0"}
#PopularPosts1 ul li:first-child{background:#21201d;width:50%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1 ul li:first-child+li{background:#ff4c54;width:50%}
#PopularPosts1 ul li:first-child:after{content:"2"}
#PopularPosts1 ul li:first-child+li+li{background:#ffde4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"3"}
#PopularPosts1 ul li:first-child+li+li+li{background:#4c6dff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"4"}
#PopularPosts1 ul li:first-child+li+li+li+li{background:#6dff4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"5"}
#PopularPosts1 ul li:first-child+li+li+li+li+li{background:#c11ac7;width:50%}
#PopularPosts1 ul li:first-child:after{content:"6"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li{background:#ff764c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"7"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li{background:#4cffff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"8"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li{background:#a3a0a1;width:50%}
#PopularPosts1 ul li:first-child:after{content:"9"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li+li{background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);width:50%}
/* PopularPosts http://fbgadgets.blogspot.co.uk */
]]></b:skin>
.popular-posts.widget-content {
margin:0
}
.PopularPosts .widget-content ul li:hover {
background:#F7FCFF
}
.PopularPosts .item-thumbnail a {
display:block
}
.PopularPosts img {
padding:0;
width:100%;
height:100%;
border-radius:9999px 0 9999px 9999px
}
.PopularPosts .item-title {
padding:0 0 2px;
font-size:13px;
line-height:13px;
overflow:hidden;
max-height:28px
}
.PopularPosts .widget-content ul li {
overflow:hidden;
height:90px;
margin:5px 0;
padding:2px;
border:1px solid #DADADA;
border-radius:9999px 1000px 1000px 9999px
}
.PopularPosts .item-thumbnail {
margin:0 5px 0 0;
float:left;
height:75px;
width:75px;
overflow:hidden;
border-radius:9999px 0 9999px 9999px;
border:1px solid #E4E4E4
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.PopularPosts .item-thumbnail:hover {
height:75px;
width:75px;
margin:0 5px 0 0;
float:left;
padding:3px;
border-radius: 50%;
border: 10px solid white;
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease
}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child:after{content:"0"}
#PopularPosts1 ul li:first-child{background:#21201d;width:50%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1 ul li:first-child+li{background:#ff4c54;width:50%}
#PopularPosts1 ul li:first-child:after{content:"2"}
#PopularPosts1 ul li:first-child+li+li{background:#ffde4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"3"}
#PopularPosts1 ul li:first-child+li+li+li{background:#4c6dff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"4"}
#PopularPosts1 ul li:first-child+li+li+li+li{background:#6dff4c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"5"}
#PopularPosts1 ul li:first-child+li+li+li+li+li{background:#c11ac7;width:50%}
#PopularPosts1 ul li:first-child:after{content:"6"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li{background:#ff764c;width:50%}
#PopularPosts1 ul li:first-child:after{content:"7"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li{background:#4cffff;width:50%}
#PopularPosts1 ul li:first-child:after{content:"8"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li{background:#a3a0a1;width:50%}
#PopularPosts1 ul li:first-child:after{content:"9"}
#PopularPosts1 ul li:first-child+li+li+li+li+li+li+li+li+li{background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);width:50%}
/* PopularPosts http://fbgadgets.blogspot.co.uk */
]]></b:skin>
Related movie you might like to see :

INTENSO MAGENTO QUICK VIEW BUTTON

Magento Hello World Module (Extensi...

FEATURE POST WIDGET IN BLOG

IMPORT SQL CSV FILE ON PHPMYADMIN

Direct Link Generator CODE

Direct Links to your Files on Googl...

PHP CONTACT FORM WITH CAPTCHA

ON LINE JAVA LIBRARY

GOOGLE PROJECT HOSTING

PRESTASHOP THUMBNAIL WITH HOVER EFF...

GOOGLE FILTER BUTTON IN IMAGE SEARC...

BODY JS FILE LINK IN MAGENTO
?
+
X
Recommended for you
Loading..
Related Post for POPULAR POST WIDGET ADOSOSIVE STYLE
POPULAR POST SCROLL IN SIDEBAR TEMPLATE -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE --------------------------------------------…
RENAME DOCS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME docs To …
BLOG HOSTING HELP DIRECT LINKS TO YOUR FILES ON GOOGLE DRIVE - YouTube ▶ 5:17 https://www.youtube.com/watch?v=ehue47G5ayc 14 hours ago - Uploaded by SAVE…
RECENT/FEATURED POST THUMBNAIL IMAGE IN SIDEBAR ---------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE -----------------------------------------------------…
MAKE WODPRESS THEME ------------------------------------------------------------------------------------------------------------------------ MAKE AND SAVE ALL FILE ONE BY ONE IN SAME FOLDER -…
BLOG FILE HOSTING GOOGLE PROJECT WITH TORTOISE SVN SOFTWARE EDIT HTML PAGE IN GOOGLE - YouTube ▶ 4:19 https://www.youtube.com/watch?v=Q4yfMqPFSYE 16 mins ago - Uploaded by SAVE MONEY http://fbgadgets.blogspot.co.uk/2016/09/…
Platinum Arts Sandbox Free 3D Game Maker ----------------------------------------------------------------------------------------------------- READ MORE: ------------------------------------------------------…
HOME FEATURE TAB CHANGE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ AFTER PRESTA SHOP INSTALLATION FIND REQUIRE FILE ONE…
POST LOADER TEMPLATE -------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE --------------------------------------------…
RENAME ADAPTER FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME adapter To APPLE…
FREE SLL CERFICATE BY AZURE MICROSOFT FOR FACEBOOK READ MORE: http://azure.microsoft.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/#step1 http://azure.microsoft.com/en-us/pricing/free-trial/ …
PAGE NAVIGATION WITH TITLE AND THUMBNAIL IN BLOG ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE RED JAVA CODE AND JAVA FILE LINK PAG…
PRESTASHOP HOME PAGE TAB BREAD CRUMBS STYLE ----------------------------------------------------------------------------------------------------------------- YOUTUBE LINK: https://www.youtube.com/watch?v=96BeqS8bueU 0) …
NEWS TICKER BLOGGER TEMPLATES ---------------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODEIN BLOGGER TEMPLATE -----------------…
25 JS FILES DELETE IN PRESTASHOP ------------------------------------------------------------------------------------------------------------------ NO:1 JS FILE DELETE jquery-1.11.0.min.js FILE IN …
Popular Posts Widget for Blogger Tweak ---------------------------------------------------------------------------------------------------------- 1- ADD POPULAR POST WIDGET IN BLOG 2- ADD HTML/JAVA WIDGET IN BLOG A…
RENAME CONTROLLERS FOLDER IN PRESTASHOP ------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME contr…
PRESTA CSS JS FILE LINKS REMOVE BY DELETE FILES ------------------------------------------------------------------------------------------------------------------ YOU TUBE LINK https://youtu.be/UbE4O--D9i4?list=PL4AC2C4F0F53…
CHANGE MENU CSS COLOR IN PRESTASHOP ---------------------------------------------------------------------------------------------------------------------- OR USE THIS CODE INSIDE FILE C:\wamp\www\PrestaShop\them…
PRESTASHOP THUMBNAIL WITH HOVER EFFECT ----------------------------------------------------------------------------------------------------------- PRESTASHOP THUMBNAIL WITH HOVER EFFECT STEP1: GO INSIDE IN BELOW LIN…
RENAME DOWNLOAD FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME download To DOG 1…
RENAME CSS FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME css To CAT 1) BEFO…
CANVAS GAMES TUTORIAL ON FACE BOOK Facebook enables game developers to add social features into their games, providing rich social interactions between players while improving virality and enabling organic growt…
BLOGGER GRID LIST SHOPPING CART TEMPLATE ---------------------------------------------------------------------------------------------------------- COPY AND PASTE BELOW CODE READ MORE: http://fbgadgets.blogspot.co.u…
DEFAULT BOOT STRAP WORD IN 13 FILES PRESTASHOP ------------------------------------------------------------------------------------------------------------------ 1.C:\wamp\www\PrestaShop\README.md 2.&nbs…
AMAZON CLOUD DRIVE 4. Upload or Create a Book Cover https://kdp.amazon.com/title-setup/AE765ZNTFBBPJ https://kdp.amazon.com/help?topicId=A3CDGNR40RY9I9&ref_=k…
SELL YOUR APPS READ MORE: http://www.chupamobile.com/app-source-code …
GOOGLE PROJECT HOSTING ------------------------------------------------------------------------------------------------------------- STEP:1 LOGIN YOUR GOOGLE ACCOUNT STEP:2 GO TO SITE https://code.…
POPULAR POST WIDGET DIFFERENT STYLES ------------------------------------------------------------------------------------------------------ STYLE 1: ---------------------------------------------------------------…
RECAPTCHA REGISTER FORM READ MORE: http://patrickdesjardins.com/blog/how-to-add-recaptcha-to-your-asp-net-mvc4-register-form http://www.wpfreeware.com/tutorial/15-free-wordpress-rating-plugins/ …
Direct Link Generator CODE ----------------------------------------------------------------------------------------------------- CODE: -------------------------------------------------------------------…
GENERIC BLOGGER TEMPLATE WITH CSS HEADER IMAGE AND PAGINATION ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE READ MORE BUTTON WITHOUT VARIABLE COD…
UNITY 3D DECOMPILER OBFUSCATOR Unity3d decompiler - unpack data from the compiled .unity3d project to the specified directory. This item is available for .unity3d projects (Web Player, Web Player Streamed…
POST LOADER TEMPLATE ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE ---------------------------------------…
POPULAR POST WIDGET ADOSOSIVE STYLE -------------------------------------------------------------------------------------------------------- 1- USE THIS OR OTHER TEMPLATE Read More For Multi Colors:http://fbgadg…
DRAG AND DROP MULTIPLE UPLOAD ------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE IN NOTE PAD AND SAVE IN HTML FILE -----------…
BASIC TEXT OR SCROLL BOX OR IMAGE SRC HTML CODES ------------------------------------------------------------------------------------------------------ CODE 1 ------------------------------------------------------------------…
ADD POP UP REMOVER STEP 2: Remove FocusBase pop-up ads from Internet Explorer, Firefox and Google Chrome with AdwCleaner The AdwCleaner utility will scan your computer and web browser for …
RENAME PDF FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME pdf To PAK 1) …
AFTER INSTALL PRESTASHOP MAKE NEW FOLDERS ----------------------------------------------------------------------------------------------------------------- BEFORE INSTALL PRESTASHOP TWO BLANK FOLDERS CACHE SMARTY…
PHP CONTACT FORM WITH CAPTCHA ------------------------------------------------------------------------------------------------------------------ BEFORE SEND MESSAGE 1) FIRST SOVLE SMTP PROBLEM …
RENAME CACHE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME cache To CASH 1) G…
ABSOLUTE POPUP BOX WITH PRINT ----------------------------------------------------------------------------------------------------------------- POP BOX WITHOUT JAVA CODE 1: COPY AND PASTE BELOW CODE IN POS…
PAGE NAVIGATION WITH TITLE AND THUMBNAIL BY HTML/JAVA WIDGET ------------------------------------------------------------------------------------------------------- ADD HTML/JAVA WIDGET IN BLOG COPY AND PASTE BELOW CODE ---------------…
Recommended Post Slide out for Blogger ---------------------------------------------------------------------------------------------------- RECOMMENDED POST SLIDE OUT FOR BLOG - YouTube ▶ 2:50 https:/…
PAGINATION IN BLOG ---------------------------------------------------------------------------------------------------------- 1- FIND BODY CLOSE TAG AND REPLACE WITH BELOW CODE READ MORE: http:/…
RENAME CORE FOLDER IN PRESTASHOP ----------------------------------------------------------------------------------------------------------------- 0) BEFORE INSTALLATION CHANGE FOLDER NAME Core To COAT 1) GO…
Facebook App With or Without SSL Certificate How to Make Your Facebook App SSL Secure Facebook recently determined that they wanted to go all “SSL-Only.†This shouldn't be new news to anyone but has…
SHOPPING CART IN SIDEBAR TEMPLATE ------------------------------------------------------------------------------------------------------------ COPY AND PASTE BELOW CODE: REMAINING PART http://fbgadgets.blogspo…
SHOPPING CART IN SIDEBAR TEMPLATE METHOD HOW TO ADD POST IN THIS TEMPLATE SHOPPING CART IN SIDEBAR TEMPLATE http://fbgadgets.blogspot.co.uk/2014/08/shopping-cart-template-with-view-cart.html http://fbgadge…
BlogPagerWithJavaCode BLOG PAGER - YouTube ▶ 6:22 https://www.youtube.com/watch?v=u54p0R8tS30 4 mins ago - Uploaded by SAVE MONEY BLOG PAGER ... how to create paging,pagination in …
SSL WEBSITE CHECKER FOR FACEBOOK -------------------------------------------------------------------------------------------------------- READ MORE: I F YOUR WEBSITE SSL CERTIFICATE CHECK TWO THINGS &n…
BLOGGER GRID LIST SHOPPING CART TEMPLATE ---------------------------------------------------------------------------------------------------------- READ MORE: http://fbgadgets.blogspot.co.uk/2014/08/blogger-grid-list…
RECENT OR FEATURE POST LIST BADGE WIDGET WITH GOOGLE PROJECT ----------------------------------------------------------------------------------------------------------- ADD HTML JAVA WIDGET AND PASTE BELOW CODE CHANGE BLOG URL FIND THI…
FONT LINE FIND IN PRESTA SHOP FILE SEEK SOFTWARE -------------------------------------------------------------------------------------------------------------------------- USEFULL LINKS http://alternativeto.net/software/filese…
Labels:
P
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.