TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   XHTML, HTML, CSS (http://www.talkphp.com/xhtml-html-css/)
-   -   wre-write this code (http://www.talkphp.com/xhtml-html-css/4641-wre-write-code.html)

angelking 06-28-2009 07:47 PM

wre-write this code
 
1 Attachment(s)
ok so ive found this code on another site but i would like to use this on my site for my users to use as well.

anything is possible so i know that this can be done.

ive attached the html doc. to this thread this can also be ran and works on the desktop.

the part that i want to get is were the user enters their gamer tag and once they hit generate a full tab of otpions opens up they can enter their tag in multiple of places.

the tags are created as .png images.


i need a way to change up the code and add in my users info in the images... my web page is eatsleepjdm.com

let me know if you need anything on my end

adamdecaf 06-28-2009 09:00 PM

1) Do you have permission to use this code?
2) That will take a lot more than just one file.

angelking 06-28-2009 09:05 PM

i kno the guy who runs it but he didnt code it
he said i could use it but to find out how to re code it

adamdecaf 06-28-2009 09:09 PM

Ok, still I don't know if anyone will code this entire thing for you. It seems like your asking for a lot.

I'm sure people will be willing to help you, or give you parts of it.

Salathe 06-28-2009 09:33 PM

Hi angelking, welcome to TalkPHP. With regards to your query about re-writing the provided code (where the actual thing you want isn't even provided!), you would be very lucky if someone came forward and just handed over a working collection of code to replicated the behaviour shown in the provided page. In fact, I would recommend anyone against doing that!

Do you now the first thing about JavaScript or HTML (which will both be necessary)? Are you looking to learn how to do this yourself, or do you simply wish for someone to come forward and (re-)write the code for you to take and use?

Any further responses on this topic will be determined based on the answers to the questions above but I think the end result will either be us helping you to code this up yourself, or recommending hiring someone to do the job (because that's what it is, really) for you.

angelking 06-28-2009 09:53 PM

Quote:

Originally Posted by Salathe (Post 26264)
Hi angelking, welcome to TalkPHP. With regards to your query about re-writing the provided code (where the actual thing you want isn't even provided!), you would be very lucky if someone came forward and just handed over a working collection of code to replicated the behaviour shown in the provided page. In fact, I would recommend anyone against doing that!

Do you now the first thing about JavaScript or HTML (which will both be necessary)? Are you looking to learn how to do this yourself, or do you simply wish for someone to come forward and (re-)write the code for you to take and use?

Any further responses on this topic will be determined based on the answers to the questions above but I think the end result will either be us helping you to code this up yourself, or recommending hiring someone to do the job (because that's what it is, really) for you.

hey thanks for the response.

as far as my knowledge of coding i know how to code html and very little javascript.

the as far as the code. i jus wanna know how to understand its meaning. so this way I can either change it my self or have some kind of help with it.

i want to use the code for my self so i can offer my users more ways to promote their profile as much as they can.

i under stand some of the code like the tabs and form, but im way lost when it comes to the javascript im in a black hole with that one.

adamdecaf 06-28-2009 10:00 PM

If your just trying to learn, post some sample code and someone (me) can give you a brief tutorial on it.

angelking 06-28-2009 10:14 PM

ok kool..

well heres what ive come over so far...
HTML Code:

<table border="0" cellpadding="5" cellspacing="0" class="left">
                                                        <tr>
                                                                <td align="right" valign="middle" class="90">GamerTag:</td>
                                                                <td><input type="text" id="GTag" class="textbox" onfocus="this.value=''" onblur="if (this.value == '') this.value = 'Enter GamerTag...';" onkeypress="catchEnter(event.which)" value="Enter GamerTag..." /></td>
                                                        </tr>

ok now the id value im kinda familiar with but only if its used with a style sheet for identifying colors and etc...
HTML Code:

type="text" id="GTag" class
now i dont see anything above or below the code that its depending on for any function.

angelking 06-28-2009 10:18 PM

actuallly give me a few minutes i just came across something

rguy84 07-14-2009 05:49 AM

Quote:

Originally Posted by angelking (Post 26267)
ok kool..

well heres what ive come over so far...
HTML Code:

<table border="0" cellpadding="5" cellspacing="0" class="left">
                                                        <tr>
                                                                <td align="right" valign="middle" class="90">GamerTag:</td>
                                                                <td><input type="text" id="GTag" class="textbox" onfocus="this.value=''" onblur="if (this.value == '') this.value = 'Enter GamerTag...';" onkeypress="catchEnter(event.which)" value="Enter GamerTag..." /></td>
                                                        </tr>


I don't understand why you pasted that code here, not to be rude, it seems as though you have no idea what you are doing and want to make your site work like that other guys'...

adamdecaf 07-14-2009 07:23 PM

Code:

type="text" id="GTag"
The type="" attribute is used to define how the element is to be used.
The id="" attribute is used as a CSS, and/or JavaScript identifier. It allows either language to specify events or design to any element assigned with a similar ID.


All times are GMT. The time now is 01:36 AM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0