Skip to main content

Popular posts from this blog

Review : The new Pushtape Installation profile for Drupal 7 - Yay or nay?

AuthorRank: Google Have you heard of Pushtape?  Don't worry me neither.  But after this blog post we will definitely be sure if its a Drupal yay or nay.  The reason I chose this Installation profile as the theme for my post is simple, to make sites for bands in your community is an easy way to get your foot in the web development scene if you are just starting out.  All band sites basically works in the same way which means that you can just duplicate your site structure every time. OK so here we go. Pushtape is a new Installation Profile for Drupal 7 that focuses on musicians, it comes supplied with a discography framework, you can very easily post new events like shows, there is a custom photo gallery where you can upload multiple photos as a set and of course a nice looking news type blog for all those quick updates. The installation was really easy, clean, very well customized and quick. I use WebMatr...

Cordova, db tips and where to start

Cordova is used to build hybrid applications, it uses a set of build tools to create native language output(apache ant, xcode, java etc.).  Code once, deploy to many . There are so many articles out there on both sides of the argument, should I build native or hybrid. Going native  will have the drawback of having to almost completely rewrite for each OS, the obvious result will be longer dev time. Hybrid  will have loads more configuration and tweaking but can cut dev time by a lot. For an absolute beginner I would suggest heading over to  telerik  and checking out there online hybrid builder. It's really easy to use, has a ton of great working examples and comes with a 30 day evaluation with full access to all of their services. They also support and promote the new  nativescript language  which I think is something to consider, still young but looks amazing. Plus their VisualStudio App builder plugin is really something special, and ...