In this post I would like to show you, how to upload files with drag and drop interface with dropzone.js in your Laravel/Laravel5 applications. Dropzone…
41 CommentsTutorials / Programming tips Posts
Today I would will like to show you how to use Angular JS in Laravel5 and I will show you how to get data from…
Leave a CommentIn this post i would like to explain about JavaScript Namespaces. Namespaces is nothing but grouping different functionality under the single unique name.As we know…
Leave a CommentForeach provides easy way to iterate over the arrays, objects. Foreach is the most important control structure in any language. So i am going to…
Leave a Commentwe can read a file’s metadata for example, permissions and ownership with PHP’s stat() function, Which returns information about a file in a array format.…
Leave a CommentThis abstract iterator filters out unwanted values. This class should be extended to implement custom iterator filters. The FilterIterator::accept() must be implemented in the subclass.…
Leave a CommentThe purpose of the tutorial is to show you the differences between encodeURI() and encodeURIComponent() functions. encodeURIComponent() This method will encode the given string ,…
Leave a CommentCDN stands for Content Delivery Network. The goal of a CDN is to serve content to end-users with high availability and high performance.Which will deliver…
5 CommentsThis snippet will detect a private IP address using PHP’s built in filter library and It will return false if the IP address is private.
Leave a CommentIf you need to download a CSV file on the fly without writing to external file, than you need to open php://output stream and use…
5 CommentsOne of the little known styling options is selection text styling with in the browser.Yes, it is possible to define color, background and text-shadow for…
Leave a CommentBy default, placeholder text in inputs has a light gray color(if the browsers support) and which appears in an input field until the user puts…
1 CommentSuccess and achievement have different meanings for different people. In the quest for money, good jobs, top positions and materialistic possessions, we sometimes forget where…
Leave a CommentAt the workplace, you want to get the work done and those targets achieved. Come next appraisal, you absolutely need your boss to give you…
Leave a CommentCodeIgniter permits you to override its default routing behavior through the use of the _remap() function. As you already knew the second segment of the…
1 Comment