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

Search In

8 Best Grammar Checkers to Enhance Content Skills

Grammar checkers are helpful to everyone, from those who don’t possess writing skills to professional proofreaders. It helps to detect mistakes that are not noticeable at first glance. If you make lots of mistakes in your essays, for example, o

FIELD string function mysql

FIELD(str,str1,str2,str3,...) FIELD function is used to get the index (position) of str in the str1, str2, str3, ... list and it returns 0 if str is not found. In the field list if all arguments are strings then all arguments are compared as strin

Reading setting in Wordpress

In WordPress, there is a Reading setting option in WordPress dashboard which is inside setting option. We can use this Reading setting for controlling Reading experience in WordPress. Reading setting is utilized to set the substance  which is re

Set timeout function example

The setTimeout funtion is a JavaScript code used to execute a code in particular time intervals. These time intervals are called timing events. There are two methods to set interval with JavaScript:- setTimeout(function, milliseconds)-  It

Adding settings to template

Hello reader's today we will discuss about "**Adding settings to template**" . Add this code to your theme's functions.php file: <!--?php function setup_theme_admin_menus() { add_menu_page('Theme settings', 'Example theme', 'manage_options'

How to make a cookie with no expire lifetime

Hello Reader's If you have writing the code that makes the cookies for valid lifetime then you just need to set big number for it's validity. As the example below PHP code:- Maximum value: 2147483647 setcookie("CookieName", "CookieValue", 21474836

Why do we need Generics in Object Oriented Programming explained through C# program?

using System; using System.Collections; namespace DrawbacksOfNonGeneric { public class Person { //Properties public string Name { get; set;} public int Age { get; set;} //Constructors public Person(){} public Person(string name, int

Agile Software Development: What you should know about Agile Development Model?

Over the past decade, many organizations have adopted the Agile development models, for successfully developing software products. Agile Model has various development methodologies which essentially involve iterative and incremental approach to softw

Keyboard shortcuts for all Web Browsers

  In Computing language, a Keyboard is an electronic typewriter like device which has a specific arrangement of buttons or keys that are used to input data into a computer. In this modern era, every Web Developer or Web De

Cordova badge plugin for access and modify badge numbers

Hello Readers, Cordova badge plugin notify users to that there is something for them when app is in background. For example: Unread messages, Notifications in apps, etc. This plugin works on Android, iOS, Windows, Wp8, Wp8.1 platforms and allows y

1 58 109
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: