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

Search In

Animating Placeholder

Making Animated Placeholder To make a Placeholder animation we need to make custom placeholder, for this I have used span tag. HTML - <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <

JavaScript indexof() and lastindexof() String Methods

indexof() method The indexOf() method gives the position of the first occurrence of a particular text in a string Example < !DOCTYPE html> <p id="see">I am Very good person</p> <button onclick="mydata()">result</

difference between die and exit in php

Hello Readers, 1. In php both die() and exit() are equivalent functions. 2. Basically die is used to throw an exception while exit is not, it is only used to exit the process. 3. The die() function is used to print the message and exit the script

How to make blur overlay effect using CSS

Hello Reader's, If you have to make the beautiful overlay of blur effect of image on the screen then you can learn it from the code below. This is done by using CSS 3 Put the css as #myDiv { width:280px; height:200px; bac

NSSplitView delegate for controlling minimum and maximum sizes of views

NSSplitView have delegate methods where we control the minimum and maximum sizes of sections and which views expand or collapse by what amount. Constraining the coordinates in the splitView:constrainMinCoordinate:ofSubviewAt: sets the minimum size o

Zoom an image using UIScrollView

The UIScrollView is used to view a content whose size is larger than the screen of the device. It can also be used to zoom in and zoom out an image, or to view an image that is significantly larger than the screen of the device. To make the scroll vi

Draw a route between two annotation point on MKMapView

The following lines of code helped me to draw a route between two Annotation point in MKMapView Hope this will help you in your coding CSRouteAnnotation* routeAnnotation = (CSRouteAnnotation*)self.routeView.annotation; // only draw our lines i

Fixing orientation when sending images & videos from Iphone.

Hi all, for fixing the rotation problem when image/video is taken from Iphone, we can have following cases: When creating a thumbnail from an image and then getting its orientation correct, we can use shell command like this: shell_exec("convert $u

Creating a Panorama Image in Photoshop

So guys, This post is about Panorama, what is it and how can we create it using Photoshop. You might have sometimes(If you are sort of interested in clicking pictures) found yourself surrounded by an environment you want to capture. By surrounded,

How to fix ctools_add_js() not working issue in ctools modal form in drupal 7.x

Hi All, I am sharing my recent experience with C-Tools modal form, I was adding custom js file in ctools modal form in Drupal 7.x using jQuery version 1.8 ctools_ad_js(); and add my code under document.ready(), but my code didn't work and I am

1 68 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: