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
Keep In Touch