I've been redesigning my web site recently. I started out all HTML, hosted on dropbox for my old web sites. Now I host it on 000webhost.com and have a functioning login system and am currently in the process of another redesign.
Offline
birdbyte.tk redirects to your profile page...?
I'm good with static websites, but I'm still learning PHP and JavaScript.
Offline
Ecliptic wrote:
I have a website. You can view it using my signature. I haven't worked on it much lately, as I'm learning PHP and MySQL.
If it were finished, it'd be like super awesome, I love the scrolling, fading and color theme of it.
Offline
stevetheipad wrote:
Ecliptic wrote:
I have a website. You can view it using my signature. I haven't worked on it much lately, as I'm learning PHP and MySQL.
If it were finished, it'd be like super awesome, I love the scrolling, fading and color theme of it.
Thanks. I might work on it when I have some free time.
Offline
Agg725 wrote:
Nice! My brother knows some programming languages, but definitely not all of them.
I don't think anyone knows all programming languages.
Offline
RedRocker227 wrote:
Agg725 wrote:
Nice! My brother knows some programming languages, but definitely not all of them.
I don't think anyone knows all programming languages.
I was about to say that.
Offline
I have a website right here.
I happen to like it
Offline
BirdByte wrote:
Cool! I suck at PHP and databases; I don't know PHP.
Right now I'm designing a website for a friend that owns a company :3
At that point you should know PHP at least. I learned it in a few days fro W3Schools.
I'm designing a site that loads all parts of the pages dynamically using AJAX. The best part is when I want a major redesign, I just have to move the values in the database around!
Offline
I don't really like JavaScript, but I do like PHP and other server-side scripting languages.
Offline
Right now I'm working on a secret project with HTML, CSS, PHP, MySQL, and a little Javascript.
Offline
veggieman001 wrote:
Right now I'm working on a secret project with HTML, CSS, PHP, MySQL, and a little Javascript.
When will it be out?
Offline
stevetheipad wrote:
veggieman001 wrote:
Right now I'm working on a secret project with HTML, CSS, PHP, MySQL, and a little Javascript.
When will it be out?
Whenever I finish it. I'm guessing sometime in September or October. I'm not going to link to it on here, though.
Offline
veggieman001 wrote:
stevetheipad wrote:
veggieman001 wrote:
Right now I'm working on a secret project with HTML, CSS, PHP, MySQL, and a little Javascript.
When will it be out?
Whenever I finish it. I'm guessing sometime in September or October. I'm not going to link to it on here, though.
Where will you link it?
Offline
Ecliptic wrote:
veggieman001 wrote:
stevetheipad wrote:
When will it be out?Whenever I finish it. I'm guessing sometime in September or October. I'm not going to link to it on here, though.
Where will you link it?
specific people will receive the link, its not something thats open to the general public
Offline
Ecliptic wrote:
I have a website. You can view it using my signature. I haven't worked on it much lately, as I'm learning PHP and MySQL.
Heyhey, recommendation time.
Try changing your page to this:
<!DOCTYPE html> <html> <head> <title>Ecliptic</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top}, 1200); }); }); </script> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body style="overflow: hidden;"> <div align="center"> <img class="header" src="images/header.jpg"> <a href="#about" class="scroll"><img class="arrow" src="images/arrow-1.jpg" onClick=""></a> <div style="width: 100%; height: 100%; overflow: auto;"> <a id="about"><img src="images/about_me.jpg"></a> <a class="blah">_</a></div> </div> </div> </body> </html>
Offline
BirdByte wrote:
Ecliptic wrote:
I have a website. You can view it using my signature. I haven't worked on it much lately, as I'm learning PHP and MySQL.
Heyhey, recommendation time.
Try changing your page to this:Code:
<!DOCTYPE html> <html> <head> <title>Ecliptic</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top}, 1200); }); }); </script> <link rel="stylesheet" type="text/css" href="styles.css"> </head> <body style="overflow: hidden;"> <div align="center"> <img class="header" src="images/header.jpg"> <a href="#about" class="scroll"><img class="arrow" src="images/arrow-1.jpg" onClick=""></a> <div style="width: 100%; height: 100%; overflow: auto;"> <a id="about"><img src="images/about_me.jpg"></a> <a class="blah">_</a></div> </div> </div> </body> </html>
No thanks. I prefer my website the way it is.
Offline
the coding for the home page of the bit company website:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>The Bit Company | Home</title> </head> <body link="#FFFF00" alink="#FFFF99" vlink="#FFEE00"> <table width="100%" height="100%" border="5" cellspacing="0" cellpadding="0"><tr><td> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="108" colspan="2"bgcolor="#404040" style="text-align: center"><a href="index.html"><img src="http://i48.tinypic.com/2gxmb2d.png" border="0" alt="The Bit Company"/></a></td> </tr> <tr height="100%"> <td width="20%" height="100%" bgcolor="#0099FF"> <table width="100%" height="100%"border="0" cellspacing="0" cellpadding="0"> <tr> <td height="30" style="color: #FFF;">Welcome!</td> </tr> <tr><!--This is a standard menu item--> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/home.html" target="main_frame">Home</a></td> </tr><!--(end)--> <tr><!--This is a standard menu item--> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/about.html" target="main_frame">About</a></td> </tr><!--(end)--> <tr><!--This is a standard menu item--> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/bitos.html" target="main_frame">Bit OS</a></td> </tr><!--(end)--> <tr><!--This is a standard menu item--> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="frame/rpg.html" target="main_frame">Short Circuit</a></td> </tr><!--(end)--> <tr> <td><hr/></td> </tr> <tr> <td height="30" background="http://i47.tinypic.com/zj72c9.png"><a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">Our Forums Page</a></td> </tr> <tr height="100%"></tr> </table> </td> <td height="100%"> <!--Begin Content Area--> <iframe id="main_frame" frameborder="0" width="100%" height="500" name="main_frame" src="frame/home.html"></iframe> <!--End Content Area--> </td> </tr> <tr> <td colspan="2" bgcolor="#0099FF" height="11" style="font-size: 10px">© 2012 <a href="index.html">The Bit Company</a>. Our website is under development. Questions? Suggestions? See <a href="http://scratch.mit.edu/forums/viewtopic.php?id=97571&p=1" target="_blank">our forums page</a> or <a href="mailto:scratchtbc@gmail.com?subject=Your awesome website&body=Remember, our site is still under development and may not be complete yet. Any questions/comments emailed to us are posted directly to the forums.">email</a> us.</td> </tr> </table> </td> </tr> </table> </body> </html> <!-- Hosting24 Analytics Code --> <script type="text/javascript" src="http://stats.hosting24.com/count.php"></script> <!-- End Of Analytics Code -->
Offline