Jump to content

Mijii

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Everything posted by Mijii

  1. Not sure if you have found the answer already but based on your above something like this will work <div class="headerrefresh"><script>var pathname = 'bob';</script><script>document.write('<a href="'+pathname+'">Refresh</a>')</script></div> basically you need to declare the var before using it then you can use it however you want later in the page.
  2. Mijii

    OnlySport

    Thank you, I am planning on investing some time in trying out a few methods to mimic try lines etc (depending on the current theme selected of course).. If i may can i please draw your attention to my listing (search results) page. (forgetting the over powering grassy background for a second - if we can).. Can you guys please give me some feed back about the usability of the search results page; http://onlysport.co.nz/profiles/ Im not sure if i have too much info, or not enough information to be useful. Thank you in advance. Mike
  3. Mijii

    OnlySport

    Definately a fair judgement and as it stands im hitting a miss here .. so for sure i will look into axing the grass in the bg, or at absolute least i will find a way to tone it down A LOT.. Thank you again for your guys comments..
  4. Mijii

    OnlySport

    Yer I am having quite polar responses with the BG, some people love it and some like yourself cannot stand it.. Thanks for the feedback, i will take a look at how to make it less distracting.. (the idea needs to stay, as an expansion i am going to implement is the option to select different themese - the current one is an attempt at rugby, soon i will implement a pool theme for swimming etc..) If you have any ideas apart from axing it to make it less distracting i would love to hear them.. and once again thanks for the feedback Mike
  5. Hey guys, Im a kiwi with a pet project, basically its a social networking site dedicated to sports.. if you are a player you can chuck up a page about yourself for free etc.. My first version was horrific; http://www.onlysport.co.nz/v1/ The second version has just been launched and i would love some feedback etc; http://www.onlysport.co.nz I still have alot of things i want to implement but at the same time im just one developer so there should have been a lot i have missed - thus any feedback would rock.. (neg or pos).. Cheers, Mike
  6. Hi ya, <script type="text/javascript"> var tmp = str.split(" "); alert(tmp[0]); alert(tmp[1]); alert(tmp[2]); alert(tmp[3]); </script> This should do it.
  7. Hi ya, You can try something along the lines of this; <html> <a href="pdf1" id="pdf_link">blah</a> <code> document.getElementById('pdf_link').href = pdf2; You have the ability to alter pretty much any attribute of pretty much any element (a little overstated but yer) at runtime so during some event such as the onclick event of another link you can then add the above code to alter the href attribute of the link. Hope it helps, Mike
  8. Hi mate, What level is your javascript ability at? if you are feeling adventurous you may want to look into mootools (http://mootools.net/) - they have several javascript goodies that you can learn from. Based on their technology i have recently created a fading slideshow componant that simply fades from one image to the next for what ever images are loaded. If you would like to have a look at this script feel free to email me (mike[at]onlysport[dot]co[dot]nz).. Regards, Mike
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.