PHP program ideas? what should I teach? *I KNOW PRETTY MUCH EVERYTHING*?
-
I have mastered PHP. I want to make a huge tutorial series of me teaching everything in PHP. From different web server software and all that. I want it to implement social networking techniques and stuff like CMS. But, I can't think of a solid site idea. I want it to be something unique. Maybe post some answers on what you would like to learn about PHP. Including how to write a PHP server software that parses PHP in special ways...
-
Answer:
Nobody knows everything, but I'll humour the question. There's always something else you can learn or improve upon so I'd look at ways of expanding your own understanding. If you really can be considered an expert then the next logical step would be to look at ways of improving performance, you could approach the idea from a low level by looking at the interpreter and your server configuration or at a higher level by assessing best coding techniques. If you're going with the teaching angle think about this: There are many examples of how to accomplish various tasks but not enough sites focus on the pitfalls. PHP can be completely unrestricted and this kind of control in the hands of less informed developers and enthusiasts means there are a lot of potentially insecure sites out there. Develop a guide to best practices. Failing that, why not start developing your own framework - better yet start contributing to the vast array of open source projects already out there.
I'mCool at Yahoo! Answers Visit the source
Other answers
Nobody knows everything, but I'll humour the question. There's always something else you can learn or improve upon so I'd look at ways of expanding your own understanding. If you really can be considered an expert then the next logical step would be to look at ways of improving performance, you could approach the idea from a low level by looking at the interpreter and your server configuration or at a higher level by assessing best coding techniques. If you're going with the teaching angle think about this: There are many examples of how to accomplish various tasks but not enough sites focus on the pitfalls. PHP can be completely unrestricted and this kind of control in the hands of less informed developers and enthusiasts means there are a lot of potentially insecure sites out there. Develop a guide to best practices. Failing that, why not start developing your own framework - better yet start contributing to the vast array of open source projects already out there.
Emissary
Always fun to include a little bit of image twiddling. Say, a PHP script that generates a banner image where you can give it x/y offsets and image URL to fetch in, or font style and text to print, etc., and it composes the image (fetching external images from their URL if needed) and serves it up as a single PNG. Have it process a control code that tells it what to do … like, banner is x,y in size; then put image [URL] at x,y, and text “text” at x,y in font style, etc. The control code should be base-64 encoded and put at the end of the URL, after a forward slash. I.e. /banner.php/controlcodegoeshere Anyway, if you could, when you get something online, could you please e-mail me the URL? I’d love to see what sort of stuff you’ve done, or whatever tutorials you did. You can click my profile and there will be a link to send me an e-mail.
computerguy103
How about how to make a wordpress theme from scratch (you could start with child themes though)? There doesn't seem to be much info about how to make wordpress plugins either. I'm still learning php myself, but I know wordpress themes is one of the things I want to get good at.
ashez2ashes
Always fun to include a little bit of image twiddling. Say, a PHP script that generates a banner image where you can give it x/y offsets and image URL to fetch in, or font style and text to print, etc., and it composes the image (fetching external images from their URL if needed) and serves it up as a single PNG. Have it process a control code that tells it what to do … like, banner is x,y in size; then put image [URL] at x,y, and text “text” at x,y in font style, etc. The control code should be base-64 encoded and put at the end of the URL, after a forward slash. I.e. /banner.php/controlcodegoeshere Anyway, if you could, when you get something online, could you please e-mail me the URL? I’d love to see what sort of stuff you’ve done, or whatever tutorials you did. You can click my profile and there will be a link to send me an e-mail.
computerguy103
How about how to make a wordpress theme from scratch (you could start with child themes though)? There doesn't seem to be much info about how to make wordpress plugins either. I'm still learning php myself, but I know wordpress themes is one of the things I want to get good at.
ashez2ashes
Related Q & A:
- What do I need to know about Servers?Best solution by Programmers
- What do I have to know about student visa for the UK?Best solution by Yahoo! Answers
- What do i need to know to become a Graphic designer?Best solution by Yahoo! Answers
- What should I teach my preschool kid?Best solution by www2.ed.gov
- What basic words should I know when I travel to Paris?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.