{ Published : June 13, 2013 // Post an Awesome Comment }
TreeView Control is most important and useful control. Basically TreeView control allows you to display data in hierarchical form. In this tutorial, you will learn, how TreeView Menu can be populated from databas. I’ll use User_Menu table to load data to...
Read More
{ Published : April 05, 2013 // Post an Awesome Comment }
Plugin Information
Authour: Anas Mir
Requires at least: 3.0
Tested up to: 3.9.1
WP Post Navigation Plugin gives you facility to show Previous and Next Post Links on Single Post Page.
You’ve the option to set Post Navigation Bar at Bottom, Top or both Top & Bottom.
You can apply CSS...
Read More
{ Published : March 26, 2013 // Post an Awesome Comment }
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...
Read More
{ Published : March 26, 2013 // Post an Awesome Comment }
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...
Read More
{ Published : March 26, 2013 // Post an Awesome Comment }
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...
Read More
{ Published : March 22, 2013 // Post an Awesome Comment }
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...
Read More
{ Published : January 02, 2013 // Post an Awesome Comment }
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...
Read More