Archive for the ‘Web Development’ Category

WWW – PHP micro-framework developer preview released!

February 1, 2012 at 23:57

I am happy to announce the first release of my open-source micro-framework. It has taken hours of evening-coding and frustrations, but it’s finally here and stable enough for early release.

Simply called WWW, this framework is intended for websites and infosystems and is strongly driven by API principles. Software is developed with Factory and MVC principles in mind and is released as open-source, licensed under GNU Lesser General Public License Version 3.

Please note that this is only a developer-preview at the moment and only meant for developers. I will try to build tutorials, Wiki documentation and a sample bootstrap site within a few months.

It is available on SourfeForge here

I shall be posting updates about WWW in the near future.


Tags:

Notepad++ theme and style for developers

September 29, 2011 at 19:25

Waher-style Theme

Waher-style Theme

If you are using Windows and use Notepad++ as one of your main source-code editors and happen to be a web developer then you might just love this.  I originally developed this for personal use for I was unhappy with other themes or found them a little inconsistent across different web development languages. By now I have used this theme in Notepad++ for more than a year now.

Thanks to this being shared in reddit, Twitter and Facebook, it has been downloaded more than ten thousand times in one day.

Read the rest of this entry »


Tags: , ,

Open source ‘WebViewApp v1.12′ for Android released!

August 28, 2011 at 13:48

WebViewApp

I have only recently become curious about developing for Android phones. As a web developer the most important thing for me was to provide a way to bridge the gap between web applications and native applications.

Free and open source WebViewApp application is a simple base setup for developing Android applications that communicate with web services. WebViewApp is released as open source and developers can use this base application to build their own fully functional web applications in Android.

Read the rest of this entry »


Tags: ,

Estonian e-payments solution for PHP released (updated 1.4 stable 20.04.2011)

January 11, 2011 at 20:10

Electronic Payments

Electronic Payments

E-payment systems and bank services are everyday and common in Estonia, but both developers and companies, who implement e-payments to websites, tend to ask large sums of money for solutions that should be relatively simple. Having developed e-payment systems for years, I had not put together a single solution for this very common problem until now, when Estonia has adopted Euro as its main currency. This solution is released open source, under LGPL license.

Read the rest of this entry »


Tags: ,

Movie about making a few enemies

October 9, 2010 at 0:00

The Social Network

The Social Network

Please note that this is not review of the movie, but an opinion piece about its topics. For a review, I recommend a review from one of my most trusted reviewers, Roger Ebert of Chicago Sun-Times.

David Fincher’s ‘The Social Network’ really is more of a movie about making enemies, than making those 500 million friends. But what the trailer depicts is not what the movie is really about. After seeing the trailer, I expected something entirely different. I expected what I guess Mark Zuckerberg  – one of the creators of The Facebook – expected, a movie that paints him as a monster. Instead it was a movie about our dreams, hopes and aspirations and how, at times, we exploit, manipulate and so completely cause self-conflict because of those things we like and want to achieve. The older generation will never understand and we can only hope that our experiences will be able to serve our children better. No one was holding our hand when the internet took over the world.

Read the rest of this entry »


Tags: , ,

AJAX controller also released as a class

June 20, 2010 at 11:54

For phpclasses.org purposes I also converted the Smart AJAX Controller into a class, it is available here. While there aren’t big differences between the two, class structure makes the backend script more seamless and easy to use. Another improvement is the ability to return the result from the server compressed with GZip, thus making the whole communication very lightweight.


Tags:

Smart AJAX/JSON/PHP solution with jQuery

June 1, 2010 at 23:45

I have seen a number of complicated solutions for front-end AJAX development and it has become quite clear such solutions are difficult thing to grasp for someone not that experienced with AJAX. Today I am offering a very simple and easy to extend solution that not only is less than two hundred lines of code in total – together with detailed comments – but also gives the ropes to jQuery AJAX development and using JSON as the preferred type of returned data from the server. Fear not, this is actually easier than it sounds.

Read the rest of this entry »


Tags: ,

A simple PHP pathfinder class – as promised

May 25, 2010 at 22:55

I recently shared a simple PHP and jQuery animated pathfinding tech-demo through my Twitter account and promised to share the simple pathfinding class used for pathfinding calculations. The example shared in Twitter is still available here.

Read the rest of this entry »


Tags: ,