
Search In
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">
<
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</
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
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 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
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
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
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

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,
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
