WP Post Navigation WordPress Plugin

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 4.20 out of 5)
Loading ... Loading ...
WP Post Navigation WordPress Plugin 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...
Posted by Anas Mir 0 Comments April 05, 2013

C# Coding Standards and Best Programming Practice Part-3

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 4.00 out of 5)
Loading ... Loading ...
C# Coding Standards and Best Programming Practice Part-3 16. The curly braces should be on a separate line and not in the same line as if, for, etc. C# if ( ... ) { // Do something } 1234 if ( ... ) {// Do something} 17. Use a single space before and after each operator and brackets. C# if ( showResult == true ) { for ( int i = 0; i <10; i++ ) { // ...
Posted by Anas Mir 0 Comments March 26, 2013

C# Coding Standards and Best Programming Practice Part-2

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 4.20 out of 5)
Loading ... Loading ...
C# Coding Standards and Best Programming Practice Part-2 11. Class & Method Names Use Pascal casing for class names and method names like in following  code example C# public class HelloWorld { void SayHello( string name ) { ... } } 1234567 public class HelloWorld{  void SayHello( string name )  {    ...  }}  12. Variable Name For variables...
Posted by Anas Mir 0 Comments March 26, 2013

C# Coding Standards and Best Programming Practice Part-1

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5.00 out of 5)
Loading ... Loading ...
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...
Posted by Anas Mir 0 Comments March 26, 2013

jQuery Accordion Plugin by Sharp Coders

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 5.00 out of 5)
Loading ... Loading ...
jQuery Accordion Plugin by Sharp Coders If you are web designer or developer then you may need accordion menu for your website. You can find many open source accordion plugins but Sharp Coder’s Accordion Menu Plugin is Simplest and Easiest Plugin that you can embed in your project. What you have to do is to include SC Accordion jQuery Plugin and thats it. Simple & easy. Live DemoTry it today for free!   Download Download it free! To use this plugin you need to include two files...
Posted by Anas Mir 0 Comments March 22, 2013

WP Ads Within Contents WordPress Plugin

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 5.00 out of 5)
Loading ... Loading ...
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...
Posted by Anas Mir 1 Comment January 02, 2013

Change Text Selection Color

1 Star2 Stars3 Stars4 Stars5 Stars (7 votes, average: 5.00 out of 5)
Loading ... Loading ...
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 {...
Posted by Anas Mir 0 Comments December 29, 2012

Informations

About us

Author: Anas Mir
Email: anasmir@sharp-coders.com

You might also likeclose