Page 1 of 1

Things I want to learn w/ PHP

Posted: Sat Jul 30, 2011 8:54 pm
by Linkjuice57
While this is in the suggestions topic, it's not necessarily a suggestion/request... Mods; feel free to move the topic if you find another forum better suitable.

I'd like to invite everyone to share what they want to learn with PHP here. Its a nice to-do list for yourself and it could be a useful source for jacek to see what his audience wants to learn :-).

- Read data from RSS feeds and manipulate it
- Crawl webpages and store the information in a DB
- Creating graphs/charts
- Non-web applications

Re: Things I want to learn w/ PHP

Posted: Sun Jul 31, 2011 11:11 am
by jacek
I can do somethign on a few of those :D

What sort of non-web application are you thinking of ?

Re: Things I want to learn w/ PHP

Posted: Sun Jul 31, 2011 11:35 am
by libeco
Linkjuice57 wrote:- Creating graphs/charts
With todays libraires, why would you want to do this with PHP? Google charts/visualizations or HTML5 Canvas drawing seems more suitable to me.

Personally I still want to:
- get a firm grip of regular expressions.
- get to know Apache configuration and htaccess better.
- get better in OOP.
- combined with a good understanding of Design Patterns.
- get better skilled in advanced SQL topics.
- have a look at MySQLi and PDO.
- have a look at NoSQL solutions like CouchDB and MongoDB.

Not necessarily in that order.