
Search In
Some useful WP function for developing themes
have_posts();
This function check whether the current WordPress query has any results. This is a Boolean function, and returns either TRUE or FALSE.
syntax is :
if ( have_posts() ) :
while ( have
Hello all,
Refer the code below to compress the video file and save the compressed file in document directory.
- (void)compressMyVideo:(NSURL *)videoPath completionBlock:(void(^)(id data, BOOL result))block{
NSLog(@"compressing ====%@", videoPa
Why Components A Custom Hybrid Golf Club
Parallel the actual (feet, knees, hips, forearms, shoulders and eyes)at address to the mark line. When looked from behind, a right-handed golfer will surroundings aimed slightly left for this target. This opt
CakePHP allows us to set up a combination of models,views ,controllers and release them as a packaged application called Plugins which can be used in the CakePHP applications.
Some of the useful Plugins in CakePhp web application are as follows:-
It was eventually a major request the way it permitted you to put contact as well as, her birthday and additionally that which you'd purchase for them from where gather. It's maybe had a list of guidelines where you can beat reduced any time you had
Web color can be expressed in hexadecimal , or as RGB value. With the RGB value, each color is represented as a number between 0 and 255. The example demonstrates one technique to generate a color, using one function to randomly generate the number,
Usability testing is a Black box testing technique and is reveals whether users feel convenient to use the application or Web site according to different parameters:
The Flow
Navigation
Layout
Speed
Content
Scenarios for Usability Tes
A filter is used to format the value of some expression when it is displayed to the user. It can be think as selecting the elements from an array in a particular format and returns a new array.
It can be used by the following ways:
In HTML Template
The treatment includes doxycycline taking the medication just every people day, allowing your adrenal gland to keep creating hormones in a natural way. It's important that you do not share your Rimonabant with other individuals, as you will not have
This post describes the major differences between CTE, temp table and table variables.
1) CTE
CTE stands for Common Table expressions. These are simple select queries and they do not create physical space in tempDB. Unlike temporary table there
