06/09/2014 by Nitesh

How To Create a Word Document using Spire.Doc

Friends, Creating Word documents using .Net is always one of the tedious tasks. Today, in this post, we will see how can we create word documents using Spire.Doc library with ease. You can download the Spire.Doc library from here. Spire.Doc is present in Community as well as Commercial edition. You can use the community edition…

Continue Reading »

26/07/2014 by Nitesh

Display List of Custom Taxonomy Associated With a Post

Friends, In our last post, we saw how can we get all posts from multiple Post Types in WordPress. This post explains how we can display the list of custom taxonomy associated with a post in WordPress. To do this, we will use the following code – < ?php the_terms( $pid, 'taxonomy', '', ' /...

Continue Reading »

24/07/2014 by Nitesh

SQL Script to Create Country Table And Populate With All Country Names

Friends, In almost all application we use Country field in the database to store the Country of a user/entity. For this, we either use a text box where user enters the country name or provide user with a drop down list of all countries. to create the dropdown, it is advised to store country names…

Continue Reading »

24/07/2014 by Nitesh

How To Get All Posts From Multiple Post Types in WordPress

Friends, In our last post, we saw how can we get all posts from a specific custom post type in WordPress. This post explains how can you get all posts form multiple post types in WordPress. Let us assume, we have 3 different post types named “cats”,”dogs’ and “rats” and we want to display all…

Continue Reading »

09/06/2014 by Nitesh

How To Perform Drag-Drop Operations on TreeView Control in Windows Forms

Friends, Drag/Drop functionality is a ease to end user in each and every technology and almost every user is comfortable using the drag-drop feature. In this post we will see how to perform drag and drop operation of nodes in a single TreeView control. There are few events that we will be working with. They…

Continue Reading »

1 14 15 16 17 18 38