Plugin Information
Authour: Anas Mir
Requires at least: 3.0
Tested up to: 3.5.1
WP Post Navigation Plugin gives you facility to show Previous and Next Post Links at the Top or Bottom of a Post.
You’ve the option to set Post Navigation Bar at Bottom, Top or both Top & Bottom.
You can apply CSS style to Previous and Next Post Links.
You can set custom text instead of Next and Previous Post Titles.
You can set custom Image for Next and Previous... C# Coding Standards and Best Programming Practice Part-1
Background
Software Engineering is a team activity where every individual is playing a vital role. Most successful software projects are granted for team players and not individual efforts. Purpose of this article is to familiarize developers involved to keep few things in mind while they are developing the product. It will help you in the project as well as improve your team abilities for future. We will focus on developers to agree on a standard and... WP Ads Within Contents WordPress Plugin
WP Ads Within Contents gives you facility to show Ads Within Post. You can Show ads Before and After the Content.
You can also use ShortCode [AdsWithin] to place ads within contents.
You’ve two options to place ads within contents.
Using ShortCode
Automatically at the start or end of contents
By using ShortCode you can place ads anywhere in the post content.
Block One, and Block Two are automatic ways to place ads within your post... Change Text Selection Color
One of the coolest CSS3 declaration (::selection) that you can use to change the highlight colour of the selected text. You can define text and background colour of selected text.
Demo Try it,Its free!
Here is the Sample code:
CSS
::selection {
background: #060;
color: #fff;
}
::-moz-selection {
background: #060;
color: #fff;
}
12345678
::selection {... 


(5 votes, average: 4.20 out of 5)


