Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #18.7K
~1K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for ajie6673

You could do this rather simply using a MySQL database by creating a books table, with columns like title, author, checkedout, checkedoutdate, etc. I would recommend you look for a book on PHP/MySQL to become more familiar with the basics. Or, visit [url]www.php.net/docs.php[/url] or [url]www.mysql.com[/url] for more in-depth documentation. If …

Member Avatar for ajie6673
0
135
Member Avatar for Grantmitch1

It may not be possible to make code that can not be taken out, but it is easy to make it more difficult to do this, by nesting javascript functions, for example, or using minimized code or both. You could also display this information with an image, that also serves …

Member Avatar for Grantmitch1
0
196
Member Avatar for mrjoncrowe

Probably the simplest solution to eliminating the back buttons is to make your form submit to its own page. Then, on the page that contains the form, you can nest your code above in a conditional like the following: [code] if ($_POST) { // insert code to generate errors // …

Member Avatar for mrjoncrowe
0
130
Member Avatar for samlabs821

I'm not sure what you mean. Is the problem that your javascript function, when called, does not reposition the elements from what is specified in CSS? If this is the case, it is because Javascript can't reposition an element if its position is specified in an external stylesheet. Instead, try …

Member Avatar for samlabs821
0
128
Member Avatar for kyllle

Kyle, Couldn't you just create one image for each button, and nest each in an <a> tag to make them buttons? Or am I misunderstanding your question? If this will work, then you can just specify [icode]style="display:inline;"[/icode] for each image so that they will line up next to each other …

Member Avatar for bennymartinson
0
128
Member Avatar for jonathanasdf

This is doable in Flash I am fairly certain, but it would require that the entire page be designed in Flash. This is also doable in Javascript, which would be more useful in an HTML/CSS page. Try looking into the Prototype framework with Script.aculo.us for animation. I believe this supplies …

Member Avatar for bennymartinson
0
93
Member Avatar for ashziz

The End.