Ever wanted to open a folder in Sublime Text 2 from right click menu in Finder? Here is how to do that with Automator (Mac OS): Launch Automator Choose Service, Choos Files or Folders in the dropdown menu “Service Receives” Search for Open Finder Items in the search bar and drag it into the workflow […]
Explore my tutorials, tips and writing:
Here’s something I made for fun a couple months ago and I need to make it again soon so I’m posting schematics and Source code for anyone to download and make their own fun toy with Arduino. Parts list: Arduino Uno Original Wii Nunchuck Nunchuk to Arduino adapter (link below) Laser pointer 2 mini Servos […]
Over the past few weeks I’ve been very busy learning basics of Backbone – an MV* framework for Javascript because it simplifies creation of one page applications (great for mobile devices!). In just two weeks I built a working mobile app for the company I’m working for, and soon it will be released to Android […]
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 : […]
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 […]
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!
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 […]
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 […]