Posts

Showing posts from December, 2017

Final Project

Image
Today I will share about my final project in subject WWW Programming. My Final Project is about online shopping. I have created Lily's closet that sells variety of English cotton kurung. Here are some parts of the project print screen images.  1. Login Interface 2. Homepage 3. List of Clothes Menu  4. View selected clothes section 5. Transaction Menu 6. Payment Menu 7. Edit Menu 8. Play Video Menu

Lab 08 (Adding Video)

Image
Based on the previous Lab 7, in this Lab 8 I add one more column for video listAll.php  <html> <head> <body style="background-color:powderblue;"> <title>List of Fruits</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="80%" height="339" border="1" align="center" bordercolor="#000000">   <tr bordercolor="#FFFFFF">      <td width="80" rowspan="3" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF">&nbsp;</td>     <td height="104" colspan="5" align="center" valign="top" bordercolor="#000000"><img src="organik.jpg" width="900" height="350"></td>     <td width="80" rowspan="3" align...

Lab 07 (Adding Picture)

Image
Adding Picture Through Embed Code Task : Based on previous Lab06, you need to : -> add ONE field in the table for image/pic/photo normally PNG/JPG-formatted. -> add record for more than 5 records, 10 would be nice :D ->make sure the images can be added, deleted, updated and displayed. listAll.php <html> <head> <body style="background-color:powderblue;"> <title>List of Fruits</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="80%" height="339" border="1" align="center" bordercolor="#000000">   <tr bordercolor="#FFFFFF">      <td width="80" rowspan="3" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF">&nbsp;</td>     <td height="104" colspan="5" align="cente...

Lab 06

Image
Web Design Task : Based on previous sample of small system. Develop your own database + sql commands + php in one folder.  Home.php <html> <head> <body style="background-color:powderblue;"> <title>List of Users</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <table width="80%" height="339" border="1" align="center" bordercolor="#000000">   <tr bordercolor="#FFFFFF">      <td width="80" rowspan="3" align="center" bordercolor="#FFFFFF" bgcolor="#FFFFFF">&nbsp;</td>     <td height="104" colspan="5" align="center" valign="top" bordercolor="#000000"><img src="organik.jpg" width="900" height="350"></td>     <td ...