Explore my tutorials, tips and writing:

7 javascript plugins to code your own online presentations

If you ever need to quickly make a presentation but hate or don’t have Powerpoint – try out these tools that allow you to quickly make your own presentations that work on almost any browser: http://lab.hakim.se/reveal-js/ (Comes with a nice service for editing presentations – RVL.io) http://bartaz.github.com/impress.js  (There is also a CDN for it : […]

Read More

Laravel Udemy Course offer

Hi friends! As you might know, I really like Laravel PHP framework and I love telling others about it. I built http://bootsnipp.com from scratch in 4 days with Laravel and want others to get to know such great framework. I have finished creating my Laravel course on Udemy and I decided to give every one of my […]

Read More

Bootstrap context menu

Check out this Context Menu plugin : https://github.com/sydcanem/bootstrap-contextmenu It provides a right click (context) menu with Bootstrap styles and dropdown, very useful for web apps Here is a working demo: I have added this to a growing Bootstrap Resources collection at http://bootsnipp.com/resources Enjoy!

Read More

Laravel AJAX example source code

The source code is available here: https://github.com/msurguy/laravel-ajax-example AJAX examples using Laravel and Bootstrap AJAX See live demo at Pagodabox deployed code This is a demo of simplifying AJAX calls withing Laravel application using Bootstrapper Bundle and Bootstrap-ajax extension   The source code features are : replace content via AJAX calls append content via AJAX calls Form submittal and displaying result […]

Read More

Laravel VS Ruby on Rails.

Since a lot of people come to this blog searching for the answer if Laravel is better than Ruby on Rails, I will post a short biased comparison of the two, and I will tell why they shouldn’t be compared. I had started developing web applications about two years ago in one of my classes […]

Read More