background preloader

PHP

Facebook Twitter

Looking for freelancers. I’m always on the look out for talented freelancers and, at the moment, I’ve got a particular need for designers & developers who are strong with WordPress (not immediate start stuff, just looking forward to next few months). Update: I’m also very keen to hear from the following people: strong, hard core, JS people (especially ember.js, node etc)IOS & Android app developers (both native & cross platform)Strong, general PHP (must have linux skills)project managers Note: please do not respond if you’re an agency.

And no, I’m not looking to outsource projects to Romania etc. I’m typically looking for UK based full time, professional freelancers (or people who can night owl). Role 1: Designer/HTML & CSS builder (+ WordPress) You’ll design and build websites & have history in doing so & a visible portfolio. I’d expect you to know a bit about jQuery (e.g. getting plugins workings) but not be a PHP expert or be a hardcore WordPress serverside expert (that’s role 2). Freelancer? Joel Like this:

Multilingual

Page 6 - PDF Generation With PHP. Lines aren't the only thing you can draw - circles and rectangles also figure prominently on the menu. Take a look at the following example, which demonstrates. Here's the output: In this case, the pdf_rect() function has been used to draw a rectangle, given the coordinates of the lower left corner and the height and width. This rectangle has then been filled and outlined in two different colours, via the pdf_fill_stroke() function. pdf_setcolor($pdf, "fill", "rgb", 1, 1, 0); pdf_setcolor($pdf, "stroke", "rgb", 0, 0, 0); pdf_rect($pdf, 50, 500, 200, 300); pdf_fill_stroke($pdf); Circles are handled by the pdf_circle() function, which accepts three arguments: the X and Y coordinates of the circle center, and the length of the circle radius.

Tutorial: ISP-style Email Service with Debian-Sarge and Postfix 2.1. TWINE Project: HTML Validator for PHP. The HTML Validator for PHP is a PHP class filter designed to submit a HTML interfaces of dynamic web applications to the W3C HTML Markup Validation Service and display the results in an HTML table. It is designed to be super easy to use. Usage To use this class, just include the file at the top of the PHP script producing the HTML output (before any HTML has been written), as follows: <? Php include("/path/to/HTMLValidator.class.php"); $v = new HTMLValidator(); $v->execute(); ? > And that's it--no other configurationis necessary. Configuration options To configure the display of the output, you can use CSS.

Memcached: a distributed memory object caching system.