Showing posts with label tuto. Show all posts
Showing posts with label tuto. Show all posts

3/13/13

Add Page Peel effect with jQuery & CSS to Blogger


You may saw this awesome trick used by many professional and other Websites/Blogs.This Page peel is used to Show ads ,this page peel attract Blog visitors and they may have the tendency to click on ad and your earnings increases.Also this page peel can be used to increase your Subscribers.Here I am going to show you how to add a page peel trick to Blogger blog.







Click the link below to view demo

Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
  • Copy the below code inside <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>

Add Page Peel Effect To Blogger Blog 

Step 2 : 
  • Go to Design->Edit HTML
  • Copy and paste the below code above </head>
<style type='text/css'>
img { behavior: url(iepngfix.htc) }
#pageflip {
position: absolute;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .back-img {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;z-index:98;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKEcFkAPBhsd1B2wztf1mIp4EUMs2Aqph-pRbd93YtntuP9Tk8YKr6_iKQ8R6wtI2vKpJPs93bvefse50e8sylrQx7Cqs9dxynLOfNgUYn3ozbwPU9KmovzSLZg-eJa0Zyk-O8kR_NlGk/s200/rss+netoops+blog+page+peel.png) no-repeat right top #fff;
}
</style><a href='http://netoopsblog.blogspot.com'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOJPt6GoWl82p1qMh48cGv_Lj1_DAytDTpQiZsDIA0MifA19sR8R1l1eTptcUH7FDR6gEh0-UO0rXaD3CtYT4Gz_jUxwdpBY6M5soMBKU6yDGX04AYtDxpk2t4gb4B5p07rmNJgDPJEl8/s1600/1x1juice.png'/></a><script type='text/javascript'>
$(document).ready(function(){
//Page Flip on hover
$(&quot;#pageflip&quot;).hover(function() {
$(&quot;#pageflip img , .back-img&quot;).stop()
    .animate({
    width: &#39;307px&#39;,
    height: &#39;319px&#39;
    }, 500);
    } , function() {
    $(&quot;#pageflip img&quot;).stop()
    .animate({
    width: &#39;50px&#39;,
    height: &#39;52px&#39;
    }, 220);
$(&quot;.back-img&quot;).stop()
    .animate({
    width: &#39;50px&#39;,
    height: &#39;50px&#39;
    }, 200);
});
});
</script>
Step 3:
<div id='pageflip'>
<a href=' http://feeds.feedburner.com/NetOopsBlogTips '><img alt='netoops blog' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjtk2WYR_H1pI3f0vJWSHXIBKDcN7dk5POHRn1Nh5jxXFrRFdomX-bpZ1WShSNWYODptHwe-fNhzHvB8hLHxQcNEqAcUrbRj6caubOruJRNXu1Yha4U4LxV_4eWKhlg9BXZKB25hSqpfsnG/s1600/page_flip.png'/></a>
<div class='back-img'/>
</div>
Change can the RED highlighted text with url image url that you want,else leave it default(needn't change)
Change the BLUE highlighted text with your feed URL or place your advertisement
  •  Save the Template NetOopsblog protected image

8/25/11

Creating a Website - Fast and Easy!



Creating a website.  Sounds complicated, doesn't it?  It isn't.  You don't need to be a techie or learn any type of complicated code either.  If you are creating a website for the first time, bookmark this site.  It will be really useful to you.  I tell you everything you need to know and walk you through each step of the process - free!  
There are three main steps to creating a web site:
1.  Get a Domain Name - this page has everything you need to know about domain names - what they are, why you need one, how to choose a good one and how to get one.
2.  Choose a Web Host - this page explains what a web host is, how to choose a good one, and what you really need and what you don't so you don't get taken. 
3.  Creating a Web Site - this page explains how you actually build a website, what you should and should not put on it and helps you figure out which website builder is for you.
Creating a website is just the first step to having a successful website.  I will also show you add-ons you can put on your website like newsletters and counters for free or cheap, ways you can make money from your website and how to get traffic to it.
Why I Created This Website
I started this website for my friends and family because I was tired of seeing them get ripped off when they were creating a web site.  They either paid way too much (and thought it was a good deal!) or got suckered into buying stuff they didn't need.  This was started for them, but I hope you find it helpful too.  

8/22/11

What is PHP, and why do I need it?



PHP is probably the most popular scripting language on the web. It is used to enhance web pages. With PHP, you can do things like create username and password login pages, check details from a form, create forums, picture galleries, surveys, and a whole lot more. If you've come across a web page that ends in PHP, then the author has written some programming code to liven up the plain, old HTML.
PHP is known as a server-sided language. That's because the PHP doesn't get executed on your computer, but on the computer you requested the page from. The results are then handed over to you, and displayed in your browser. Other scripting languages you may have heard of are ASP, Python and Perl. (You don't need to know any of these to make a start on PHP. In fact, these tutorials assume that you have no programming experience at all.)
The most popular explanation of just what PHP stands for is "Hypertext Pre-processor". But that would make it HPP, surely? An alternative explanation is that the initials come from the earliest version of the program, which was called Personal Home Page Tools. At least you get the letters "PHP" in the right order!
But PHP is so popular that if you're looking for a career in the web design/web scripting industry then you just have to know it! In these tutorials, we'll get you up and running. And, hopefully, it will be a lot easier than you think.


Course Files

To follow along with these tutorials, you'll need our Home and Learn Course files. These can be downloaded from the following address:

You'll also need to have a server, to test your scripts. Don't worry, though - we've found an easy way to get a server up and running on your own PC. Move on to the next part to learn more.

Related Posts Plugin for WordPress, Blogger...