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

Search In

How to find the diffference of arrays in PHP

My previous blog Compute intersection of two or more arrays demonstrates about PHP functions which are used to compute intersection of two or more arrays. These functions return an array of common elements from first array which are also present in o

Internationalization in Cakephp 2.7

Internationalization means to translate the data of your website to other languages. For internationalization you need to do few changes in your controller view and config file too. 1. First you need to add a file. You can call it global.php in con

CSS Radial Menu

Hey Readers! A web page is incomplete without a navigation menu. Besides the navbar, there are other menus that make a web page interactive and help accommodate more information and links in lesser space. Thus, it becomes necessary to include menus

List of Top 7 Web Design Tips: How To Attract And Inform Potential Customers?

In the sea of unlimited changes to the digital landscape that we know as the internet, there seems to always be a new way to attract and inform potential customers to your website. And although newcomers to the industry of online marketing chase one

How to create dynamic checkbox using JavaScript

With the help of JavaScript, I have created a dynamic checkbox function. When i will click on create button it will dynamically create a checkbox item list and by clicking on checkbox item it will be removed easily. <html> <head> <tit

Modifying Comments section look and feel in wordpress?

WordPress provides comment feature. Website needs comment section for reviews which makes visitor engagement on web page. You can change the look and feel of the comment section. In default WordPress themes we have comment.php which is responsible to

Tutorial to build a website in Odoo

If you want to build a website in Odoo follow the below mentioned steps:- Step-1 Go to Settings->Modules->install Website Builder Module. Step-2 Go to website Menu -> Click on Content button. Step-3 After that edit the Menu and add the

Initializing Log4J with Spring

In below Code you have to define the following log4j properties into your log.properties file:- log4j.properties # Global logging configuration log4j.rootLogger = DEBUG, fileout # Define the file appender log4j.appender.fileout=org

How to Save Data in Android

In below example I have created a save data app code in android. In this save data we can save our data and then load the back-up. In this I have also described how to make save data. public class MainActivity extends Activity { EditText editT

How to Export MySQL table data to CSV File using PHP

In this blog I am going toexplain how to export mysql data to CSV file using php. CSV stand for “comma separated values”. Using the below code you can easily download CSV file and use anywhere. <?php function exportMysqlToCsv($table,$filenam

1 75 156
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: