<?phpxml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
<title>PHP HTML | Published News | php</title>
<link>http://php-html.net</link>
<description>Vote the best PHP News, Tutorials And Articles</description>
<pubDate>Mon, 06 Sep 2010 09:06:23 CDT</pubDate>
<language>en</language>
<item>
<title><![CDATA[A Periodic Table for HTML]]></title>
<link>http://php-html.net/php/a-periodic-table-for-html/</link>
<comments>http://php-html.net/php/a-periodic-table-for-html/</comments>
<pubDate>Mon, 06 Sep 2010 09:06:23 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/a-periodic-table-for-html/</guid>
<description><![CDATA[Josh Duck has put together a fun and useful list of the 104 elements currently in the HTML5 working draft but organized like a periodic table of elements:<br/><br/>6 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[HTML5 Raises New Security Issues]]></title>
<link>http://php-html.net/php/html5-raises-new-security-issues/</link>
<comments>http://php-html.net/php/html5-raises-new-security-issues/</comments>
<pubDate>Mon, 23 Aug 2010 14:33:20 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/html5-raises-new-security-issues/</guid>
<description><![CDATA[When it comes to new security issues, the security team for the Firefox browser have the new version of the Web HyperText Markup Language, HTML5, foremost on the mind. "Web apps are becoming incredibly rich with HTML5. The browser is starting to manage full-bore applications and not just Web pages," said Sid Stamm, who works on Firefox security issues for the Mozilla Foundation. Stamm was speakin<br/><br/>38 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[25 Amazing CSS3 Experimentations and Demos]]></title>
<link>http://php-html.net/php/25-amazing-css3-experimentations-and-demos/</link>
<comments>http://php-html.net/php/25-amazing-css3-experimentations-and-demos/</comments>
<pubDate>Sat, 21 Aug 2010 14:40:38 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/25-amazing-css3-experimentations-and-demos/</guid>
<description><![CDATA[CSS3 is opening up a lot of possibilities for designers and developers. Things that used to require images, JavaScript or Flash can now be done with the power of CSS. Unfortunately, in most cases these developments are more useful for experimentation and learning at this point since they are not supported by all of the major browsers. However, if you're interested in learning more about the capab<br/><br/>46 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Using the File API for reading file information & multiple file uploads – another sister specification to HTML5]]></title>
<link>http://php-html.net/php/using-the-file-api-for-reading-file-information-multiple-file-uploads-%E2%80%93-another-sister-specification-to-html5/</link>
<comments>http://php-html.net/php/using-the-file-api-for-reading-file-information-multiple-file-uploads-%E2%80%93-another-sister-specification-to-html5/</comments>
<pubDate>Sat, 21 Aug 2010 03:40:39 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/using-the-file-api-for-reading-file-information-multiple-file-uploads-%E2%80%93-another-sister-specification-to-html5/</guid>
<description><![CDATA[A constant drag when developing web sites have been when the end user wants to upload files to it. Luckily, though, those problems are to come to an end due to the File API.<br/><br/>46 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Refactoring PHPUnit's getMock()]]></title>
<link>http://php-html.net/php/refactoring-phpunits-getmock/</link>
<comments>http://php-html.net/php/refactoring-phpunits-getmock/</comments>
<pubDate>Wed, 18 Aug 2010 17:12:43 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/refactoring-phpunits-getmock/</guid>
<description><![CDATA[The current API of getMock(), the Facade for the mocking library, actually prescribes 7 parameters. Most of them are optional, but if you want to specify an uncommon parameter, you have to include the previous ones, and hunt around for their default values, praying that you will get them right and insert the boolean or empty values in the correct order. A Builder pattern, which I intend to propos<br/><br/>46 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Exceptions and abstraction]]></title>
<link>http://php-html.net/php/exceptions-and-abstraction/</link>
<comments>http://php-html.net/php/exceptions-and-abstraction/</comments>
<pubDate>Wed, 18 Aug 2010 06:08:31 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/exceptions-and-abstraction/</guid>
<description><![CDATA[So you already know how to handle your errors properly. Even if you're already using exceptions, there are some nuances to the use of exceptions that are important to know and understand in order to write code that is easier to reuse and more decoupled. Let's talk about exceptions and how they relate to your classes and abstraction.<br/><br/>46 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Practical PHP Patterns: Two Step View]]></title>
<link>http://php-html.net/php/practical-php-patterns-two-step-view/</link>
<comments>http://php-html.net/php/practical-php-patterns-two-step-view/</comments>
<pubDate>Fri, 30 Jul 2010 18:08:57 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/practical-php-patterns-two-step-view/</guid>
<description><![CDATA[The Two Step View pattern, as its own name suggests, proposes a mechanism composed of two steps for generating an HTML page: first, a logical representation of the page is produced, as a map (key =&gt; value) of the different elements of the page. Then, the physical representation is rendered, by juggling around the single elements to compose the final HTML. The first step is usually related to p<br/><br/>66 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Never having to use $_GET or $_POST again]]></title>
<link>http://php-html.net/php/never-having-to-use-get-or-post-again/</link>
<comments>http://php-html.net/php/never-having-to-use-get-or-post-again/</comments>
<pubDate>Fri, 30 Jul 2010 18:08:55 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/never-having-to-use-get-or-post-again/</guid>
<description><![CDATA[I completely missed this great new feature build in PHP 5.2 since I haven't been using much vanilla PHP lately due to my preference for CodeIgniter.<br/><br/>80 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[CSS3 demos and tools]]></title>
<link>http://php-html.net/php/css3-demos-and-tools/</link>
<comments>http://php-html.net/php/css3-demos-and-tools/</comments>
<pubDate>Thu, 29 Jul 2010 17:07:34 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/css3-demos-and-tools/</guid>
<description><![CDATA[Ever used some CSS3 properties in your designs? Maybe you should already start messing with it as some properties and selectors can already be used.<br/><br/>49 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Mock Design Slice HTML CSS JavaScript – Modern Approach to Creating Websites]]></title>
<link>http://php-html.net/php/mock-design-slice-html-css-javascript-%E2%80%93-modern-approach-to-creating-websites/</link>
<comments>http://php-html.net/php/mock-design-slice-html-css-javascript-%E2%80%93-modern-approach-to-creating-websites/</comments>
<pubDate>Wed, 28 Jul 2010 03:41:54 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/mock-design-slice-html-css-javascript-%E2%80%93-modern-approach-to-creating-websites/</guid>
<description><![CDATA[The optimal process I have developed after creating thousands of websites, if you follow my pattern and understand the reasoning behind it you can be making websites two to three times faster!<br/><br/>40 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Study: High demand for HTML5, PHP, mobile app projects]]></title>
<link>http://php-html.net/php/study-high-demand-for-html5-php-mobile-app-projects/</link>
<comments>http://php-html.net/php/study-high-demand-for-html5-php-mobile-app-projects/</comments>
<pubDate>Wed, 28 Jul 2010 03:41:52 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/study-high-demand-for-html5-php-mobile-app-projects/</guid>
<description><![CDATA[DoNanza, an Israeli company that provides a search engine specific to the work-from-home job market, published a study on July 21, 2010 detailing trends in that market. I spoke with Liran Kotzer and Gil Pal, the founders of DoNanza, who told me that they gathered the numbers for this study from more than 1.5 million job postings indexed by their search engine. They based the trends for Q2 on roug<br/><br/>39 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to Generate PDF file using PHP]]></title>
<link>http://php-html.net/php/how-to-generate-pdf-file-using-php/</link>
<comments>http://php-html.net/php/how-to-generate-pdf-file-using-php/</comments>
<pubDate>Tue, 27 Jul 2010 08:27:56 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/how-to-generate-pdf-file-using-php/</guid>
<description><![CDATA[It is very important to generate PDF documents in the corporte world. E-Commerce applications developed in PHP provide this functionlity. So I decided to write a tutorial on 'How to Generate PDF file using PHP'. The script uses a class file 'fpdf.php' which is distributed for free use (that's why I love Open Source :)). A separate folder called 'fonts' is there to generate all the fonts. It is ke<br/><br/>36 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Getting Started with Firebug 1.5]]></title>
<link>http://php-html.net/php/getting-started-with-firebug-1-5/</link>
<comments>http://php-html.net/php/getting-started-with-firebug-1-5/</comments>
<pubDate>Tue, 27 Jul 2010 08:27:49 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/getting-started-with-firebug-1-5/</guid>
<description><![CDATA[This DZone Refcard provides an introduction to Firebug and its features. Firebug is a free open-source tool which allows debugging, editing, and monitoring of a websites CSS, HTML, Dom and JavaScript. With this Refcard in hand you will also have access to keyboard shortcuts along with Console API and Command API References.<br/><br/>35 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Practical PHP Patterns: Repository]]></title>
<link>http://php-html.net/php/practical-php-patterns-repository/</link>
<comments>http://php-html.net/php/practical-php-patterns-repository/</comments>
<pubDate>Tue, 13 Jul 2010 03:42:22 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/practical-php-patterns-repository/</guid>
<description><![CDATA[A Repository is an higher level abstraction put between client code and a Data Mapper's infrastructure. The Repository provides a collection (or array) domain abstraction over the crude, generic Data Mapper API. It also introduces a decoupling point between the Domain Model and the infrastructure, with an interface that can be crafted in the domain layer instead for example of being imposed by th<br/><br/>49 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Yahoo!: the future is HTML5 (plus native code)]]></title>
<link>http://php-html.net/php/yahoo-the-future-is-html5-plus-native-code/</link>
<comments>http://php-html.net/php/yahoo-the-future-is-html5-plus-native-code/</comments>
<pubDate>Tue, 13 Jul 2010 03:42:14 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/yahoo-the-future-is-html5-plus-native-code/</guid>
<description><![CDATA[For Yahoo!, the future of mobile applications is HTML5. But that doesn't mean they'll run solely on the web. "I think you'll always have [mobile] applications with native components because you'll have some elements where native will be better optimized," Sandeep Gupta, the man who oversees Yahoo!'s mobile app development, tells The Reg. "Applications will get more and more complex - especially f<br/><br/>23 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Practical PHP Patterns: Query Object]]></title>
<link>http://php-html.net/php/practical-php-patterns-query-object/</link>
<comments>http://php-html.net/php/practical-php-patterns-query-object/</comments>
<pubDate>Fri, 09 Jul 2010 08:40:20 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/practical-php-patterns-query-object/</guid>
<description><![CDATA[An ORM provides an abstraction of storage as an in-memory object graph, but it is difficult to navigate that graph via object pointers without loading a large part of it. Typical problems of this approach are the performance issues related to loading of the various objects, and the transfer of business logic execution from the database side to the client code side, with the resulting duplication.<br/><br/>21 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[PHP - preg_match: Give Names to the Matches]]></title>
<link>http://php-html.net/php/php-preg-match-give-names-to-the-matches/</link>
<comments>http://php-html.net/php/php-preg-match-give-names-to-the-matches/</comments>
<pubDate>Fri, 09 Jul 2010 08:40:14 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/php-preg-match-give-names-to-the-matches/</guid>
<description><![CDATA[In PHP 5.2.2+ you can name the sub patterns returned from preg_match with a specific syntax.<br/><br/>23 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Never Use $_GET Again]]></title>
<link>http://php-html.net/php/never-use-get-again/</link>
<comments>http://php-html.net/php/never-use-get-again/</comments>
<pubDate>Fri, 09 Jul 2010 08:40:10 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/never-use-get-again/</guid>
<description><![CDATA[You don't need to use $_GET or $_POST anymore. In fact, you probably shouldn't use $_GET and $_POST anymore. Since PHP 5.2, there is a new and better way to safely retrieve user-submitted data.<br/><br/>25 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Top 10 CSS Tools for the Design-challenged Web Developer]]></title>
<link>http://php-html.net/php/top-10-css-tools-for-the-design-challenged-web-developer/</link>
<comments>http://php-html.net/php/top-10-css-tools-for-the-design-challenged-web-developer/</comments>
<pubDate>Fri, 02 Jul 2010 04:12:55 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/top-10-css-tools-for-the-design-challenged-web-developer/</guid>
<description><![CDATA[Part of getting older is realizing that certain talents in life simply do not come naturally. For instance, one talent in which I am particularly deficient is design. Whether drawing a picture, playing with Lego's, or even signing my own name with a flourish, the task is generally a frustrating, fruitless process. Yet Web design is an inescapable part of being a Web developer, often requiring the<br/><br/>28 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[12 Valuable CSS Cheat Sheet For Upcoming Web Designers]]></title>
<link>http://php-html.net/php/12-valuable-css-cheat-sheet-for-upcoming-web-designers/</link>
<comments>http://php-html.net/php/12-valuable-css-cheat-sheet-for-upcoming-web-designers/</comments>
<pubDate>Wed, 30 Jun 2010 04:43:57 CDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://php-html.net/php/12-valuable-css-cheat-sheet-for-upcoming-web-designers/</guid>
<description><![CDATA[Cheat Sheets are always a valuable and handy resource for any designer, as they can be used as future reference and sheets to help in remember things quickly.<br/><br/>26 Vote(s) ]]></description>
</item>

</channel>
</rss>
