Date Translator is my 3rd WordPress Plugin.This plugin is used for display date in any language that user wants.WordPress may not available in your language but you can display date in your language in your WordPress site by using this plugin. After writing about...
Login Screen Manager
Login Screen Manager is a WordPress plugin for customizing the login page: wp-login.php. It has been downloaded over 13,000 times! (as of this writing, February 4, 2015) Using Login Screen Manager in your Wordpress site you can easily customize your login screen.You...
A Simple C Project
Recently I just learned some basics of C Programming.After learning I made a simple project with C.My project is to make a program that create .html file with some valid Html5 codes. Here is my codes for main.c :) #include...
What If Your Parents Lock Your Computer
In 2013 before my SSC exam my parents locked my computer with password.Then I used some tricks to unlock the computer.Today I am going to share those tricks with you.If your parents do the same with you then you can unlock computer easily. 1.Some thing that you can...
Move Files Using PHP Code
Hi, Today I am going to talk about how to move files with php There are two ways to do it. 1. Copy and Delete First you have to copy that file you want to move to where you want and then delete the old copy. Example: $file = 'folder1/example.txt';...
Display Date in Any Language Using PHP
If your site is in a different language than English then you must need to display date and time in that language in your site.It is very easy to display date in any language with php. You can do this by using str_replace() function.All you have to do replace the...
Recent Comments