
Search In
Full Text Search is a way to provide faster search on your website. Suppose you creating a website for a newspaper where lots of article written on various subject and now you want to fetch all news related to word “Modi”. Full text search is ideal f
To remember few point in mind to make best design
Choose Best Color Theme. It would be necessary to select best color theme, because color theme is basic part of any design. We can choose eye caching color as per the industry standard.
Consisten
What is Smoke Testing?
Smoke Testing: In computer software terms smoke testing is when you power on new hardware for the first time and if it do not catches fire or no smoke comes out it means the testing is successful. A smoke test is done in the f
Interface
Interface is where you define the attributes and methods of class.
In objective C the file where the declaration of class is done is called the interface file and the file where the class is defined is called the implementation file.
i.e .
Hello all,
If you want to Merge code: Branch to Trunk on SVN or you can say it in other way "SVN Merge - Branch to Trunk", for this you have to follow 3 simple steps as given below-
Do the following step to Merge code: Branch to Trunk on SVN.
"Urlencode is a predefined encoding function in PHP".
We use Urlencode to encode a string that we are using in a url string. Url encodes the same way as we posted the data from web pages. It returns the encoded string.
Syntax:- urlencode (strin
Hi Guys,
We can use variables in Stylus like the example given below.
$fontColor = #000
$basefont = 'Raleway' sans-serif;
How can use this ?
.block
font-size 15em
color $fontColor
font-family $basefont
You can only change prop
Hi Guys,
We can use variables in Stylus like the example given below.
$fontColor = #000
$basefont = 'Raleway' sans-serif
As shown in above example '$' is use before the variable and then variable name
How can use this ?
.block
font-size
Contextual filters are much similar as regular filters in views. The only and main difference between them is in the way values are fetched. A contextual filter allows user to filter content based on dynamic information rather then setting a value ma
Hi everybody,
i am a newbie php programmer.
get_magic_quotes_gpc() function is deprecated; Is there any function or way to create backslahes to prevent sql injection?
any tips and advises will help. thanks
/=======THIS IS THE FUNCTION FROM THE PH
