www.webdeveloper.com

Search:

Type: Posts; User: Athmaus

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    573

    CSS is driving me NUTS!

    Check out this link:

    http://www.myeasytv.com/blog/

    YOu can see that there is a grey spot inbetween the bottom of the facebook and the top of the body

    I cant seems to get that small gap to be...
  2. Replies
    6
    Views
    241

    Site losing ranking

    My company has a tv on pc type product that we developed and came out with in early 2007. We are always looking for way to help promote it and earlier this year a site came up for sale: myeasytv.com...
  3. Replies
    1
    Views
    327

    Price change depending on OS

    I have a OS detection script that i use to detect the users OS and it will show users a different image showing the price

    The thign is that before we only showed the different prices on one part...
  4. Replies
    3
    Views
    627

    Doh! Missed that...THANKS!

    Doh! Missed that...THANKS!
  5. Replies
    3
    Views
    627

    Issues with Array

    I am having issues with this array, made for a custom wordpress theme we developed. It works, but needed to add another static page, like i did with the sitemap. But for some reason cant get...
  6. Replies
    6
    Views
    1,213

    wow that made it work......weird.... changes...

    wow that made it work......weird....

    changes where the location to refresh and session close


    thanks!!! :)
  7. Replies
    6
    Views
    1,213

    I changed it to

    I changed it to



    <?php
    session_start();

    $pass = strtolower($_POST['password']);
    $name = strtolower($_POST['username']);
  8. Replies
    6
    Views
    1,213

    Simple login issues

    Hello,

    I created a simple login script, taht has a hard coded user/pass. Yet for some reason it will not work, keeps redirecting to the main login page

    Here is the code

    Login Page

    ...
  9. Replies
    1
    Views
    665

    Cookie Redirection problem

    i am trying to make a "back" feature on a web site where the user can go back to a previous page. The problem is that when the user goes back to the page, the cached version of the page is coming up...
  10. Replies
    0
    Views
    415

    javascipt and form hidden fields

    Hey!

    I have a page before an ecom. I need the page to add up the orders in the cart, and then if a certain option is choosen, i want it to be inserted in the cart. The problem is that the "names"...
  11. Replies
    1
    Views
    656

    Issues with new site

    We recently aquired a site from another person.

    It was on their server whcih was a linux server running WHM and cPanel

    We only have a windows box running plesk, with php5

    Everything has been...
  12. Replies
    1
    Views
    651

    Form submit problem

    Hello,

    I have this ecom page that i am making where customers can select to choose additional licenses before they purchase. I have that part working with javascript.

    Problem is that when the...
  13. Replies
    1
    Views
    1,911

    I got that issued fixed i wasn't putting in the...

    I got that issued fixed i wasn't putting in the doc type which was this:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"...
  14. Replies
    1
    Views
    1,911

    Navigation Issues

    Hey!

    I am working on getting my navigation for our new site and everything works fine on IE, but when i uploaded it and tried it on Firefox and Netscape all heck broke lose with my side nav. Any...
  15. Replies
    5
    Views
    990

    I did that with the side nav, but i cant get that...

    I did that with the side nav, but i cant get that to work with the top nav. I have two questions about the nav

    On the top when you roll over it doesnt highlight all way over on left, ther eis like...
  16. Replies
    5
    Views
    990

    crap that was the answer i was afraid of lol.

    crap that was the answer i was afraid of lol.
  17. Replies
    5
    Views
    990

    CSS Nav Problems

    I am new to CSS, and i am making the Navigation to a site. It is simple just has roll over and the box will change color. The code works but i decreased the size of the font for the nav (from 13px to...
  18. Replies
    6
    Views
    1,457

    cool! taking out that movein() and moveout() ...

    cool! taking out that movein() and moveout() made it work. Wierd i have that on several other pages and i never get that error.

    Thanks!
  19. Replies
    6
    Views
    1,457

    i did that and i get the same error. interesitng...

    i did that and i get the same error. interesitng

    what deubugger are you using, i need to get one ^_^
  20. Replies
    6
    Views
    1,457

    Object Expected Error

    I'm making a small site for someone and they wanted me to incorporate this photoalbum script that i made.

    I copied and pasted it in and while it is working, i keep geting an Object Expected error...
  21. Replies
    11
    Views
    1,190

    I figured out the answer. THe problem is that i...

    I figured out the answer. THe problem is that i didnt select the username and password in that select statemnt



    Set objRS = myconn.execute("SELECT id, download, totaldl FROM regfreeup WHERE...
  22. Replies
    11
    Views
    1,190

    yeah i have put default data in those fields, and...

    yeah i have put default data in those fields, and nothign. I do get redirected to http://ps2.ign.com everytime i run the script, but ASP is ignoring the update query
  23. Replies
    11
    Views
    1,190

    yes, i am currently using it for another project....

    yes, i am currently using it for another project. I decided to incorporated it in this script, because it is better than the way i was doing it at the time.

    THe script works, the only thing wrong...
  24. Replies
    11
    Views
    1,190

    it is going all the way through the script. But...

    it is going all the way through the script. But it is not updating the table.

    Now if i make an entirely new tabel, calling it regfreeup2, with everythign, it updates it.
  25. Replies
    11
    Views
    1,190

    the connection string is good, i just didnt put...

    the connection string is good, i just didnt put the real connection sting in there for security reasons.
Results 1 to 25 of 90
Page 1 of 4 1 2 3 4
HTML5 Development Center



Recent Articles