
Search In
If i want to break our loop at specific condition then it is same as other languages .
In Ruby continue doesn't work , in this there is equivalent keyword i.e next
class Number
def looping(d)
while(d!=50)
puts d
d = d + 1 // doesn't
Insertion is the very basic feature in every project. When we want to do bulk insertion there are n number of ways are available in Laravel to do bulk insertion. Some of the way to bulk insertion are:
1) By using Raw query in Laravel.
2) By using e
As we all know joins play an important role in any project . So Laravel 4.x also provide Eloquent Query Builder in which we are able to use Complicated joins with variable.This can be easily explain by using example
Example:
I managed to fix this m
Hello
I am looking best way of deleting the selective data from liferay database.
Thanks in advance
Wordpress Problem
i am facing this error at time of new theme or new plug in installation
An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support
Inline styles have the highest priority of all CSS. In general, I would recommend you avoid using them and place your CSS declarations in external files. However, you may not have that luxury if you are working on a legacy system or do not have direc
There was an error in img tag when no image source found. I used this
"" and it works fine for me. Try it
Every person born on this earth have some talent, when this talent meets technology, a different kind of creativity is born. In 21st century, when we are surrounded by tech-freaks, it is time to explore something that has no boundary of caste, religi
The general idea for playing an audio file in iOS 6 was to create an object of AVAudioPlayer and pass the file path to it as follows:
NSURL *fileURL = [NSURL fileURLWithPath:audioFilePath];
player = [[AVAudioPlayer alloc] initWithContentsOfU
Flickering issue come at the time of page transition due to jQuery mobile zoom function, which can be remove by deleting these two lines from jquery mobile:
meta.attr( "content", disabledZoom );
meta.attr( "content", enabledZoom );
I hope this wil
