Latest

New in forums

06-16 12:01 Web Applications / PHP Classes / COD4 status Script, co... (2)
05-08 19:33 Web Applications / PHP Classes / Your demo can contact ... (1)
03-30 14:44 Web Applications / PHP Classes / Password on Server? (1)
03-18 11:01 Web Applications / PHP Classes / COD4 PHP Class? (1)
02-07 19:45 Web Applications / PHP Classes / Server not Responding ... (1)

Recent additions

Articles / PHP XML Functions (2010-01-17)
News / iScheduleTV (2009-10-29)
News / LangCMS (2009-09-04)
News / Tips for Mobile Web Development (2009-08-23)
PHP Scripts / Export MySQL Database with MySQLD... (2009-07-30)
Polls

What content would you like to see?
Programming Blog Posts
PHP Classes
PHP Scripts
Seditio Stuff

View results   View all polls

PHPClasses.org


PHPClasses ElePHPant
News & Updates
Articles   2010-01-17 by Lang   (0)

Wow, it has been a long time since I have posted. I have been diligently working on iScheduleTV. I thought I would share some of the things I've learned about PHP's XML functions during development.

First off, an XML document is just text. Should you choose, you could create your own parser, simply by using regular expressions to finding opening and closing tags. However, PHP has some nice functions that make things much easier.


Read more...

News   2009-10-29 by Lang   (0)

Yes, its finally here!

It's been a long time coming but I have finally released iScheduleTV Alpha! You can visit it at http://www.ischeduletv.com

iScheduleTV is a website that will track the schedules of your favourite TV shows and sports teams from leagues like the NFL, NHL and the Premier League, always keeping you up to date!

News   2009-09-04 by Lang   (0)

Hey everyone!

Introducing LangCMS! An easily mod-able content management system. It is still under development but you can get a sneak peek at my new CMS by clicking the 'LangCMS' link off to the left.

LangCMS currently features its own template system with tags, and programmable loops for result sets. It features in-context editing for news, and built-in localization. Though you can't see it, the administration is there for news, users, bug tracking and backup. Many more features are under development!

If you'd like to contribute to LangCMS and learn more about it you can register and contact me through PMs.

News   2009-08-23 by Lang   (0)

While doing a multiple functioning website for a mobile platform, namely the iPod I noticed quite a few things that may help you in your mobile endeavors.

First and foremost, know who and what you are developing for. For instance, if the website you are creating is meant for a wide variety of mobile devices its a good idea to know the limitations of those devices. Its also a good idea to know their browser string. You can incorporate different style sheets for different phones if you notice discrepancies in testing.

Read more...

PHP Scripts   2009-07-30 by Lang   (0)

While doing some programming I wanted to copy my files from one computer to another. Nowadays this is easy. What with the ability to zip up large amounts of files, networking and thumb drives. But what about MySQL databases?

Usually you would export a database and all its tables using some database administration tool like phpMyAdmin. But what if you wanted to do it automatically? You can use mysqldump to generate a SQL file that you can then add to your backups.

Read more...

© Copyright 2008 WilliamLang.NET. All Rights Reserved

Powered by Seditio
Page created in 0.055 seconds

Valid RSS
Valid CSS
Valid XHTML