Jump to content

RichardG

Members
  • Posts

    83
  • Joined

  • Last visited

Reputation

0 Neutral

Profile Information

  • Gender
    Male

RuneScape Information

  1. Awesome. I could actually do with people to test it as I go along.
  2. I wouldn't bother doing anything about it until IE 9 RTM is released.
  3. Good luck with whatever you try. Was good to read other peoples opinions on this one.
  4. Try resetting your password, I had to do this today. I'm not sure why.
  5. You could always try the Windows Installer Clean Up tool. It has always worked for me in similar situations.
  6. I would recommend lobsters.
  7. Manage Thy Kingdom provides stable income.
  8. It took me 1 second to find this: http://images.wikia.com/runescape/images/9/98/The_jagex_team.._and_paintball...jpg
  9. Hey guys welcome to my second post on Toolscape. It's been quite some time since my first post. This is because it's taken me a while to get it to the state that it is currently in. In this post I'll simply be giving you an update as to where I am with the project. Tabs This has taken me quite some time to figure out how to do this. They are not your usual jQuery tabs you see ^^ They basically work exactly as your tabs in your browser do. Well they are linked to a sidebar that sits nest to the game so you can view all of the guides, tools etc... without leaving the comfort of the game. Interface I've made a number of interface tweaks to make the experience more fluid. Yes I'm trying to pay attention to detail. If anybody has any suggestions of things that would be cool to have (little things) then please let me know. I'm all for ideas. To end my short post I'll just sum it up. I'm almost ready to start adding the content to the application. :D Side note I've been granted permission to share my code with anyone who is interested. I was going to use a website called Github but that proved to be far too complicated to be worth the hassle. Does anybody know a website that I can use and keep the code up to date?
  10. I think the answer is all about how you learn. Personally I learnt from viewing the course of websites to see how something was done.
  11. Well done. Please remove that Norton bar from FF. It serves no purpose other than wasting screen space. Norton sucks.
  12. In the defence for Windows. The only reason that there are not many viruses for mac is because >90% of the planet use Windows ^^. Don;t be fooled into thinking that it's better.
  13. Hey I'm kinda stuck, I have an array tab objects with the properties .url and .title, what I'm trying to do is to update the properties of each object after a link has been pressed. The tabs .url property controls the URL that is loaded into an iframe and the title is the text on the tab. function tabObject(url, title) { this.url = url; this.title = title; } function tabChange() { var url = "http://www.yahoo.com"; tab[n].url = url; // n is the array element $('#tabs').attr('src', url); //#tabs is the iframe ID } <a href="#" onclick="tabChange()">link</a> For some reason this isn't updating the iframe.
  14. When you set up Windows you came to a screen that looked like THIS You needed to click Drive Options there and delete all of the drives and then make a new one.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.