Browse: Home / Web Programming

By Ryan on March 24, 2010

As you may know, I have been working with Melissa Bergen on a new website for the multi-talented Amber Stevens. We launched the new look this morning! It was a fun design to work with and I am really happy with the outcome. The homepage features a XHTML/CSS menu, which is actually comprised of CSS ...
Posted in Projects, Web Design, Web Programming | Tagged Amber Stevens, CSS Sprites, Uneven rollovers, Web Design |

By Ryan on August 11, 2009

I apologize for the lack of updates lately, but the good news is that I have had a very busy schedule and should have some new stuff up here shortly. Where do I start?Vanessa FitzgeraldI recently collaborated with Melissa Bergen on a website for Vanessa Fitzgerald. My role was to take the ...
Posted in Metacom Design, Projects, Thoughts, Updates, Web Programming | Tagged Melissa Bergen, Metacom, Vanessa Fitzgerald, Web Design |
By Ryan on July 15, 2009

Last week I began a tutorial on how to Dynamically Generate PayPayl Add to Cart or Buy Now Buttons with PHP and MySQL. Now, here is the rest.
Where we left off..
The last bit of code we had before was the following:echo "Description
Picture
Price";
while($row = mysql_fetch_array($result))
{
echo "
";
echo "
" . $row['desc'] . "";
echo "" . "" . ...
Posted in Tutorial, Web Design, Web Programming | Tagged Add to Cart, Dynamically Generate, MySQL, PayPal, PHP |
By Ryan on July 9, 2009

OutlineIntroduction
The Situation
The Data - CSV to MySQL
HTML PayPal Button
MySQL Data into HTML forms using PHPIntroduction
Although this may seem very basic to most experienced Programmers, I thought this might help some others who were in the same situation I was.
What You'll NeedKnow how to create a MySQL table
Know how to perferm MySQL Queries
Have a solid ...

Posted in Tutorial, Web Design, Web Programming | Tagged Add to Cart, MySQL, PayPal, PHP |
Page 1 of 11
Recent Comments
My Breakdown of the Web Design Process
First of all, I love the design on your site… simple, effective and SHARP
Free Texture Pack by Metacom Creative – Cardboard, Notebook, Paper, Envelope, etc
Like other readers I also do not need these texture at this moment but I have added them in...
Gifted Threads Business Card Design
Hi Ryan, I am not sure how right I am but I do not prefer to use warm colors for business card designs because they are looks to flashy but the way...
My Breakdown of the Web Design Process
Thanks a lot such a nicely composed post. I was looking for such fully explained content.I will definitely use it for my next assignment.
My Breakdown of the Web Design Process
Cracking writeup. Should be really useful to any web dev and also a valuable document for anyone taking over your role at the company?...