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
- The Law of Leaky Abstractions
- XHProf PHP Profiling Tool
- The JavaScript Trap
- Image_Graph
- They killed the Failwhale
- DejaVu fonts
- Looking back on Selling Gravatar to Automattic
- TkSQLite
- Using Linux Screen for Session Management
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- 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
Monthly Archives: February 2010
Docblock comments and more in code guidelines / standards
In the recent WordPress Coding Standard discussion it was clear that mutliple scenarios are not handeled. While doing more and more WP developmet these days, the list of stuff grows so it’s good to collect and to write them down. … Continue reading
Posted in Pressed
Tagged #11971, Coding, Coding Standards, Development, PHP, Quality Control, Wordpress, WP
Leave a comment
HTML Entity Boundaries – Zero Padding
I can not say why, but the HTML specification does allow to zero-pad numerical entities [Reference needed]. Well that sounds fair per-se, but it does not give a limit here. So strictly spoken, you can pad your numeric entities with … Continue reading
Posted in Hacking The Core, Hakre's Tips, Pressed
Tagged #12284, Encoding, Entity, HTML, HTML Character Entities, Wordpress
1 Comment
Free PHP Security Poster
Ther germany located security company SektionEins, which is specialized on Webapplication and PHP security, has a freebie to offer: You can download or order a PHP Security poster. They even send it in format A0 for free to you within … Continue reading
Posted in Hakre's Tips, Pressed
Tagged PHP, PHP Security, Poster, Security, SektionEins, Stefan Esser, Suhosin
Leave a comment
WordPress coders have no Class
Some days ago last month, Andrew Rickman blogged about the lack of Object Oriented Design in WordPress. He makes some very thoughtful statements even the article first starts with a lot of assumptions that made it easy for me to … Continue reading
Posted in Pressed
Tagged Andrew Rickman, Architecture, Design, Development, OOP, PHP, Programming, Wordpress, WP
Leave a comment
PHP Open Basedir degrades Security (Bonus)
Some hosters are using the open_basedir restrictions because they think this makes hosting somewhat more secure. Well normally it is not because a hoster in need to enable it often shows that the system is not properly configured in respect … Continue reading
Posted in Pressed
Tagged #12148, open_basedir, PHP Security, phpass, Quality Control, Random, Security, Solar Designer
1 Comment
CSS Selector Code Smell
3-2-1: Grab your QC environment and get ready for CSS today because it just does not makes sense to write a CSS Selector like these: Example 1: A bogus selector. Example 2: Can make sense The first example is pretty … Continue reading
Posted in Hacking The Core, Hakre's Tips
Tagged #9015, Code Smell, CSS, CSS Selector, HTML Code Smell, Quality Control, Regular Expression, Theme
Leave a comment
References to the Max
It’s somehow hard to understand. PHP Variables and how they do References to the according data. This Blog post is a collection of articles related to the topic and a short review of those I found valuable. Maybe there are … Continue reading
Posted in Hacking The Core, Hakre's Tips
Tagged #11663, #11780, API design, Assigning-by-Reference, best practice, Compability, Copy-on-Assignment, Copy-on-Write, Development, guidelines, OOP, Pass-by-Reference, Performance, PHP, PHP 4, PHP Coding, PHP OO, Reference Counting, References, Symbol Table, Variable, Wordpress, WP, ZVAL
2 Comments
The short memory of WordPress.org security
For the wordpress project it’s said: If you find a bug, report it. That’s the same if it is security related. For those who feel – for whatever reason – uncomfortable to publicize it in trac directly, can shoot an … Continue reading
Posted in Hacking The Core, Patched, Pressed
Tagged #11236, #11401, caesarsgrunt, PHP Security, Ryan Boren, Security, Thomas Mackenzie, Wordpress, WP, WP-2.9.2
10 Comments
Dion Hulse (dd32)
Name: Dion Hulse Profile: Dion Hulse on WordPress.org Nick: dd32 IRC: dd32 Trac: dd32 Aka: -/- Commit Access: ca. 2010-01-12 Birthday: 25 Sep 1987 Topics: Filesystem; Transports; Plugins References Homepage: blog://dd32.id.au/ Photo: Source DD32, whatcha gonna do? – WordPress Development … Continue reading
Posted in Persona, WordPress Persona
Tagged dd32, Dion Hulse, Filesystem, Wordpress, WP
Leave a comment
My site’s been hacked – now what?
Just a quickie to link to Google Webmaster Central: My site’s been hacked – now what? which provides some googly tips on how to handle such a situation.
Twiggy Miggy Ziggy Biggy
Some days ago I posted about Twig, an open PHP template language. I have not added much detail nor discussion about Twig in that short post. In “In Response to Fabien Potencier: Twig & PHP Templating“, Eli White another PHP … Continue reading