inwebdeveloper

Open Source Web Developers Resources

Parsing XML With PHP Maybe it’s a lot of tutorials that teach how to parsing XML with PHP. However, only the basics. What if a little more complicated. This time I made a tutorial how to parsing XML with PHP, then process the data into [...]

How to save XML file to host? [php] $rss = simplexml_load_file(‘http://inwebdeveloper.com/feed/’); echo ‘<h1>’. $rss->channel->title . ‘</h1>’; foreach ($rss->channel->item as $item) { echo ‘<h2><a href="’. $item->link .’">’ . $item->title . "</a></h2>"; echo "<p>" . $item->pubDate . "</p>"; echo "<p>" . $item->description . "</p>"; } $rss->asXML(‘inwebdeveloper.xml’); [/php]

There’s a new open source web content management system on the market today. Danish owned Composite C1 is now available under the MPL 1.1 license and available on Codeplex. Composite C1 first arrived on the scene in 2009, but the .NET web content management system [...]

Simple PHP Proxy is a PHP script which aims to fill this gap by creating a layer between your JavaScript code and the remote domain to get data in HTML, XML or JSON formats. With Simple PHP Proxy, your JavaScript can access content in remote [...]

GetSimple is an XML based lite Content Management System. To go along with it’s best-in-class user interface, we have loaded it with features that every website needs, but with nothing it doesn’t. GetSimple is truly the simplest way to manage a small-business website. FEATURE LIST [...]