When it comes down to use a great Lightbox to extends Bootstrap, my favourite is https://github.com/ashleydw/lightbox which is really easy to extend and just plain good. But when it comes to use vimeo videos url, there is a catch. You can’t use the normal video URL, there for I wrote this little function. It gets …
Programming
Using recursion to find a value inside an array
The fastest way to find any element inside an array or multi dimensional array is using this function: This a good example in how to use recursion to create a good function that will call itself over and over again until the task is over. What’s Recursion? A recursive function is one that calls itself, …
What is darodar.com? How to get rid of it?
Going true some traffic records of google analytics I can across something that was really odd, some url forum.topic24383812.darodar.com and what makes it even more odd is its behavior is when you follow this url source what we get a is a 301 redirect like this. But before I can says this is for sure a …
Installing Scrapy in Yosemite
If you get this error while installing Scrapy in Yosemite: #include “libxml/xmlversion.h” ^ 1 error generated. error: command ‘clang’ failed with exit status 1 well even tho I do have Xcode install and my mac had developer mode on, still you need you to install command line tools. Go to Applications->Utilities->Terminal or use spotlight cmd+spacebar …
iOS Danish CPR Validation with Swift
The main problem to be solved is to validate danish CPR numbers before it is send it to the server to get validated and check if the person really exist, why? well why waste network data and send something that is not valid creating a waste data and time. While all this can make be …
Android 4.2.2 vs iOS 7; user point of view Part 01
Well first of all, I am not a fan boy of apple, I do have mac computer, but also have some windows and linux computers, I have used many phones from htc, nokia, Lg… But the main point is: Since iphone came out with the 3Gs I always had an iDevice close, since it always …