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

Search In

How to add Custom HTML Module to Your Joomla website

Hello Readers, If you want to make the custom HTML module in Joomla from admin side and show on frontend then follow the below lines: 1.Go to the Module Manager (Extension Section) in Joomla administrator (backend). 2.Select the New button on top l

Send email using the GMail SMTP server from a PHP page

Hello Readers! You people can use below code if you are using Gmail SMTP connection. $from = '<fromaddres@gmail.com>'; $to = '<toaddress@yahoo.com>'; $subject = 'Hi!'; $body = "Hi, How are you?"; $headers = array( 'From' => $fro

How to check if uploading file is in .csv extension using PHP

Hello Reader!, If you are looking for verify the uploading file with the correct extension with .csv only. Then you use the PHP code as below:- $allowed = array('csv'); //you can mentions all the allowed file format you need to accept, like .jpg, g

How to reset wordpress back to its Original Settings

1> Go to your wordpress dashboard. 2> Go to plugins --> Add New 3> Type 'reset' in the search bar & click on "Search Plugins" 4> From the search results select "WordPress Reset" & click on "Install Now" 5> Once the plugi

How to change page background on the day time basis using Javascript

Hello Reader's! If you want to change your web background image automatic on the day time basis, i.e. for day it will show pic 1 and in night it will show pic 2 as background. Lets see the full example below:- </body> <sc

How to do Nesting in Less

Nesting is used to style your structure of the stylesheet that matches the HTML structure of the page to reduce the chance of conflicts. Example:- ul{ background-color: #03A9F4; padding: 10px; list-style: none; li{ background-color: #f

How to Add Styles in odoo-9

In odoo-9 first we have to install odoo website builder module after this, lets first create an empty file and named it style.less and place it in a folder called less in static folder. The following rules will style our Ser

How to fetch request variable in Zend Framework

Hello Friends, If you are looking to fetch the request variable in Zend Framework like As a web-page get submit lots of variable posted through GET or POST method. If you want to fetch these variable in Zend Framework, please use the below code for

How to assign an atricle to menu in joomla

We can easily add article menu type to menu in Joomla first Log into your Joomla administrator panel Dashboard. Go to Menus which is appearing at the top menus hover over the menu link and then click AddNewMenuItem. Then click select which is next t

Check unique visitor counter in your website

Hello Everyone, today we will learn about "How to Check Unique visitor counter in your website". There are many ways to check the user list who navigate your website, like Google Analytics Plugin in Wordpress etc. With Google Analytics Plugin and c

1 67 170
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: