Archives
Twitter
- Short Ad can be used via SMS now. It will also let users block specific senders or totally opt out from the service. 8 minutes ago
- @junal thanks bro! 5 hours ago
- 2nd power cut in the evening. Laptop running out of charge! 1 day ago
- Monitoring Laptop Charge with Python on Ubuntu / Linux-Mint :- http://bit.ly/bw0PeG #ubuntu #python 2 days ago
- Activated Gmail's priority inbox feature! 2 days ago
- @thehungrycoder thanks bro! 4 days ago
- @mdshaonimran Thanks :) 4 days ago
- Updating status from my Compaq Presario CQ42-220TU... At last I got my own Notebook... =) 5 days ago
- I liked a YouTube video -- Tarzan (Two Worlds) http://youtu.be/s0sZ8xZ_dWY?a 5 days ago
- I favorited a YouTube video -- Tarzan (Two Worlds) http://youtu.be/s0sZ8xZ_dWY?a 5 days ago
Tag Archives: framework
Coupling Zend Framework with CodeIgniter
CodeIgniter is a super cool web application framework for PHP. It is lightweight and lets you get the jobs done in a fashion. It is the first framework I have used and I am still using it. On the other … Continue reading
CodeIgniter Code Completion with the Netbeans IDE for PHP
CodeIgniter is my favorite web application framework for PHP and Netbeans is the IDE I use for all sorts of web development. The latest version of Netbeans IDE (6.9) has support for both Symfony and Zend Framework. But it still … Continue reading
A beginner's look into the Orchid Models
In Orchid you must have the database setup and configured to use a model based on the tables of that database. The cool thing is that, you can use the tables of a database directly without explicitly constructing any models … Continue reading
The Orchid Experience
For our next project at Leevio, it has been decided that we will use Orchid as our PHP framework. It’s a framework created by Hasin Hayder, the founder of Leevio and the PHP Guru of Bangladesh. Today I was assigned … Continue reading
Query String support Added to MWF
Here it comes — An important update for MWF. Now you can use $_GET and $_POST data without any problem. I have noticed that since I used “url” as an internal variable in the framework engine, it’d mess up if … Continue reading
MWF Reborn
I have been enough bored when I finally decided to rewrite the MWF from the scratch. I wrote this webapp framework and named “Masnun’s Webapp Framework” weeks ago. Gradually I forgot about it like many of my other projects I … Continue reading
NiceDog PHP Framework
I was looking for a web.py like PHP framework for a long time. And looks like finally I have found one. It’s called “NiceDog” and it’s really cool. Download Link: http://masnun.googlecode.com/files/nicedog.zip I found the official website down and then retrieved … Continue reading
Using web.py with Google App Engine
I love coding in Python and have been exploring the excellent web.py framework lately. From what I’ve seen, web.py is a very simple yet powerful python based web framework. It’d take me a lot of time to learn django (if … Continue reading
Using Sub-applications on web.py
I have started learning the web.py framework for python. It’s simply a great framework. Here’s a code snippet I wrote a few minutes ago to try the sub-application feature of web.py. There is mainly two applications here à “app” and … Continue reading
MWF — Masnun's Web Framework
I was a bit fascinated by the URL mapping techniques implemented by Google in GAE. I know most/all of the MVC php frameworks are going to support custom URL mapping. But I was looking for a simple one. And not … Continue reading