Saturday, October 26, 2013

Android - Saving storage space by creating browser shortcuts instead of installing applications

Simple Idea that I've implemented today after formatting my android phone.
Many websites have apps but they also built HTML sites with responsive design or redirect you to their "m" sub-domain.Installing the site app might give you additional functionally but also will take storage place (+updates + bandwidth + annoying notifications+ background data +++) but if you don't need that functionality then browser shortcuts is the right solution for you.
1- open your mobile browser (I'm using Chrome).
2- go to the requested site.
3- Add the site to your Bookmarks.
4- Open your bookmarks.
5- From the bookmark add the shortcut to your home-screen.
That's it,  now you have a shortcut to the site and you don't need the application. 


Tuesday, October 22, 2013

Developers podcasts

http://net.tutsplus.com/articles/web-roundups/top-15-podcasts-all-web-developers-should-follow/

Friday, October 18, 2013

AngularJs

Check out @bradlygreen's Tweet: https://twitter.com/bradlygreen/status/390944873655697408

AngularJS

Check out @bradlygreen's Tweet: https://twitter.com/bradlygreen/status/390885225514803200

Thursday, October 17, 2013

UpStruct: Quick Tour to Front-End Unit Testing

UpStruct: Quick Tour to Front-End Unit Testing: Quick Tour to Front-End Unit Testing Presentation This week I gave a presentation about Java Script Unit Testing at the  Front-End.IL  Use...

linux bulk prefix filenames

  In order to bulk add prefix to filenames  in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...