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
- b2/cafelog is GPL
- WordPress Changes GPL License Text Again
- Akismet Introduces GPL Version to WordPress (Updated 3x)
- Kses, GPL, Copyright, Licensing and Disclaimer
- WordPress, Copyright, Hello Dolly Lyrics, the GNU GPL and I
- WordPress Licensing Issues – Plugins are GPL, Right?
- WordPress Licensing Issues – On Showing License
- Relicensing of IXR – The Incutio XML-RPC Library (Day 15)
- WordPress Licensing Issues – NOOP (Day 8)
Wordpress Questions (and Answers)
- An error has occurred; the feed is probably down. Try again later.
Linked
- XHProf PHP Profiling Tool
- TkSQLite
- SJ Hook Profiler
- The JavaScript Trap
- DejaVu fonts
- The Law of Leaky Abstractions
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- Looking back on Selling Gravatar to Automattic
- They killed the Failwhale
- Using Linux Screen for Session Management
- Image_Graph
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: August 2010
Dirty Laundry
I’ve got a bad boy and that’s alright with me His dirty laundry is nothing that I can’t keep clean And when he needs an alibi He can use me all night (Oooh) What’s the fun in playing it safe? … Continue reading
WordPress Licensing Issues – Submitting Code (Day 6) (Update 1x)
Taking care about licensing within a free software project means to care about the code that comes into the project. There are several things a project should take care of there, one of them is a clear policy for submitting … Continue reading
Posted in Pressed, Wordpress Licensing
Tagged Code, Contributor, Free Software, Legal, License, Policy, Submission, Submitting Code, Wordpress, Wordpress Licensing
1 Comment
Verify file encoding with grep
List all lines in PHP-files in a directory-tree that contain characters out of the ASCII 7Bit pane: ~ grep -nPR –include=*.php [\xE0-\xFF] * Does a quick and easy controlling on a full package of files quickly. Finds stuff like this … Continue reading
Posted in Hacking The Core, Hakre's Tips, Pressed
Tagged #14735, ASCII, Encoding, Grep, US-ASCII
Leave a comment
WordPress Licensing Issues – Progress (Day 5)
I was not able to finish my report for day 5 in my WordPress Licensing series yesterday night, so I’ll add it this morning. My topic this time is progress. Despite the fact, that when confronted with the topic that … Continue reading
Posted in Hacking The Core, Pressed, Wordpress Licensing
Tagged #14685, #14703, #14726, #14727, Copyright, GPL, GPL v2, GPL Version, Incutio XML-RPC, License, version, Wordpress, xmlrpc, [15536]
3 Comments
WordPress Licensing Issues – Why I care (Day 4)
Why should I care about WordPress Code’s License Issues? This might be a question you ask yourself as well when you’re a WordPress Contributor, Theme or Plugin Developer. (Yesterday: WordPress Licensing Issues – the third day) It’s pretty simple. As … Continue reading
Posted in Pressed, Wordpress Licensing
Tagged Free Software, GPL, Wordpress Licensing, Wordpress.org, WP-3.0, WP-3.0.1
13 Comments
PHP Constant Quiz
I created some little sourcecode and have two simple questions. Quiz is to find answer w/o executing it – let your head be the PHP interpreter. It’s about Namespace, Const and Define: How many constants are introduced? How many warning … Continue reading
WordPress Licensing Issues – the third day
Wordpress development goes on every day. At least for that part that has a committing developer. In case there is none, it gets stuck. Licensing issues only seem to be interesting in the beginning. You get comments by core developers … Continue reading
Posted in Pressed, Wordpress Licensing
Tagged #14703, BSD, Copyright, FIXIPO, License, Matt Mullenweg, Redistribution, Ryan Boren, SFLC, Software Freedom Law Center, Text, The BSD License, Wordpress, Wordpress Licensing, WPLIC
3 Comments
WordPress Licensing Issues – the second 24 hours
After the first 24 hours I became aware of the unauthorized changes of WordPress licensing, the day started with some positive movement. A member of the WordPress team did revert the changes in trunk [15533] and the 3.0 branch [15534] … Continue reading
Posted in Pressed, Wordpress Licensing
Tagged #14703, Author, Author Right, Author Rights, BSD, Copyright, FIXIPO, Free Software, GPL, Inutio XML-RPC Library, IXR, Library, Mark Jaquith, Rights, Simon Willison, The BSD License, Wordpress, Wordpress Licensing, WPLIC, XML-RPC, [15533], [15534]
11 Comments
Unauthorized changes of WordPress licensing – the first 24 hours
Circa 24 hours ago it came to my attention that the wordpress codebase was silently re-licensed some months ago (before l88 / GPL -/- after l105 / GPLv2). The copyright related licensing statement has been changed on February 28th 2010 … Continue reading
Posted in Pressed, Wordpress Licensing
Tagged #14685, Andrew Nacin, Author, Author Right, Author Rights, Copyright, Free Software, GPL, Mark Jaquith, Rights, Wordpress, Wordpress Licensing, [15529]
2 Comments
Fun to Play: WordPress 3.0 Multisite SQL Injection Vulnerability Regression?
One reason why the MU Fork was re-introduced into the WordPress main trunk was that security updates did creep in very slow or not at all. Development went pretty low in the end of the fork. That left it open … Continue reading
Posted in Hacking The Core, Pressed
Tagged #5455, Multisite, Security, SQL Injection, Wordpress, WP-3.0
1 Comment
Disable Stylesheets in Internet Explorer
Microsofts Browser, the Internet Explorer, is somehow hated by Webdesigners and Developers throughout the world. But still there is discussion over here and there whether or not to support the Browser any longer, for example version 6. I won’t go … Continue reading
Posted in Pressed, Surviving the Internet
Tagged Compability, CSS, HTML, IE6, Internet Explorer, Internet Explorer 6, LINK, Media, Rendering, Standards, Style, Stylesheet, Stylesheets
Leave a comment
WordPress Administration and Support
You have technically challenging questions or solutions regarding the wordpress software? Answers to or just Questions like “What steps can I take to optimize wordpress in regard to server load?” or “I want to use HTML5 in my WordPress theme, … Continue reading
Mysteries about the WordPress Memory Limit
Note: The information in this report applies to WordPress 3.0 specifically. Starting with WordPress 3.2, the memory limit will be configurable again. Being on track to write a really simple plugin that should take care of the memory related … Continue reading
Posted in Hacking The Core, Pressed
Tagged #13847, #14889, Andrew Nacin, Matt Mullenweg, Memory Limit, PHP, Suhosin, Wordpress, WP-3.0, [14491], [6786]
15 Comments
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
Selekturz. They iz serius Bizniss.
I’ve spotted this funny one in a video showing a 12 year old gives an one hour introduction to jQuery. Next to a funny picture, there is more impressive stuff in that outstanding Google Tech Talk: Question: Does jQuery do … Continue reading
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
PHP: Compare vs. Calculating (2/2)
A comment by Thomas Scholz in my (that time one-parted) PHP: Compare vs. Calculating post made me to take a reprise on the comparison.
PHP: Compare vs. Calculating (1/2)
This speed comparison test I’ve made is not of that much interest, but it shows somehow when / how optimization takes place. Those “performance” test are most likely not that valuable for optimizations but to better know the language. I … Continue reading
Posted in Hacking The Core, Pressed
Tagged Casting, HTTP, Performance, PHP, PHP Development, Testing
3 Comments
Get your code pimped!
Can you believe this? How crazy are these guys? I really wonder to what PimpMyCode will turn out: Meza and Skarlso (thoughts of a black sheep) are offering to refactor the code you send them just to get some code … Continue reading
HowTo disable the Like Button on WordPress.com
You have a Blog running on WordPress.com and you dislike the like button that went into your Blog by magic? Go Admin: Apperance -> Extras and uncheck the last checkbox next the extremely long label Show a like button and … Continue reading