Recent content by Chrisisrad

  1. C

    Flipping Card effect help

    Not true at all. Ive done just this in jQuery. while i will admit. its more work (image) wise. But ive done it. I use it for a dashboard like mac's osx that i made. When you press info it does the flip.
  2. C

    Scroll bar help (PHP)

    If you want to make personalized scrollers, look into mootools javascript framework. Its impress enough. you can do the same thing, with jQuery and Prototype, just takes more code. let me see if i cant find it.. yupp here it is...
  3. C

    Scroll bar help (PHP)

    hey just some advice Use this good luck!
  4. C

    Flash Web design and google ad

    You learn AS and find out how to include html files into your flash sites.
  5. C

    video sharing script help...

    What do you have right now? (if anything.) What you want to do is some work. sounds to me like you'll need.. Approve/ Deny Comments. Upload, name, archaive videos. Delete, edit, disable Videos. A .flv, or what ever your using for your format player. Video views. Video Rating...
  6. C

    worse than Novice web site designer!! NEED HELP

    Yeah, if you want a headache! I suggest using www.w3schools.com or www.tizag.com. If you use the php net manual it should only be for quick referencing. anything else just adds unwanted confusion.
  7. C

    How do I intergrate asp.net?

    your going to need to use SQL if I understand your question/problem. also, i looked at your webpage, you are using a php contact form. but you want to use aspx files? (seems kinda silly..stick with one language.)
  8. C

    Xampp cannot open Welcome Page

    Looks to me like a header is trying to generate an image, but you have left out an i. Why your using a DNS query...for an image creation in a header. I haven't the slightest. Also, why are you trying to upload xampp stuff onto this server? if you are not...then that means your testing...
  9. C

    Contact Form! Help!

    Out of all of the sites that i have seen this one has a great contact form. If i had time i would write my own for you. but this forum user posted his own. try it out. http://www.work-at-home-forum.com/8_12714_0.html
  10. C

    zip file

    If your asking about backing up your data, then all yes you can. simply check all files you want to put into a back up. (in file manager, on your cPanel) and press compress. that will add it to a zip file on your server, and you can then download that compressed file. good luck!
  11. C

    PHP Login code integrating help....

    What is your main problem? I dont feel like looking back ;)
  12. C

    Learn PhHP for dummies

    Agreed. w3schools is where i had started, but i also found http://www.tizag.com/ a good playground of knowledge.
  13. C

    PHP contact form?

    Thats an okay contact form. But if a user gets antsy about the time it takes for the server to post the file, they may hit the submit button alot, sending you ALOT of unwanted emails. Id suggest looking up javascript submit disable. So that onClick of Submit it becomes disabled. Just alittle...
  14. C

    PHP Login code integrating help....

    Actually .html files can output php -> depending on the server configuration. Alright good.
  15. C

    PHP Login code integrating help....

    Let me see if ive got this right, you want to style your login, to look like your site? And only show content to users that are signed up?
Top