Recent content by firescape

  1. F

    Want to learn Javascript - any tips??

    Do you have any programming experience? If not then I recommend you start with python. As it is the least syntactical language.
  2. F

    OnClick to new URL?

    You can insert javascript in the onclick statment just as you would inside script tags. onclick="javascript:location.replace('yourwebsitelink');"
  3. F

    [Help] Blogger Expandable Summaries

    It kind of hard understanding what your trying to explain. The intention of the "read more" button is to allow a user to see the rest of the article. This typically is used when the article is really long and gets cut off the homepage, or people want to be able to comment on your article.
  4. F

    Javascript Redirect new tab

    There are many ways to redirect with javascript: location.replace('yoursitelink'); location.href = "yoursitelink";
  5. F

    ulock.it / webs.com what I did wrong?

    This is the default page that comes with your hosting site. Just replace the content with your own.
  6. F

    [Help]

    You can check out the jquery website. They have tons of resources and examples that do just that.
  7. F

    Auto Share Facebook Script

    Clickjacking is not the same as autoshare. Please understand the difference first.
  8. F

    fake referrer php script

    Is this a programming question or unrelated? I believe there are better methods of faking the referrer than using curl. I think javascript is your best bet.
  9. F

    Help me with this php "(:(:(

    You can use query strings, cookies, or other means of tracking state. I recommend you learn how to make an if statement and the basics before learning this.
  10. F

    How to visit another page after login in using curl?

    He's asking on how to reirect (internally). I think you mean that you want the page embedded. Well then just use an iframe.
  11. F

    just because I unfriend you doesn't mean not a friend :p

    Yeah its really annoying, when you also keep receiving a lot of small messages from your friends.
Back
Top