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

Search In

break and next keyword

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

Bulk Insertion in Laravel using eloquent ORM

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

Laravel 4 Eloquent Query Builder - Complicated joins with variable

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

How to delete data in Liferay

Hello I am looking best way of deleting the selective data from liferay database. Thanks in advance

Wordpress Theme and Plugin Problem

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

How to Override Inline CSS Styles

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

Img tag on error

There was an error in img tag when no image source found. I used this "" and it works fine for me. Try it

When talent meets Technology

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

Handling audio files in iOS 7

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

Solution of flickering issue in phonegap

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

1 108 720
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: