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
- The JavaScript Trap
- TkSQLite
- XHProf PHP Profiling Tool
- Looking back on Selling Gravatar to Automattic
- The Law of Leaky Abstractions
- Image_Graph
- DejaVu fonts
- WTFPL
- They killed the Failwhale
- SJ Hook Profiler
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- Using Linux Screen for Session Management
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: PHP Development
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 … Continue reading
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
Vanity is on github.
Flow3 went gold
Flow3 Version 1.0 is officially out. The Typo3 spin-off is a full featured PHP application framework with modern software design approaches. After the release of Symfony 2 in July it looks like that 2011 is the year of the next … Continue reading
Posted in Linked, PHP Development, PHP Development, PHP Frameworks, PHP Library, Pressed, Tools
Tagged Flow 3, Framework, PHP
Leave a comment
Geany 0.21 released!
The news is already ten days old, but better late than never: Geany 0.21 released. Geany is a fine GTK2 based editor, I use it normally for quick PHP writing. Nice PHP lint, shell and manual integration.
Exception Best Practices in PHP 5.3
QueryPath PHP Library to deal with XML/HTML esay CSS-like access and manipulation. Code available at Github.
When Flat PHP meets Symfony
List of PHPMD Rulesets
As I only use PHPMD from time to time only I always need to lookup the default ruleset names from the filesystem. As google is faster than a search on the harddrive, here they are: codesize design naming unusedcode I … Continue reading
Posted in PHP Code Smells, PHP Development, PHP Development, Pressed, Tools, Uncategorized
Tagged PHP Development, PHP Mess Detector, PHPMD
1 Comment
PHP: Extending stdClass with Closures (plus Visitor)
From the red-wine department: $this remains unresolved so of limited use, but some fun anyway: And before you ask: It’s just that I was wondering the following did not work:
PHP: is_null() vs. NULL ===
From the know your language department: If you can, go with the identical comparison operator ===. That’s a good approach in PHP for various reasons. Only one example: could be written as: but it is about more than 14 times … Continue reading
Posted in PHP Development, Pressed, The Know Your Language Department
Tagged Benchmark, is_null(), NULL, PHP
2 Comments
apigen looks clean.
CoSign: Secure, Intra-Institutional Web Authentication – Open Source Web Single Sign-On. “An open source project originally designed to provide the University of Michigan with a secure single sign-on web authentication system. cosign is part of the National Science Foundation Middleware … Continue reading
Common MVC Interfaces in PHP
Interested early adopters might want to follow some additional public repositories at github. Looks like there is some initiative to streamline PHP interfaces for diverse PHP based MVC implementations. Namely Zend Framework and Symfony. Name of the baby: FIG. Short … Continue reading
APDT: Aspect PHP Developement Tools
The Aspect PHP Development Tools (APDT) project is a Eclipse platform based tool for AOSD in PHP. The goal is to deliver a user experience consistent with the PHP Development Tools (PDT) when working with PHPAspect projects and resources. The … Continue reading
Posted in PHP Development, Pressed, Tools
Tagged AOSD, APDT, Aspect Oriented Software Design, Aspect PHP Developement Tools, PHP
Leave a comment
phpRack
phpRack is a light framework for automation of integration tests. By integration tests software module run in the production environment to validate configuration and applications setup. Read On: phpRack Documentation
Posted in PHP Development, Pressed, Tools
Tagged PHP, PHP Development, PHP Tools, phpRack, Quality Control, Testing
2 Comments
Eclipse Helios and PDT 2.2 [UPDATED]
On 23 Jun 2010 PDT 2.2 has been released. PDT is a PHP development environment within Eclipse, a full featured IDE. Eclipse PDT is available to donwload on it’s project site.
Posted in PHP Development, Pressed, Tools
Tagged Development, Eclipse, Helios, IDE, PDT, PDT-2.2, PHP
2 Comments
QueryPath – Find your Way
QuerPath is another PHP library for working with XML and HTML. Licensed under LGPL/MIT it self-announces it with the following features:
Posted in Hakre's Tips, PHP Development, Tools
Tagged CSS, HTML, HTTP, PHP, QueryPath, SQL, XML
Leave a comment
Tools: WebSVN
I ran over this by need and I must say in the end I’m pretty confident with: WebSVN is a PHP script/webapp that publishes one or multiple Subversion-Repositories as HTML on the fly.
Posted in Hakre's Tips, PHP Development, Tools
Tagged Apache, Gheshi, HTTP, PHP, Quality Control, SVN
Leave a comment
Nwire Eclipse PHP Plugin Review
I’ve seen nWire announcing their plugin on some blogs and they offer a free trial for it. Since I’m a Eclipse PDT userette I wanted to give it a testdrive. Here we go:
PHP Mess Detector
Another tool for maintaining and control PHP sourcecode is PHPMD – PHP Mess Detector. A spin-off project of PHP Depend: What PHPMD does is: It takes a given PHP source code base and look for several potential problems within that … Continue reading
Posted in Hakre's Tips, PHP Development, Tools
Tagged Development, Manuel Pichler, PHP, PHP Depend, PHP Mess Detector, PHPMD, Quality Control, Sourcecode
3 Comments