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 Questions (and Answers)- Which plugin will let me relate one post to another? 28 Jan 2012
- How to make a posts page display only intros of posts? 27 Jan 2012
- Extra profile field as select box? 20 Nov 2011
- How to create multiple loop in archive page? 18 Oct 2011
- How can I move (or create another) publish button? 28 Jan 2012
Linked
- The JavaScript Trap
- SJ Hook Profiler
- DejaVu fonts
- Image_Graph
- They killed the Failwhale
- Looking back on Selling Gravatar to Automattic
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- TkSQLite
- WTFPL
- Using Linux Screen for Session Management
- The Law of Leaky Abstractions
- XHProf PHP Profiling Tool
Archives
- 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 (8)
- HTML/CSS Code Smells (3)
- PHP Code Smells (3)
- Hacking The Core (69)
- Wordpress Licensing (17)
- Hakre's Tips (57)
- Patched (5)
- Persona (5)
- Plugin Plugout (28)
- Enhancing Feeds (7)
- Theme-A-Licious (2)
- Pressed (242)
- Linked (78)
- Number of the Day (3)
- PHP Development (30)
- PHP Library (6)
- Reports (22)
- Save the Date (7)
- Wordpress Releases (6)
- Surviving the Internet (21)
- Tools (62)
- Gates and Fences (3)
- PHP Development (23)
- PHP Frameworks (9)
- PHP Standards (2)
- PHP Template Language (5)
- Scripts (4)
- Webtools (4)
- WordPress Support (9)
- Uncategorized (29)
- Code Smells (8)
Music
Broadway – GTK+ Applications within your Browser
Broadway is a backend for GTK+ 3 which targets HTML 5 compatible browsers (renders in a browser). This is experimental, but looks really nice. I like the Idea, chapeau!:
Read On: Broadway update 3 (by Alexander Larsson; 18 Apr 2011); Gtk3 vs HTML5 (by Alexander Larsson; 23 Nov 2010)
Posted in Linked, Pressed
Tagged Alexander Larsson, Broadway, Browser, Gnome, GTK+, HTML 5
Leave a comment
Architecture the Lost Years (Robert Cecil Martin; 4 Nov 2011)
Did worldwide Hypertext turned software developers out in the field upside-down? In Architecture the Lost Years (1h 06m) Robert C. Martin talks about the web and how it influenced development design decisions in the last decade(s).
Is the system the application runs on more agile than the application developer? Are you still in control? – A very enjoyable talk (as the shaky handy-cam finally comes into picture in picture mode) about software development in times of the HTTP interface, Browser GUIs, Free Software (database) servers and TDD with a decent focus on architecture. Held on Ruby Midwest 2011 (only very limited knowledge about Ruby is required to understand the talk, it’s more that you’ve ever encountered a web-application-framework of some kind the sooner or later and you want to learn about software development).
Posted in Hakre's Tips, Linked, Pressed, Surviving the Internet
Tagged HTML, HTTP, Robert Cecil Martin, Software Development, Uncle Bob
Leave a comment
FYI: The WordPress 3.3 XSS vulnerability has been addressed in a changeset on 30 Dec 2011, wordpress 3.3.1 has just been released. (3.3.1 changes/Announcement).
phptags – tidies up tags in PHP scripts and guards whitespace
Just stumbled over another PHP related tool today, which I think is worth the link:
phptags is a simple commandline tool to tidy up open and close tags in PHP scripts. It can rewrite close tags, and strip leading or trailing whitespace (or UTF-8 BOM).
It’s also listed on freecode.
Posted in Hakre's Tips, Linked, PHP Development, PHP Development, Pressed, Tools
Tagged BOM, Code Quality, PHP, phptags, Quality Control, Short Open Tags, Tags, Whitespace
Leave a comment
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 all questions but is probably helpful to keep own code and wordpress code in their own domain.
Apropos GRASP, Don’t be STUPID: GRASP SOLID!
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
Where Have All the Singletons Gone? by Misko Hevery