Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to create shortcode in Wordpress

Hello Friends, Short code is just a piece of code like ['name'] that execute a complete function in your post or page Here we have a basic example of shotcode development. Please follow the below example: 1) Open function.php in your theme folder a

How to define Paging in Symfony2

Hello Friends, If you are looking to implement paging in Symfony2, please review the code below and adjust your code accordingly. $data = $this->get('app_cam_taxsetting.taxsetting_repository.taxsetting')->getUserList(); // app_cam_taxsettin

Magento product views count

Hello Readers, Here is a small example which will explain how to show product views count in magento. Add below line of code in view page: Path: app/design/frontend/default/currentheme/template/catalog/product/view.phtml <?php $id = $id=$_help

How to remove any section of webpage before load it in UIWebView

If we want to remove any section from webpage like header or footer than use the following code. In the following code header and footer.footer are the tag identifier of html Class. We have to use the appropriate tag of the control which we want to

Get the All directories/Files Info in c#

HI Friends, Today i will specify you how we can access directories from a specific path in c# . Below code justify the functionality :- try { DirectoryInfo directoryinfo = new DirectoryInfo(@"D:\Test");

How to define Post Meta in Wordpress

Hello Friends, If you would like to add some more attribute on your post page. We can use post meta for this. For example you want to add a new post for event creation. You want Event Title, Event Description and Event Start Date. Please review the

How to call static block in magento ?

Hello Readers, Before i tell you how to call static block in magento. Lets understand the term "static block" & How to Create It..? Static blocks : Sometimes we are required to add some custom data or images (like banners) in the middl

How to Create Magento Custom Admin Module

In this blog tutorial, i am going to explain how to create magento custom admin module in backend admin panel. Lets start by creating the following folders: app/code/local/My/Pant/etc app/code/local/My/Pant/controllers app/code/local/My/Pant/Helper

Image upload using carrierwave in rails

Hi friends, Today I am going to tell you how we can upload images in rails using carrierwave gem. It automatically creates folder inside public folder and uploads images there. You can also customize the upload location. Here is the step-by-step pro

How to create models in dijango

To create models in dijango to following thses step in given below: Step1- First you check your mysql is proparlly working in your systems. Step2- Than DB setting in the settings.py in your project like as DATABASES = { 'default': { 'ENGINE': '

1 32 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: