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
- TkSQLite
- They killed the Failwhale
- The Law of Leaky Abstractions
- WTFPL
- The JavaScript Trap
- DejaVu fonts
- XHProf PHP Profiling Tool
- Image_Graph
- SJ Hook Profiler
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- Looking back on Selling Gravatar to Automattic
- 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
Tag Archives: HTTP
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 … Continue reading
Posted in Hakre's Tips, Linked, Pressed, Surviving the Internet
Tagged HTML, HTTP, Robert Cecil Martin, Software Development, Uncle Bob
Leave a comment
Richardson Maturity Model: steps toward the glory of REST, also HATEOAS.
HEAD first with PHP Streams
PHP has a built-in function called get_headers that will return the response headers. But it has some downsides, like requesting the whole response (and not only the HEAD) and it’s hard to control behaviour for redirects. On Stackoverflow some users … Continue reading
Posted in Hakre's Tips, PHP Development, Pressed
Tagged Header, HTTP, PHP, PHP Streams, redirect, Request, Status, Status Code
1 Comment
getallheaders available for FASTCGI in PHP 5.4
Good news. PHP 5.4 – according to docs – will support the “apache alias” getallheaders(). That means, you can get all header values of the request w/o fiddling any longer with server configuration. N1. Read On: What new feature in … Continue reading
Posted in Linked, PHP Development, Pressed
Tagged FastCGI, getallheaders, Header, HTTP, PHP, PHP 5.4, PHP. HTTP, Request
5 Comments
Improved handling of HTTP requests in PHP
Improved handling of HTTP requests in PHP Merci beaucoup Nicolas Grekas for compiling this in-depth! Read On: getallheaders available for FASTCGI in PHP 5.4 (18 Jul 2011)
Posted in Linked, PHP Development, The Know Your Language Department
Tagged HTTP, Nicolas Grekas, PHP, PHP. HTTP
1 Comment
HTTP Redirect Codes (3xx) and the Location Field
Over the last days some including me have opened tickets in wordpress trac touching the HTTP transport layer and redirection in specific. As with my previous HTTP related review of worpdress, this is getting more and more interesting and detailed … Continue reading
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
HTTP Strict Transport Security (HSTS) –
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
Normalize URLs 1.0 released
My latest plugin release fixes multiple core wordpress problems to handle HTTP requests properly at once: Normalize URLs. It does so by normalizing every incoming URL to a form that is to be expected by the wordpress core. That way, … Continue reading
Posted in Hakre's Tips, Plugin Plugout, Pressed
Tagged HTTP, Normalize URLs, Permalink, Plugin, Request, Slug, URL, UTF-8, Wordpress, Wordpress Plugin, WTF/OMG
2 Comments
Encoding of the robots.txt file
The old, rusty tech-monster from swamp, beloved robots.txt, that did prevent gaga-gone droids from DDOSsing your servers years ago, still has its place in SEO, SEM and generic robots access control today. A site shouldn’t be run w/o having this … Continue reading
Posted in Hacking The Core, Hakre's Tips, Pressed, Surviving the Internet
Tagged #14069, #14292, #14313, Bing, Charset, Encoding, EUC-JP, google, HTTP, Latin-1, RFC 1945, RFC 3986, Robot, Robots, robots.txt, Search Engine, Search Engines, SEM, SEO, Unicode, URL, US-ASCII, UTF-8, Yahoo
1 Comment
Redirect Loop Protection for Better HTTP Redirects Plugin
Some wordpress user were concerned about Google webmaster tools giving notice about redirect errors (same page redirects). There is a flaw in the current canonical redirect implementation. That is the part of wordpress that takes care that all your site’s … Continue reading
Posted in Hacking The Core, Plugin Plugout, Pressed
Tagged #14292, #14313, Google Webmaster Tools, HTTP, redirect, RFC 2616
Leave a comment
Apache 1.3 Default 300-307 Server Responses
I had run a testscript (see below) that is a bit whacky but working to gather server responses somehow automatically to get a servers default answers. It is written in PHP and needs curl to be available and a server … Continue reading
Better HTTP Redirects 1.0 released
I just have released a new wordpress plugin called Better HTTP redirects. Well I know the name is not very creative and having “better” in a title does not make it even better. The plugin aims to add more HTTP … Continue reading
Posted in Plugin Plugout, Pressed
Tagged #13909, better-http-redirects, HTTP, Plugin, redirect, RFC 2616, Wordpress, Wordpress Plugin
Leave a comment
wordpress HTTP and header related tickets
I’ve done some massive HTTP stuff lately which included a full re-read of some (all?) HTTP releated RFCs – some of them I first studied years ago. It’s not that simple as it was back those years, but it’s good … Continue reading
Posted in Hacking The Core, Pressed, Surviving the Internet
Tagged #13909, #139409, #14062, #14069, Header, HTTP, HTTP Header, RFC 1945, RFC 2616
2 Comments
HTTP Status Codes in Use
This is a collection of HTTP Status Codes references by the IETF that are currently in use
Posted in Hacking The Core, Pressed, Surviving the Internet
Tagged #13940, #9297, HTTP, HTTP Status Code, HTTP Status Codes, RFC 1945, RFC 2295, RFC 2518, RFC 2616, RFC 2774, RFC 2817, RFC 2818, RFC 3229, RFC 4918, RFC 5689, RFC 5785, RFC 5842, Status Code, Status Codes
1 Comment
HTTP/HTML: Missing HTTP-Body/HTML on Redirect
This bothers me often: unfriendly redirects.
Posted in Code Smells, Hacking The Core, Surviving the Internet
Tagged #13909, HTML, HTTP, HTTP Body, HTTP Header, Quality Control, redirect, Security
Leave a comment
Prevent XSS on your wordpress Blog with CSP
CSP – short for Content Security Policy – is a Mozilla driven specification to reduce or eliminate a site’s XSS attack surface. In Ticket #10237 Denis De Bernardy suggested to implement the new Mozilla feature to prevent XSS. That was … Continue reading
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