Search results

  1. diabolo

    Strange !!

    Your PHP error seems to be a problem with the script and not the servers. Here is a fix I found online. http://forums.oscommerce.com/topic/168369-call-to-member-function-or-a-non-object/page__p__724964&#entry724964
  2. diabolo

    Adobe CS5 -- anyone got any comments?

    So far I have only found use for Photoshop CS5, Illustrator CS5, and InDesign. I was disappointed that After Effects and Premeire Pro was only available for 64-bit computers. I try to stay away from Dreamweaver, because after I learned PHP I have coded everything by hand with a simple text...
  3. diabolo

    Search for Multi-File Upload Script/Applet

    I am looking for a script/applet that I can select multiple files to upload, similar to the Java Apple Facebook uses to upload photos. well actually Im looking for a free version of that. xD I need it to be able to work with PHP and/or have its own image resizing. I have spent hours googling...
  4. diabolo

    PHP Pagination

    thanks guys that did the trick. now im gonna go back to my absence. ill be back soon.
  5. diabolo

    PHP Pagination

    so I would use this query to find the previous chapters? SELECT <columns> FROM `textbook` WHERE `class`=:class AND `ch` < :ch ORDER BY `ch` DESC LIMIT 1 also, what kind of check could I run to see if there is no more previous/next chapters?
  6. diabolo

    PHP Pagination

    SELECT * FROM `textbook` WHERE `class`=:class ORDER BY `textbook`.`ch` + ---- + ----- + -- + ------ + ------ + | .id. | class | ch | sTitle | fTitle | + ---- + ----- + -- + ------ + ------ + | 6... | CK2.. | 1. | ...... | ...... | | 7... | CK2.. | 3. | ...... | ...... | | 8... |...
  7. diabolo

    Javascript change style attribute of span

    I have tested it two way and both give the same result. 1) I tested it using the link on my mock page 2) I have bookmarked it and tested on a facebook page both, show the hidden content and then quickly change the contents of the entire page to 'visible'
  8. diabolo

    Javascript change style attribute of span

    it is still not working. sorry if I am making a silly mistake and relying on you guys. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Dynamic CSS Properties</title> <script language="JavaScript"> function change(){...
  9. diabolo

    Javascript change style attribute of span

    I will definitely go and try that misson. But what about IE users or Safari users? so im still looking for a javascript method
  10. diabolo

    Javascript change style attribute of span

    thank you descalzo! here is what i got so far. the link to show the span tag works but Im having difficulty transforming the javascript script into something I can bookmark and put into the URL. (http://webdevelopmenttutorials.com/enteringjavascriptintotheurlbox.php) <!DOCTYPE HTML PUBLIC...
  11. diabolo

    Javascript change style attribute of span

    how would I cycle? because I have no javascript experience
  12. diabolo

    Javascript change style attribute of span

    So everyone that has a Facebook knows that there is a feature where you can hide content from 'non-members' of a group/fan page. I, if not many, have found a way to bypass this. Since Facebook does not actually keep the content away from 'non-members' rather it just hides the content with some...
  13. diabolo

    Need Color/Design Ideas

    thanks miguelkp! when I took the idea to the client they wanted something more with the header and the background. so I am going to go with another design. none the less, you did help out and deserve a prize.
  14. diabolo

    Bug-fixing Contest

    well this seems to be a bug with NiceForms itself. because when I turn javascript off it appears as how you want it, except without any styling. I'll need some time to look into it.
  15. diabolo

    Installing mysql

    there will be a yellow box on the right-hand side. click View Details below all your account information you will see two buttons, click the one that says 'Login to cPanel' and then follow Zubair's instructions to create your MySQL database
  16. diabolo

    Need Color/Design Ideas

    I have already done a draft, but looking at it again I missed one really big thing. COLOR. so I am asking you guys for any ideas, design elements, whatever that I can incorporate color into it. the people with the ideas I incorporate will receive a prize.
  17. diabolo

    Profile pic feature for my login script - NO CODES NEEDED

    well here is the basic of it: 1| upload script 11| check for valid file type / file size 12| where to store the files 13| how to make the relation 2| database to store the relation of user to their picture
  18. diabolo

    Hosting Account Signup Failure (Error Code 8A9053EC)

    please read this thread. http://x10hosting.com/forums/free-hosting/113526-important-getting-account-panel-signup-error-read-first.html
  19. diabolo

    I dont get my Confirmation Code.

    please read this thread. http://x10hosting.com/forums/free-hosting/113526-important-getting-account-panel-signup-error-read-first.html
Top