hakre on wordpress
Hakre's devlog, thoughts and rants on wordpress on wordpress.com. And webdesign related. And web development related. My weapons of choice are Netscape 2.01, HTML, CSS, PHP and the Gif Construction Kit.
You can find out more on my codex page.-
Defective by Design - HTML5 is so awesome you can screw it now. Congratulations. Tell W3C: We don't want the Hollyweb! - Get educated and spread the word! -
Issue 2.1 is out! (; as print version so far, not yet on the website.) Take a look at conferences and events to get as well all back issues of Libre Graphics magazine with a discount or just order online. Wordpress Licensing – hakre on wordpress
- GPL: This Deserves a Special Mention, II 17 Feb 2011
- b2/cafelog is GPL 3 Feb 2011
- WordPress Changes GPL License Text Again 15 Jan 2011
- Akismet Introduces GPL Version to WordPress (Updated 3x) 1 Jan 2011
- Kses, GPL, Copyright, Licensing and Disclaimer 30 Dec 2010
- WordPress, Copyright, Hello Dolly Lyrics, the GNU GPL and I 22 Dec 2010
- WordPress Licensing Issues – Plugins are GPL, Right? 15 Dec 2010
- WordPress Licensing Issues – On Showing License 6 Oct 2010
- Relicensing of IXR – The Incutio XML-RPC Library (Day 15) 8 Sep 2010
- WordPress Licensing Issues – NOOP (Day 8) 2 Sep 2010
- WordPress Licensing Issues – Summary (Week 1) 1 Sep 2010
- WordPress Licensing Issues – Submitting Code (Day 6) (Update 1x) 30 Aug 2010
- WordPress Licensing Issues – Progress (Day 5) 30 Aug 2010
- WordPress Licensing Issues – Why I care (Day 4) 28 Aug 2010
- WordPress Licensing Issues – the third day 28 Aug 2010
Wordpress Questions (and Answers)
- An error has occurred; the feed is probably down. Try again later.
Linked
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- The JavaScript Trap
- XHProf PHP Profiling Tool
- Using Linux Screen for Session Management
- Looking back on Selling Gravatar to Automattic
- The Law of Leaky Abstractions
- DejaVu fonts
- Image_Graph
- They killed the Failwhale
- TkSQLite
- SJ Hook Profiler
Archives
- April 2022 (1)
- November 2019 (1)
- October 2019 (2)
- April 2019 (3)
- February 2019 (1)
- December 2018 (1)
- October 2017 (1)
- September 2017 (1)
- August 2017 (1)
- March 2017 (1)
- January 2016 (1)
- November 2015 (1)
- March 2015 (2)
- February 2015 (2)
- January 2015 (1)
- June 2014 (2)
- May 2014 (1)
- December 2013 (2)
- November 2013 (1)
- October 2013 (1)
- September 2013 (3)
- August 2013 (3)
- July 2013 (6)
- June 2013 (1)
- May 2013 (1)
- April 2013 (2)
- March 2013 (2)
- February 2013 (12)
- January 2013 (5)
- December 2012 (2)
- November 2012 (1)
- October 2012 (1)
- September 2012 (2)
- August 2012 (7)
- July 2012 (8)
- June 2012 (8)
- May 2012 (10)
- April 2012 (11)
- March 2012 (7)
- February 2012 (3)
- January 2012 (8)
- December 2011 (6)
- November 2011 (1)
- October 2011 (7)
- September 2011 (3)
- August 2011 (4)
- July 2011 (7)
- June 2011 (7)
- May 2011 (6)
- April 2011 (7)
- March 2011 (16)
- February 2011 (29)
- January 2011 (11)
- December 2010 (10)
- November 2010 (11)
- October 2010 (9)
- September 2010 (15)
- August 2010 (23)
- July 2010 (9)
- June 2010 (33)
- May 2010 (26)
- April 2010 (20)
- March 2010 (8)
- February 2010 (11)
- January 2010 (26)
Wordpress
Ex-Blogroll
Categories
- Code Smells (11)
- HTML/CSS Code Smells (3)
- PHP Code Smells (5)
- Developing (21)
- Licensing (3)
- Hacking The Core (70)
- Wordpress Licensing (17)
- Hakre's Tips (94)
- Patched (6)
- Persona (5)
- Plugin Plugout (28)
- Enhancing Feeds (7)
- Theme-A-Licious (2)
- Pressed (351)
- Libre Graphics (1)
- Linked (149)
- Bugs and Features (19)
- Hashcat sightings (1)
- Video (1)
- Number of the Day (3)
- PHP Development (59)
- PHP Library (7)
- Professional Webdevelopers At Work (2)
- Reports (26)
- Save the Date (8)
- Wordpress Releases (6)
- Surviving the Internet (28)
- Tools (86)
- Gates and Fences (3)
- PHP Development (35)
- PHP Frameworks (10)
- PHP Standards (2)
- PHP Template Language (5)
- Scripts (6)
- Webtools (5)
- WordPress Support (9)
- Uncategorized (47)
- Code Smells (11)
Music
Tag Archives: Plugin
jQuery afterText Plugin
jQuery has a hard time dealing with text after something you’ve selected. But now it’s easy thanks to the jQuery afterText Plugin. Just change the text after something with the afterText() function: The difference to after(text) is that afterText(text) replaces … Continue reading
How to avoid “tight coupling” in a WordPress Plugin?
This was asked today over at Stackoverflow (WordPress Plugin: How do I avoid “tight coupling”?) and I was able to grasp some time for an answer, I thought it’s worth linking it for the interested reader. Sure it can’t answer … Continue reading
Posted in Hakre's Tips, Linked, PHP Development, Pressed, WordPress Support
Tagged Coupling, Development, GRASP, Loose coupling, PHP, Plugin, Solid, STUPID, Tight Coupling, Wordpress
1 Comment
Revisiting Git, Github, and the wordpress.org plugin repository
Plugin Updates: Admin Quicksearch, Better HTTP Redirects
I have two Plugin Updates available: A Bugfix release for Better HTTP Redirects and a Maintenance release for the Admin Quicksearch. It is now more compatible with WordPress 3.1. Admin Quicksearch now much better supports WordPress 3.1 and 3.0 for … Continue reading
Posted in Plugin Plugout, Pressed
Tagged Admin Quickserach, better-http-redirects, Plugin, Updates, Wordpress
Leave a comment
WordPress Licensing Issues – Plugins are GPL, Right?
If you thought that the wordpress package you can download from wordpress.org is re-distributable under GPL, then you’re thinking wrong. Why do I say so? Thanks to a ticket opened by novasource, it came to my attention, that the Hello … Continue reading
Git for WordPress development
Linked: Nicolas Kuttler has a nice post about Using git for WordPress development which is a How-To with some additional comments. Basically about interoperability between git and the wordpress plugin repository which is SVN: https://plugins.svn.wordpress.org/. Read On: Revisiting Git, Github, … Continue reading
Admin Quicksearch Released
Just some update on the Admin Quicksearch Plugin: Inital Release is out. It’s tagged as 0.1-alpha but that’s more because I’m lazy and not because it’s that unstable. It should do the job perfectly already, it’s just, well, grabbed together … Continue reading
Posted in Plugin Plugout, Pressed
Tagged Admin, Plugin, Quicksearch, Search, Search while you type, Wordpress, Wordpress Plugin
Leave a comment
WP Plugins: How to remove a Filter
Worth to know for wordpress plugin authors: Making your plugin to safely unregister or remove a hook (filter or action) is not possible with the wordpress plugin API. Why? you might ask yourself. Even the name of the remove_filter() function … Continue reading
Posted in Hacking The Core, Plugin Plugout, Pressed
Tagged #10535, Action, Filter, Hook, Plugin, remove, remove_filter(), unregister, Wordpress, Wordpress Plugin, Wordpress Plugin API, [12090]
14 Comments
Normalize URLs 1.0 released
My latest plugin release fixes multiple core wordpress problems to handle HTTP requests properly at once: Normalize URLs. It does so by normalizing every incoming URL to a form that is to be expected by the wordpress core. That way, … Continue reading
Posted in Hakre's Tips, Plugin Plugout, Pressed
Tagged HTTP, Normalize URLs, Permalink, Plugin, Request, Slug, URL, UTF-8, Wordpress, Wordpress Plugin, WTF/OMG
2 Comments
Plugin Portability: Basename of your Plugin
Plugins in wordpress are to be identified by their so called “plugin basename”. That is basically the filename of the plugins PHP-file if it is placed directly inside /wp-content/plugins or the subdirectory and the PHP-filename. This basename is important to … Continue reading
Better HTTP Redirects 1.0 released
I just have released a new wordpress plugin called Better HTTP redirects. Well I know the name is not very creative and having “better” in a title does not make it even better. The plugin aims to add more HTTP … Continue reading
Posted in Plugin Plugout, Pressed
Tagged #13909, better-http-redirects, HTTP, Plugin, redirect, RFC 2616, Wordpress, Wordpress Plugin
Leave a comment
Test: Firefox’s new Plugin Container Process
With the latest / since Firefox 3.6.4 plugins are run in their own process. That’s great news because it will help to gain more stability. And it opens a lot of new possibilities. For example you can create your own … Continue reading
Posted in Pressed, Surviving the Internet
Tagged Container, Crash Protection, Crashtest, Firefox, OOPP, Out Of Process Plugins, Plugin, Plugin-Container, plugin-container.exe, Test, Testing
3 Comments
Supporting Free Software while surfing
Are you or your friends using Amazon from time to time to buy something? And do you feel in the mood to support the Free Software Foundation? And are you using Firefox or it’s GNU-Pendant Icecat or weasel? If you … Continue reading
Posted in Pressed
Tagged Amazon, Donation, Extension, Fellowship, Firefox, Free Software Foundation, Free Software Foundation Europe, FSF, FSFE, Icecat, Iceweasel, Plugin, Support
Leave a comment
Prevent XSS on your wordpress Blog with CSP
CSP – short for Content Security Policy – is a Mozilla driven specification to reduce or eliminate a site’s XSS attack surface. In Ticket #10237 Denis De Bernardy suggested to implement the new Mozilla feature to prevent XSS. That was … Continue reading
What happened to the “Thank a plugin developer day”?
In January 2009 Matt Mullenweg was somehow overwhelmed because the 4 000th plugin was in the wordpress plugin repository. He was in such a good mood that he announced January 28 to be the official “Thank a Plugin Developer Day”.
Posted in Plugin Plugout, Pressed, Save the Date
Tagged Matt Mullenweg, Plugin, Scott Ellis, Thanks, Wordpress, wppdd
4 Comments
Enhancing Feeds: Power of the Atom
There still is the 2+ years broken RSS 0.92 feed in wordpress (per default ?!). Otto to the rescue: Atom Default Feed. The plugin changes the default feed output to Atom format. Via: #4967
Posted in Enhancing Feeds, Plugin Plugout
Tagged #4967, Atom, Default Feed, Feed, Otto, Otto42, Plugin, Samuel ''Otto'' Wood, Wordpress, Wordpress Plugin
Leave a comment
Must-Use Plugins and Drop-Ins
Just two simple questions: What are must-use (mu) plugins and what are drop-ins? I’ll answer both right away: Must Use Plugins The MU or Must-Use Plugins is a principle that has moved from WordPress MU into WordPress core long before … Continue reading
Posted in Hacking The Core, Hakre's Tips, Plugin Plugout
Tagged #11861, Must Use Plugins, Plugin, SUNRISE, Wordpress, Wordpress Drop Ins, Wordpress Plugin, WP, WP-2.8, WP-3.0, WPMU_PLUGIN_DIR, WPMU_PLUGIN_URL, WP_CACHE, WP_CONTENT_DIR
9 Comments
Nginx front-end proxy cache for WordPress
A how-to by Dan Collis-Puro “geek of all trades” on optimizing your WordPress MU install, using Nginx as a front-end proxy cache for WordPress: We put an nginx caching proxy server in front of our wordpress mu install and sped … Continue reading
Posted in Plugin Plugout, Pressed, Tools, WordPress Support
Tagged Cache, Nginx, Performance, PHP, Plugin, Proxy, Server, Wordpress, Wordpress MU
3 Comments