-
Gimp Community Reference Site.
-
If you're one among the millions of users of WordPress, and you really don't have that much knowledge about what's going on under the hood, your best bet to securing your website is to use plug-ins.
-
Quite a few CSS frameworks have been around for a while, but most web developers avoid using them. Instead most veteran developers prefer to create their own CSS framework, which provide benefits of a personalized solution and minimizes negative aspects of depending on a third party solution.
-
Good / great? WebDesign Tips
-
Web-design has evolved greatly in the past couple years, thanks to all the great CSS tutorials out there. Of course now that browsers like Safari/webkit and Firefox/moz support some CSS3 properties, we’re seeing more and more designers use those newer techniques. Today I’d like to share with you some great CSS (and CSS3) tips, techniques and tutorials.
-
I never cease to be amazed at what problems can be solved with pure CSS. Here are 20 CSS techniques, tips and tricks that you may find handy:
-
Test your sites and web applications and perform a security assessment/audit of your work with these handy tools
Monthly Archives: November 2009
Fortinet FCNSA
Image
Replacing MSN messenger with p…
Replacing MSN messenger with pidgin … waves at FB-Chat people
Revision 174869: 3rd Attempt at Fixing Multi-Post Issue.
PlayStation 3 Firmware (v3.10) Update Preview
Bluecoat, Gmail (Google Mail) & Your request is being scanned for security purposes
This issue wasted an hour of my life
Recently users visiting google mail via the bluecoat proxy started complaining of popups which said…
Your request is being scanned for security purposes
Instead of “botching” it on the blue coat I offered my users a work around… something that they should be doing anyway… switch on encryption…. So within gmail -> settings -> general, tick the box…
This did the trick, my users mail is now more confidential than it was before and there were no more pop-ups
Revision 174191: Troubleshooting Feature Pack
Revision 173490: 2nd Attempt at Fixing Multi-Post Issue.
Revision 173076: Fixed Changelog, twoz backwards – DOH!
Revision 173068: 1st Attempt at Fixing Multi-Post Issue.
Display Pre-Shared Keys in ASA Running Configuration
Uptime of the Firewall I’m loo…
Uptime of the Firewall I’m looking at: 1618 days 23 hours 30 minutes.
Carrier Will Unlock iPhones for Use On Rival Networks
Version 0.1.3
I’m learning a lot with this plug-in development, it seems to be a lot more difficult than stuff I’ve done in the past.
In just a few days I’ve had to push out 3 bug fix releases! 0.1.3 has fixed the following..
0.1.2 broke auto updates.
Basically there was an error message in the dashboard that a user was complaining about, upon fixing this I realised that auto-updating stopped working… I’m using cron updating so I didn’t spot this right away. I have now re-tested auto updates, and it is working for me in 0.1.3
Execution timeout issues
linickx.com was having execution timeout issues, i.e. the script was being terminated by a low value in php.ini. set_time_limit(20) now happens before each fetch_feed to give each http request an extra 20seconds of execution time, I’ve also setup an is_running variable so multiple fetchs don’t happen at the same time, this should fix the multi-post issue I’m having here too!
config.php
I’ve also introduced a config.php so that upgrades do not overwrite $WPDIR set by users. It’s become apparent that users want to use cron to update their feeds, since run.php gets overwtitten on every upgrade then users would need to re-edit the file, this would become quiet annoying. Copy config.sample.php to config.php and users shouldn’t have to worry about upgrades breaking this as the package will be re-pushing the sample leaving your file un-changed… this is exactly how WordPress handle this issue in the core.
Fingers Crossed!
I’m hoping that’s the end of the bug fix releases and I can get on with Version 0.2 will be a feature release

