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.
hakre on wordpress » WordPress Licensing- 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)- How do I include custom fields in search? 22 May 2012
- How to correctly limit the content and strip HTML? 19 May 2012
- Can I have mutiple custom html editors for each page? 22 May 2012
- Space in between query values 22 May 2012
- WP text styles not coming through to actual post 22 May 2012
Linked
- DejaVu fonts
- TkSQLite
- Image_Graph
- The JavaScript Trap
- SJ Hook Profiler
- Looking back on Selling Gravatar to Automattic
- WTFPL
- XHProf PHP Profiling Tool
- The Law of Leaky Abstractions
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- Using Linux Screen for Session Management
- They killed the Failwhale
Archives
- May 2012 (7)
- 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 (9)
- HTML/CSS Code Smells (3)
- PHP Code Smells (3)
- Developing (6)
- Licensing (2)
- Hacking The Core (69)
- Wordpress Licensing (17)
- Hakre's Tips (63)
- Patched (5)
- Persona (5)
- Plugin Plugout (28)
- Enhancing Feeds (7)
- Theme-A-Licious (2)
- Pressed (269)
- Linked (101)
- Bugs and Features (11)
- Hashcat sightings (1)
- Number of the Day (3)
- PHP Development (34)
- PHP Library (7)
- Reports (23)
- Save the Date (7)
- Wordpress Releases (6)
- Linked (101)
- Surviving the Internet (21)
- Tools (68)
- Gates and Fences (3)
- PHP Development (23)
- PHP Frameworks (9)
- PHP Standards (2)
- PHP Template Language (5)
- Scripts (4)
- Webtools (5)
- WordPress Support (9)
- Uncategorized (30)
- Code Smells (9)
Music
Category Archives: WordPress Support
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
Leave a comment
WordPress: Vulnerability Statistics (CVE)
WordPress : Vulnerability Statistics (via CVE Details)
Revisiting Git, Github, and the wordpress.org plugin repository
How to Debug Redirect Problems in WordPress
A nice Sunday over here and time to begin the day with some good news: The Better HTTP Redirects (WordPress Plugin) just got even better! I’ve added some improvement in the brand-new 1.2 version that is a helping hand if … Continue reading
Posted in Plugin Plugout, Pressed, WordPress Support
Tagged Debug, HTTP, redirect, Wordpress, WP_DEBUG
Leave a comment
WordPress Answers goes Beta
Beta-Time: Just in the middle of the week, a new WordPress Answers Site went into beta. The Beta is currently private, which means that anybody who participated in the incubation process can already use it. The site’s Public Beta will … Continue reading
Posted in Pressed, WordPress Support
Tagged Answer, Community, Q&A, Question, Stackexchange, Stackoverflow, Support, Website, Wordpress
1 Comment
WPAAA.PHP – WordPress Access All Areas
Time to open my toolbox. There is one tool I pretty much use in doing wordpress support. It’s called WP Access All Areas and exists for the sole purpose to get administrative access to a worpdress blog by uploading a … Continue reading
Posted in Hakre's Tips, Tools, WordPress Support
Tagged Access, Administration, Password, Support, ToolPress, users, Wordpress, wordpress development, wordpress tools, WP Access All Areas
7 Comments
Cheap Hack/Worm Protection for your WordPress Blog
This on its own might be only security done half, but I thought the idea is not that bad to spread the word. It can be normally setup in seconds on the various linux based hostings out there: disable eval. … Continue reading
Posted in Hacking The Core, Hakre's Tips, Tools, WordPress Support
Tagged #9602, Eval, Exploit, hack, PHP Security, Security, Sektion Eins, Stefan Esser, Suhosin, Wordpress, Wordpress Security, WP-2.8.5, WP-2.9
3 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
2 Comments
MockPress
MockPress provides Mock-Objects and Functions to be used with a PHP unit testing framework. It simulates WordPress so that it can be used to create Unittests for plugins and other types of own components. Written by John Bintz. MockPress on … Continue reading
Posted in Pressed, Tools, WordPress Support
Tagged MockPress, Pear, PHPUnit, Test, Wordpress, Wordpress Unit-Tests, WP
4 Comments