Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

Everything posted by reportingsjr

  1. I used valign="top" but I think thats deprecated.Offtopic: If its called justzelda and its for zelda, why does it have a picture of link?
  2. Umm you know this is the waaay freaking wrong forum right? lol
  3. *goes and tries to register it*Nope, you cant register ut
  4. Its ok.. you dont have to believe it was done in paint, but it was. Wat they do is there are literally hundreds of peopple that all the do is sit there on the forums and make images.Once they want some c/c on their work they post like linework..The only thing not done in paint on that picture or any of his is the text. I think that one picture took like 1 month to complete. Thats why its so good, they dont spend 5-30 minutes on pictures like you. They work reallly hard.
  5. This is really confusing me I have a 28 "sectioned" table, basically it has 28 <td>'sI have code so that when you right click on one of them it shows a list of links (its supposed to be an inventory for a game) that do things, like drop them and other things. I want to use ajax to do this so it doesnt have to reload.So how do I use ajax to replace things?I know how to send it to the other page, but what would the other page have? and what would I put to update the inventory?
  6. FLASH WEBSITES ######sorry.. its true though I agree
  7. Can I help you? :)Can you put instead of >Created by Dan The Man, from a list by Reportingsjr or something like that. I never really get credit for anything
  8. Not all of them are rplaced by CSS... I think
  9. reportingsjr

    Help~~

    IF ANYTHING besides a header is sent before a header it wont work.. as in your example. And are you using session_start(); ?you MUST put that as the very first peice of code besides the <? because it is a header.Now, what in the ###### are you trying to do?It looks like you have a page where they add software to the db..If you want to add and remove it you need to either have an if() or another page that has the coding to add it and redirect back to the page with all of the info. Or.. you can use AJAX to not even go to that other page..
  10. That looks alot better dan.. Ill do it now.
  11. I think it iis just a regular thing. Make sure you change ALL objectid's in the function, not just one.
  12. True enough. Does w3schools even show deprecated elements?
  13. Lol, do you think this could get pinned?
  14. I think W3schools should make a decent AJAX tutorial, not 2 examples that are reaaalllyy hard to understand. Ive also been looking around to use it in a game; but I cant find a good, easy to understand tutorial. If you have one please post it.
  15. true enough, maybe we could have one of these in each scripting forum? I just thought this would be pretty helpful. Im too lazy to search for a list of deprecated elements so this should be helpful..
  16. Do dans way, Align and Vaglin are deprecated
  17. Dan, could you make a description for those?
  18. Thank you guys.. I will add when I get back from church.
  19. Hi, I sometimes asked about a tags or an element and people responded with "that tag is deprecated!", so I decided to create this list of things that are deprecated. Please add on and correct me if I am wrong.This shows tags and attributes, plus a short description of what each did next to it. [b]HTML[/b][list][*][b]Elem/attri:[/b] Element[b]Name:[/b] Center[b]Description:[/b] Aligns elements vertically, shorthand for align=center[b]Replacement:[/b] Replaced with css align[*][b]Elem/attri:[/b] Element[b]Name:[/b] Font[b]Description:[/b] Makes local changes to fonts[b]Replacement:[/b] Replaced with the font attributes in css[*][b]Elem/attri:[/b] Element[b]Name:[/b] S[b]Description:[/b] Strike through text style[b]Replacement:[/b] Replaced with css text-decoration[*][b]Elem/attri:[/b] Elemement[b]Name:[/b] U[b]Description:[/b] Underlined text style[b]Replacement:[/b] Replaced with CSS text-decoration[*][b]Elem/attri:[/b] Element[b]Name:[/b] I[b]Description:[/b] Italicized text style[b]Replacement:[/b] Replaced with CSS text-decoration[*][b]Elem/attri:[/b] Element[b]Name:[/b] Strike[b]Description:[/b] Stike through text style[b]Replacement:[/b] Replaced with CSS text-decoration[*][b]Elem/attri:[/b] Element[b]Name:[/b] Applet[b]Description:[/b] [b]Replacement:[/b][*][b]Elem/attri:[/b] Element[b]Name:[/b] Dir[b]Description:[/b] Defines a directory list[b]Replacement:[/b][*][b]Elem/attri:[/b] Element[b]Name:[/b] Basefont[b]Description:[/b] Definesa base font size[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Align[b]Description:[/b] Aligns objects horizontally[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Alink[b]Description:[/b] Defines the color of selected links[b]Replacement:[/b] Replaced with CSS a:visited[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Alt[b]Description:[/b] Short description for the applet element[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Archive[b]Description:[/b] Comma-seperated archive list[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Background[b]Description:[/b] Texture tile for document backgrounds[b]Replacement:[/b] Replaced with CSS background-image[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Border[b]Description:[/b] Border width for active objects[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Bgcolor[b]Description:[/b] Background color for a tag[b]Replacement:[/b] Replaced with CSS background-color:[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Code[b]Description:[/b] Applet class file(for applet element)[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Color[b]Description:[/b] Text color[b]Replacement:[/b] CSS color:[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Face[b]Description:[/b] Cooma-seperated list of font names[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Height[b]Description:[/b] Height for a cell[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Link[b]Description:[/b] Color of links[b]Replacement:[/b] CSS a:link[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Noshade[b]Description:[/b] Makes lighter colored horizontal rules[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Nowrap[b]Description:[/b] Supresses word wrap[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Text[b]Description:[/b] Document text color[b]Replacement:[/b] CSS color:[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Type[b]Description:[/b] list item, numer, and bullet style[b]Replacement:[/b] CSS list-style-type:[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Vlink[b]Description:[/b] Color of visited links[b]Replacement:[/b] CSS a:visited[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Isindex[b]Description:[/b] [b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Menu[b]Description:[/b] defins a one column menu[b]Replacement:[/b] Elements UL, OL, and DL[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] XMP[b]Description:[/b] [b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Valign[b]Description:[/b] Vertically aligns a tag[b]Replacement:[/b] CSS align:[*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Target[b]Description:[/b] defines where to laod the new document[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Name[b]Description:[/b] Defines a name for the element form for javascript uses[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Size[b]Description:[/b] Height of the horizontal rule[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Width[b]Description:[/b] Width for the elements hr, pre, th, and td[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Hspace[b]Description:[/b] the space at both sides of the elements Img and Objects[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Vspace[b]Description:[/b] the space at the top and bottom of the elements Img and Objects [b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Value[b]Description:[/b] The number of an item in a list[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Compact[b]Description:[/b] whether to render the list for OL and UL shortly or not[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Start[b]Description:[/b] the starting number of the ordered list[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Type[b]Description:[/b] which list marker to use (A,a,I,i,1) for the OL and UL elements[b]Replacement:[/b][*][b]Elem/attri:[/b] Attribute[b]Name:[/b] Language[b]Description:[/b] in whatever language the script was written (eg. javascript or vbscript)[b]Replacement:[/b][/list] put it in this format if you submit anything please (in code tags) [*][b]Elem/attri:[/b][b]Name:[/b] [b]Description:[/b] [b]Replacement:[/b]
  20. Cookies? What if the user just closes the browser.. then that cookie is still there so he is still logged in, doesnt have to do anything. Why not use sessions? they are basically cookies that are deleted every time the user closes the browser. infact, thats what basically all games and forums and such use.
  21. you cant have a variable that oesnt have a name.. there is nothing.. odd *scratches head*
  22. what about changing the line spacing? that might work.. but there would be big spaces. (unless its depriacated)
  23. oh sorry, just thought you might like to see it. I would never spend that long on an image lol.
  24. They are okay.. for beginners. pretty horrible if you have actually seen the crazy stuff people can do with ms paint. Like, on a forum for runescape they have tons of people who just use ms paint for what they call "pixels" which is pixel by pixel art... and are just amazing at it. My favorite "artist" on there has to be Misterxman, heres my fav piece of work by him(BTW, sorry if it makes you look bad ):amazing.. but overall you guys are good for a start.
  25. well doh.. I was thinking you already pulled all of the columns for mysql.. thats why I did $row['']:)should have said that..
×
×
  • Create New...