
Under Construction
A few months ago, I wrote an article about how to implement an “under maintenance” plugin using Zend Framework plugins. This plugin allows you to easily redirect users of your website to an “under maintenance” in case of a planned downtime. Simply set a flag in your application.ini and that’s it. In this post we will extend this plugin.
Continue Reading
Posted January 18th, 2012. Add a comment
This site offers a range of information about how customise a website using various examples of coding, and other web development techniques. However, there are still a good number of people who rely on templates and pre-set themes when putting together a website. Often this can offer a quite a easy option when it comes to web design – but it is worth putting in the time and effort to create something more original?
In fact, there can often be a number of advantages to creating an original website design. Often, it can be particularly beneficial to those who are looking to develop their own brand or image. Whether you’re creating a games sites, like party poker, or developing a new email client, similar to hotmail, developing a recognisable brand image can prove crucial By designing your own sites, complete with unique features, you can help to ensure that the products or facilities which you are offering have their own unique image. If you are hoping to match up to your biggest competitors, then this is something which can be of a huge advantage.
As well as helping to make sure your site stands out from the crowd, customisation options can also help to make sure your web pages are as user-friendly as possible. Whilst pre-set layouts and designs may look impressive, they rarely cater for a site perfectly. Added features – such as an image gallery, for example – can be the perfect way display a product or theme, and can make all the difference to your site as a whole. With step-by-step web development guides available online, there are certainly a number of benefits to be had from including relevant examples of web coding within your overall site design.
Posted December 21st, 2011. Add a comment
The last months were frantically bussy. I’ve been working on a Web 3.0 (yes, I really mean Web 3.0 and not Web 2.0) project and finishing and debugging this web portal took more time than expected. This project is currently in closed beta. I’ll let you know as soon as we are online.
Anyway, I’ve just wanted to let you know that web punk is not dead. I’ll publish some (hopefully) interesting posts within the next days.
PS: I’m still looking for co-authors. If you are interested, please contact me…
Posted December 20th, 2011. 1 comment
Version 1.0.1 of ZIDS (Zend Framework Intruder Detection System) has been released. You may download the source code here (Google Code).
If you don’t know yet what ZIDS is, or want to know how it works, please have a look at the manual
Sameer Borate published his version of a Google Translate Wrapper for PHP on his blog and on Google code. Actually, Sameer’s class pretty much does what I expected it to do, i.e. translating text. The only thing I didn’t like was the fact that – as Google’s API only accepts text up to 5000 characters – it simply creates chunks of text by chopping the text using a dumb str_split($text, 5000). So here is a smarter version of Sameer’s Google Translate Wrapper. Continue Reading
Posted February 4th, 2011. 3 comments - 1 pingback / trackback
Are you an excellent PHP programmer? Wanna win a ride to MIX 2012 in Las Vegas, a Windows Phone 7 or a Kinect device? Here is your chance…
Posted January 31st, 2011. Add a comment
A few days ago I stumbled uppon an Open Source project that I find very useful: ZFDataGrid. ZFDataGrid enables you to automatically display data stemming from Zend_Table, an array, Doctrine, etc. as a table. Continue Reading
Posted January 30th, 2011. 4 comments - 1 pingback / trackback
Dear reader,
I’ve just wanted to let you know that my new project is 51cm tall, has a weight of 3640g and went “online” yesterday evening, 10pm. After some detailed requirements analysis, the boolean flag “gender” has been set to “female”.
In other words: I became father ;-)
Bye
Christian
Posted December 8th, 2010. 3 comments
This semester I am giving a lecture on Web Technologies. I’m not going to publish the slides on all the basic web stuff (HTML, CSS, …). However, for all those of you interested in programming with PHP and JavaScript, I will publish the PHP, JavaScript and jQuery slides. Basically, all the slides come with some sample source codes. All you need to execute the sources is a standard WAMP or LAMP installation. Continue Reading
Posted November 16th, 2010. Add a comment