zach101
Members-
Content Count
181 -
Joined
-
Last visited
Everything posted by zach101
-
Does a keylogger record ALL keystrokes? as in the ones typed in password fields? And does it have to be running on the profile thats typing on or can you say run the keylogger on profile B and record actions made by profile A if profile B turned it on and just hit switch user and then A loged on? Secondly I would really not want to be your girl friend lol
-
Hey guys I have a question for normal sites what kind of coding do you use besides the regular HTML, and CSS I realize for logins and forums etc.. php is common and the language of choice for database interaction but besides that for more cosmetic appealing appearence do you use anything else? Im asking this question cause im thinking of learning Java but im not sure how much that would help my web site design skills. And if thats not the one(in your opinon) to learn if I want to get better at website coding which one is? I have a shallow knowledge of VB and C++ but coudl deffenetly use some more help in that area however those languages also dint seem to have to much use in the Web Design world.
-
It deffinetly ups the cool factor of your comp by +2 but I would mcuh rather up it by +5 by putting 4 gigs of ram in it than two, dual 256 cards instead of one or a better processor eather way I would take performance over looks any way of the week because for the most part thats all that really matters.
-
Hey guys at school if I want to sign off or leave and not have any one get back on or mess anything up I can just lock the computer. Its on a network and really easy ya just hit control Alt Delete and lock it. What im wondering though is can you lock a computer that isnt on a network just at home? Because if im working on stuff and I dont want any one to jack it up I just hit switch user and they cant log into my profile right? But is there a way to make it so they cant log onto theres eather? It just completely locks it?
-
Questions Regarding Copy Right Laws And Information
zach101 replied to zach101's topic in General Discussion
thanks jilhaslip Besides "Page last udated on: " what do you think is other good content for a simple and clean footer? -
Hey guys I have a few questions regarding copy right stuff. I am currently making a web page for a buisness and was wondering about copy right stuff. Because we are going to have logos and stuff on there I thought it might be a good idea but I talked to them and they said they did not really even care and that it was up to me if I wanted to further pursue it. This site is for a local buisness and will mainly only be attaracting local visitors so its not like some huge online business. So do I even need to copyright the stuff on there? Im sure no one will be stealing the logos or anything but I thought it looks good on footers when it says Copy right of bla and what not. So any information regarding how to copy right stuff, wheter its a good idea and if its even remotely neccesary for the small type of buisness im doing the site on would be awesome. thanks guys
-
Okay nevermind I got it working lol I forgot this: ul li { position: relative; } Now my next question is wheter or not this is the area in which I style the menu and make it look nice: ul li a { display: block; text-decoration: none; color: #777; background: #fff; padding: 5px; border: 1px solid #ccc; border-bottom: 0; } It is isnt ? If so I was wondering about a few things First I found out adding Font-Size 25px; will enlarge it and stuff but how can I make the links appear differnt when there visited vs non? Because its a drop down type of thing it is kinda being difficult and the other thing I was wondering is if you click on say Domain names under the services option do just domain names look visted or services to? But then again on a menu Like this should I even have a visited link color? Lastly How do I get the red hover effect he had on his last menu when your cursor goes over a link.
-
Okay Updates I got the navigation to work in all browsers However the sub menus seem to be centered and dont drop direcetly down from the main menu there hovered from. Seems complicated but when you look at it you will see what I mean because its very ugly and I cant seem to make it just drop straight down from the link there hovered over here is the page: http://forums.xisto.com/no_longer_exists/ I included all the css right there on the main page so its ez to view. And I got all the information and everything just from the a list apart horizontal drop downs PART ONE so dont go looking at part two and three because that will just confuse and complicate the issue because it SHOULD just work fine with what css is listed on part one. Part two and three are for multple drop down tiers. Source: http://alistapart.com/article/horizdropdowns
-
Thank you very much, exactly what I was looking for.
-
I really like the color scheme of that one and how the Team TaKe. kinda blends into the background the sprite or render of the space ship is kinda out of place though. It makes it look kind of star trek / starwars ish. Now I realize Starcraft is a very old game and it is difficult to find renders and High quality pics but even still I think a Zerg hydralisk head, a terran Marine or even a protoss zealot would look better in the background and would fit the situation better than a space ship. Oh and we only need the 730 x 100 banner so just scrap the other one.
-
Well guys most of the time I like to at least try to figure stuff out my self however I have been fighting with this navigation problem for a long time and its really starting to bug me. The problem is that I got it working fine... or so I thought because I was using firefox however when I tested it in IE it failed to work at all. Maybe you guys could be some help. Place where I originally got the Navigation: http://alistapart.com/article/horizdropdowns However Im using the Javascript found here: http://forums.xisto.com/no_longer_exists/ Now here is the problem In IE if I dont link to the Javascript you can see it but it dosnt go out to the side like in firefox however if you DO use the javascript link you cant see it at all. Any way Im tottaly stumped Any help would be awesome. With Out Link to the javascript menu: http://forums.xisto.com/no_longer_exists/ With Link: http://forums.xisto.com/no_longer_exists/ CSS style sheet im linking to: .navigation { background-color: #0000FF;}<style>/* Fix IE. Hide from IE Mac */* html ul li { float: left; height: 1%; }* html ul li a { height: 1%; }/* End */ul { margin: 0; padding: 0; list-style: none; width: 150px; border-bottom: 1px solid #ccc; } ul li { position: relative; } li ul { position: absolute; left: 149px; top: 0; display: none; } ul li a { display: block; text-decoration: none; link color:#FFFFFF; vlink color:#F2D00D; color: #FFFFFF; FONT-SIZE: 25px; background: #000099; padding: 5px; border: 1px solid #ccc; border-bottom: 0; } li:hover ul, li.over ul { display: block; } .style7 {font-size: 24px}.style8 {font-size: 20px}.style9 {font-size: 22px}li:hover ul ul, li.over ul ul { display:none; } li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic *</style> Any help regarding why this is not working in IE would be awesome. Thanks in advance.
-
whoops my bad I forgot to pu thtat as far as text goes all i want is Team TaKe. in the upper top left. So at least that part is simple. Any way if any one could help me out with this banner id be much appreciated
-
Hey guys on this navigation ive figured out most of it, Like the background color and other stuff but how do I make the text and the whole lay out just bigger? what to I type in this area to make it liek twice as large. Area to put the code in:(i assume) ul li a { display: block; text-decoration: none; color: #777; background: #fff; padding: 5px; border: 1px solid #ccc; border-bottom: 0; } Actual site: http://forums.xisto.com/no_longer_exists/
-
Hey guys a couple of weeks ago I asked for avalon to make a banner for my site and he did a fabulous job it was deffinetly a job well done. However now I need a banner just for our PGT Team (http://www.pgtour.net/) the size as you can see it needs to be 730 X 100. Now I could talk about the theme and colors however it is pretty obvious. Id like it to have a spacy (dont know how to spell unfortunatly), and starcraft look as well as not being to bright. Deffinetly needs to look good agaisnt that black and red themed background. Now im gonna give you some links to other teams that have banners that I like and hopfully you can come up with somthing cause im just absoulty horrible in photoshop and cant even do layers so any thing I get I would much appreciate. http://www.pgtour.net/ I love the starcraft images mixed in the background that looks awesome what is that called? Rendering? Any way hopfully you can see the theme were going after in that picture. http://www.pgtour.net/ In this one I like the spacy and kinda glossy look to it. Deffinetly awesome in my opinion. Any way hopfully those two examples can help you guys. Problem #2 I also need a banner for my other site. Now dont panic! id like it to be the same one but I dont know the exact size and am wondering if the 730 one could fit in here you decide: http://amidal.com/ Would it work? How much will stretching it mess it up? Because that dbZ nonsense REALLY has to go. Any way once again thanks in advance.
-
awesome thanks alot guys now i just have to tweak it and i may be posting some more replies if i need help tweaking it. I did decide however that i liek this one better which is i belive made by the same person which i also found through the link you gave me any way thanks guys!! Link: http://forums.xisto.com/no_longer_exists/
-
Hey guys im making a site that needs to have well im not sure what its called im sure its in css though. Any way what I need is a navigation that when hovered over drops out to the side like this below:Original Nav:HomeAbout SSECStaffServicesStorePhoto GalleryNews and EventsContactHowever when one is hovered over it looks like:HomeAbout SSEC? Mission Statement? HistoryStaff? Dr. John.Doe? Dr. John.Doe? Office ManagerServices? Dentistry? Lameness? Pre-purchase? Reproductive? VaccinationsStore? Price Lists? The Wrap CenterPhoto GalleryNews and EventsContact? Mailing Address? Phone? Email? OpportunitiesOf course I dont want it to be that when you put your cursor over about or store they all hover thats just an example of what they would all look like im sure you guys have seen many like it before. So what im wondering is do any of you guys know a site in which you could direct me? I dont know enough CSS my self to actually write it all by hand and im sure its pretty simple.
-
Unfortunatly I dont think your freind taught you how to make coherent sentences. Regardless of what some have said I think Gmail is not neccesarily safer just merely better. I think the most important thing as far as making a pasword is being sure to include lots of numbers as well as letters. You dont have to have a 10 digit password to be safe just make sure it has various symbols and letters mixed in.
-
What Do You Think Of My Clansite? www.Qlasics-Gaming.com
zach101 replied to Florisjuh's topic in Websites and Web Designing
Ya I think the over all theme is just too kinda big and clunky. I dont think you should have a banner liek that for every news post but then not have a very big banner for your main one AND have your links above the banner... Looks kinda clunky and hard to navigate. It especially looks odd when you scroll down past the recent headlines, upcoming matches tables and see that much blue/white space and yet you still have a poor navigational system. I think the layout could be nice if you kinda shurnk down most of the stuff and put the links below the manner but thats just imo -
Well guys its 2:27 Am pst time now and I feel terrible. Its probely a good idea to start at the begining of this story so you will know what were talking about. Im 17 and just finished my junior year of high school. I drive(very fast most of the time and my freinds know it, I know it and my parents know it) they are all constantly trying to get me to slow down but being the **bottom** I am I blow them off usually and say ill be fine. Of course I live in a very rural area so usually I am. Tonight was not the case however. I got off work and had to go pick up a freind before I went home because he needed a ride to his house, alittle bit out of the way, alittle bit of extra gas but no big deal. Im a freind, its late I got nothing better to do so I agreed to pick him up. I get off work at 11 and headed over. We hung at the place he was at for a while and then started heading home. On the way home I wasnt going excessivly fast(or so it seemed) when I saw another cop in the other lane pass and of course pull a U and come after me. He put his lights on and I pulled over. Apparently I was going 42 in a 30 I honestly did not know it was a thirty. I thought it was a 35 or 40 but oh well I got a ticket. Actually a "citation" same thing? Well he got all my info and came back and game me the "citation" and what not and wow I feel sick now im mad that he pulled me over, really mad that at first he said I was going 42. Twelve miles over and then even madder that when he came back he said I was doing 43.... hmmm? Oh well I dint argue with him there I figured a $145 dollar fine is enough. I also feel alittle bit selfish cause I am a bad driver and I do drive fast not to the point of endangering others of course but I do endanger my own health a little bit to much somtimes. So I sorta feel like I deserve the ticket but omg I feel so sick I dont know what to tell my parents or how much it will make my insurance go up or whats gonna happen. Ill have to pay it my self which is fine, I should pay for it my self. But I dont pay for my insurance and I dont know how much it will go up. On the back of the citation there were like four optioins. I thought there was usually one to go to a school and get it removed and what not? Not on this one apparently but there are differnt ways to plea I was wondering If i could get some help. If i took it to court is there any way I can get it lowered or was I clearly in the wrong? 12 miles at 1:20 at night dosnt seam like too bad of a violation but I dont know. Gosh dang it im rambling now. Any ideas how to break this one to my parents? I hate to ruin a good fathers day weekend. Thanks in advance for all coments.
-
Its hard to understand what he is exactly talking about but is he maybe thinking of trying to set it up as a server? Except with out other computers indirectly connecting to it? But instead the keyboards hooked directly to it?
-
Hey guys im thinking of buying a laptop and I would like to know what you guys felt on these two differnt brands specifially in laptops. It seems that in most amds you have ATIs and in most intels you have Nvidia is this just coincedence? Also some one the other day was telling me that ATI is so much better a 128 meg ati is the same as a 256 nvidia true? Any help on this would be great. Notice from mayank: Edited topic title
-
Thanks beseven very helpful and amhso if your not gonna post somthing helfpul or intelligent please dont post at all
-
Hey guys I plan to start learning Java soon and was wondering if you could direct me on some good Java based programing books. I think im gonna get Java for dummies probebly because thats always a good book at least in my opinion(ive always liked the dummie books) especialy when your jsut starting out. However do you know of any other good books? I was also wondering if you knew of any good online turtorials as well, I noticed on w3 they have JavaSCRIPT but not java turtorials and since i Know nothing about java I just relized I should ask the question do you need a compiler? And if so are there any good open source ones I could Download. Thanks in advance.