What are you working on? - Programming On Unix
Users browsing this thread: 50 Guest(s)
|
|||
I just finished a portfolio engine in PHP - basically like a blog engine, except it displays your past projects.
It looks in a CSV file with 4 fields: Project Title, Project URL, Image URL, and Project Description It then builds a Div with the Project Title and Project Description Displayed within, the linked Image as the background, and the entire div is wrapped in a link to the Project URL. Anyways, I'm gonna write a script that lets you add projects to the .CSV painlessly, and push the .CSV to your server when finished. I'm building this for personal use on my website, but if anyone wants to take a look at it, it's up on my github as "porte" (pronouned port-aye) |
|||