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

Search In

How to show hidden files and folders in Mac OS X Finder

Hi Readers! This blog will help you in displaying hidden files and folders in MAC OS X Finder. Please write below 2 commands one by one in terminal, and then open Finder again defaults write com.apple.finder AppleShowAllFiles YES killall Finder

Update without touching timestamps (Laravel)

I want to update my data but I dont want to update my timestamps. Laravel 4.x provide us the facility to update our data without updating our timestamps. The example to Update without touching timestamps using Laravel 4.x is: $user = User::find(1);

How to find out the Coordinates of a page using jquery

Following steps are required to find out the coordinates on a page: Step1: Download the file from the location http://code.jquery.com/jquery-1.6.3.min.js Step2: Write the script under the script tag of the aspx page

What is Atomic property in iPhone sdk?

Atomic properties are thread safe. To understand atomic property it is important first to take a little focus on multi-thread programming. In multi-thread programming different threads can use same property so it is must to apply thread handling. W

How to Change HTML Content in JavaScript

With the help of this javascript function we can change the html content of an element., when we will click on button it will manipulate the DOM (change HTML contents). <p class="demo">Hello everyone </p> <button type="button" o

how to detect swipe left or right function on listview item in android

If you want to detect swipe gesture from left to right or right to left on the list view item in android. than you just have to add this Class in your activity and perform any task by detecting any type of gesture in your list item in android. Foll

foreach() function in PHP

foreach() function provides an easy way to scan arrays & exactly do the same thing like for loop, so this function is said to be PHP foreach loop. foreach loop works only on arrays. Syntax: foreach ($arrayname as $value) {} Example: In the be

How to locate user postion using HTML5 Geolocation

You can easily locate user position using Geolocation API. It is used to get the geographical position of user. However it is much more accurate for devices like iphone with GPS. We can find the user position by using etCurrentPosition() method. So

Create a random string of x characters using defined string of possible characters

To create a random string of x characters using defined string of possible characters we will first of all define a function which will return a random string of length that you have passed as a parameter to the function. The script is given below:

Overview of JavaScript arrow functions

Hello, Traditional javaScript function has the Method, Non-methods and constructor and have their own this keyword, so it causes the this binding.  To overcome this problem coffeeScript provides an Arrow function, Called "javaScript a

1 15 217
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: