WordPress Email from Address

December 7th, 2011 by Youzhny 
Just a quick from me today. WordPress is pretty good, but one thing that always was a little strange was the way your site emails always came from “wordpress@mydomain.com” instead of being able to set it yourself. Open up your themes functions.php bang this in and edit as per your needs and your done! add_filter('wp_mail_from', 'custom_mail_from'); add_filter('wp_mail_from_name', 'custom_mail_from_name'); function...

Super Useful WordPress Admin Customisations

November 4th, 2011 by Youzhny 
I’ve recently been working on a big corporate theme and wanted to limit and customise the WordPress core much more than I have done in the past. A few handy lines inside your themes functions.php can easily achieve this a few examples are below. Changing the Login Page Logo Super easy just change the image path to match where you have put your logo! //Custom Login Logo function my_login_logo() { ...

CakeFest 2011

August 30th, 2011 by Youzhny 
Tomorrow I’m heading off to Manchester to attend the 2011 CakeFest. This is the annual developers convention for Cakephp. Cakephp is a PHP application  framework similar to Code Ignitor. I’ve only just started digging into it but it really does seem to be a great MVC framework and has already help me develop some small internal apps. You can get more info on cakephp here. I’ll be tweeting from...

Technical Details HP Palm Touchpad Runs WebOS Specs

February 9th, 2011 by Youzhny 
HP has just announced it’s first webOS based tablet called HP TouchPad, it looks like a great tablet which supports multi tasking and runs Flash. It comes with some in built apps to work with Quickoffice and supports Google Docs, Dropbox, and Box.net for cloud file storage as well as HP Wireless Printer support. It also uses Skype for video calls. (more…)