tiger86 16 Posting Pro

California girls are hip!


Too bad Im not from california

California has got the hottest girls if you want to see hot girls come here!!!!!!!!

tiger86 16 Posting Pro

San fransisco, California

tiger86 16 Posting Pro

I would steer clear of blinking text if it causes seizures but if you must have blinking text I would put a warning up for people with seizures so we will navigate elsewhere to prevent seizures.

tiger86 16 Posting Pro

I have no sympathy for you, I am actually glad you caught a virus cause you were as you said downloading pirated software and downloading anything without virus protection is a big no no!

tiger86 16 Posting Pro

Hello and welcome to DaniWeb. I can help you out. Okay go to table and tell it to create three columns then you can manipulate the box so it looks to your fitting. "Nesting" is very important and especially in dream weaver. You should make one giant table I would say 1040 pixels width or 75 percent (basically the same size) then you put all your other tables within that table.

tiger86 16 Posting Pro

place lace race

range

tiger86 16 Posting Pro

To violate the law of jokes and make it to the other side.

tiger86 16 Posting Pro

A very upset IT came to me one day and said "I wish I could just stop all the hackers in the world at once." I chuckled and said " There is an easy solution to that." The IT begged for me to tell him how and I refused for months, he bought me a car, a yacht, and finally a private jet then I told him " Just take away all of their blackhats."

tiger86 16 Posting Pro

could you give me a site that does this so I can read the source code to get a better understanding? Please and Thank you.

tiger86 16 Posting Pro

Okay... so put the css style sheet within a cookie and then how will it know to load that cookie?

tiger86 16 Posting Pro

How step by step do you want/need? do you have any experience with website coding? if you just want a Website you can use something like geocities where they give you templates or googles free web page design which may be deleted at any time since it is in beta.

tiger86 16 Posting Pro

Hey, I am hoping some kind soul out there can help me out. I want to make a site I am working on able to have more then one theme for example: Blue: Pink:Green:Flames is it possible to make it so when the person clicks the link it can load a css stylesheet for the whole website? I don't want to make each page in every theme color.

tiger86 16 Posting Pro

I want to run freebsd, and mac tiger on virtual machines with windows xp but I don't even know how to start setting up a virtual machine. I would appreciate any help!

tiger86 16 Posting Pro

Web Designers can also be Web developers and a million other things too I am a Web Designer and a Web Developer plus a bunch of other tech and non tech related stuff.

tiger86 16 Posting Pro

Could you please supply us with the source code that will make things a lot easier THANKS!

tiger86 16 Posting Pro

Hi, I am using TikiWiki and There is a major exploit in the blog code which first of all I am not sure which file it is located in and second of all I don't know how to stop it. Blogs in Tiki Wiki will let people run scripts also global functions are on when they need to be off if anyone can help I will be grateful!

tiger86 16 Posting Pro

Sounds like they have some type of code that will recreate itself basically a virus. I would look for it and delete it and strengthen all of the security of the server or change to a different host.

tiger86 16 Posting Pro

actually your main problem is "double floating" with your float coding.

tiger86 16 Posting Pro

thank you peter I will have to google for one in the US because I am not part of the UK therefore they won't let me join.

tiger86 16 Posting Pro

Well as midimagic said "your moving picture is taking up all the cpu time" that will cause the site to slow down majorly and possibly make your zindex and javascript not work.

tiger86 16 Posting Pro

I actually get the magazine 2600 it is a hackers magazine but I get it so I know what they are up to I also get a few other hacking magazines sometimes if I see something interesting when I am reading it in the store. I am going to have to get more info on hacking is there like a white-hats guide to hackers?

tiger86 16 Posting Pro

I would reccomend http://www.w3school.com

Aia commented: Good place to learn +9
tiger86 16 Posting Pro

Priteas I have some more PHP hack info the company I work for was attacked again through php overloading our servers memory! They attacked the gnu Joomla 1.5 and I was using a php script so people can submit requests but right now that is down while my cgiemail script is being looked at to make sure it can go up because it has to be executed from the shell and I do not have shell access as of yet. Our technicians said to put in phpseuexec I believe it is called so that you can track what site was being hacked and who the user was. I think PHP is the most insecure language that I know of at this time I would love advice on how to make it more secure. I am not sure if we will even continue to support much php I may suggest using ASP instead.

tiger86 16 Posting Pro

or do you mean like a swf file? that code would be

<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','width','104','height','41','id','homebutton','align','middle','src','swf/homebutton','quality','high','bgcolor','#ffffff','name','homebutton','allowscriptaccess','sameDomain','allowfullscreen','false','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','swf/homebutton' ); //end AC code
	}
</script>
<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="104" height="41" id="put name here" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value"your link here" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="your link here" quality="high" bgcolor="#ffffff" width="104" height="41" name="homebutton" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</noscript>
</body>
</html>

You need to have your ac_runactivecontent.js in the same folder as your flash or you have it in the code telling it where the js script is located. When you put the link I suggest linking like lets say your in public_html and your flash is in a folder called flash so I would put

/flash/nameoffileyourtryingtolinkto
tiger86 16 Posting Pro
<embed src="your link here" width="1068" height="700">

that will make your movie play and you can change the width and height.

tiger86 16 Posting Pro

I don't know much about php but I do know how insecure it is and it is driving me up the wall. Why is this language insecure and what can I do to make php scripts more secure?

tiger86 16 Posting Pro

thx alot for the help crunchie...PC much better now......I just have one more question for you....on my PC I NOW have Spybot Search and Destroy, Spyware Blaster, Ad-Aware SE, Combo Fix, Hijack This, Malawarebytes Anti-Malware, Windows Defender and windows Firewall.............DO I REALLY NEED ALL OF THESE?????

I would keep Spybot search and destroy and delete everything except windows defender and windows firewall that you listed cause the programs may fight each other causing problems. I would download AVG free by grisoft it does anti-virus and anti-spyware and I think it may do a firewall also. I know the new version has tons of extra stuff for the free version!

tiger86 16 Posting Pro

Hey Dani, I don't know if you saw the statistics by the w3 of how many people use what browser so I will post them as of april 2008 IE7 24.9 percent IE6 28.9 percent IE5 1.0 FX (firefox) 39.1 percent Moz (netscape) 1.0 percent Safari 2.2 percent Opera 1.4 percent
here is my source http://www.w3schools.com/browsers/browsers_stats.asp

tiger86 16 Posting Pro

I personally don't like this program cause it is to way to basic but it will make you a decent Website EwebeditPro. I think it is free :)

tiger86 16 Posting Pro

Yeah I guess I should expand I do not know what the flaw in the PHP was but I know PHP barely works anymore unless it is in a bundle thats part of the software. Unfortunatly they (meaning terrorists) figured out how to reroute all of our over 100 Websites to their Website through insecure php. WE HAVE RAISED SECURITY SO HIGH SINCE THEN!!!!! Yes the security being high on php can be a pain in the *** but it is needed we are always updating security left and right and I am like the watchdog if I see anything go wrong I report it or I fix it. We have had no problems since that one incident and that was 2 years ago although I did get to see what they did they made all .index go to their site.

tiger86 16 Posting Pro

I am a Web developer, I know HTML 4.0 and I am learning 5.0, I know XHTML 1.0 and plan on learning 2.0 very soon! I know CSS, Aural CSS, Photoshop,Flash, and Actionscript

tiger86 16 Posting Pro

Unfortunatly people still use IE6 even though with IE8 and Firefox 3.0 coming out it will take a little longer to make sure the Website is perfect in all browsers but until IE6 is down to like 10 percent I would keep supporting it :(

tiger86 16 Posting Pro

I would not do a Wbesite in PHP unless you have tested the coding and know it is secure. I know PHP has many security flaws and is easy to hack... trust me I have seen what hackers have done because they hacked PHP.

tiger86 16 Posting Pro

Hey Crunchie I just wanted to tell you I ran SR on my computer to detect a bunch of junk in my registry that I thought I had deleted a year ago and I cleaned it up and now my pc works better then ever! I reccomend running silentrunners at least once a month to keep your pc happy!

tiger86 16 Posting Pro

Hey I thought I would post something cool/ interesting it is called pzizz it is a program you put on your Ipod and it rewrites the theta waves if you are running the sleep program and if you are running the energizer program which gives you about a 30 minute nap it rewrites your brain pattern! I can't say anything very positive about it but thats cause I have severe insomnia I have heard real good things about it and they have a 30 day return policy!

tiger86 16 Posting Pro

Illegal music sharing will always get you in trouble with viruses! I saw limewire in there! I would remove any p2p sites immediatly and then delete it from the registry also. Do you know how to delete in the registry without destroying your pc?

tiger86 16 Posting Pro

You don't think firefox would have one?

tiger86 16 Posting Pro

Oh that would be awesome if you could!

Okay, I am graduating today so I will dig through my Web designer magazines a little later to find the correct code.

tiger86 16 Posting Pro

I like YABB a free open source forum http://www.yabbforum.com/

You can edit it and modify it so it is the way you like it.

tiger86 16 Posting Pro

You need to change your css so the links are no longer blue, have you done that? the link that people see before they click on it for instance if you want it to be silver would be

<style type="text/css">
a:link {color#cccccc;}
v:link {color#f2f2f2;}
</style>

that will make your active link the one people see before visited silver and after visited it should be a off white. I hope that helps! If it does please add to my rep.

tiger86 16 Posting Pro

I think it may have nothing to do with the code but where it is located on your server, since it is on your computer it may just be showing up due to that when you click show image you need to make sure your link in the server is correct.

tiger86 16 Posting Pro

Thank you I changed that on my Website I did not know that you could get in trouble for that. I read about writing for search engines and since I did not want my site to look like it was written for a search engine I did that.

tiger86 16 Posting Pro

I would suggest downloading silentrunners also www.silentrunners.org it will run in the background and then it can generate a report for you.

tiger86 16 Posting Pro

No there is no magic Meta tag but there is a trick you can use for search engines. Make sure you have meta data content before doing this. Search engines are designed to look for keywords and the more keywords on a page the better chance your page may show up. I do not write for search engines I write for human beings (or aliens intercepting our transmissions) anyways what you do is write a sentence that makes sense but have it full of keywords and then make the text the exact color as the background (this will not work if the background is a straight color) the background has to be an image to make this work succesfully the next time a bot/spider crawls your site they will see a lot more keywords even when the normal user does not (the abnormal user will read the view source and then will see the hidden sentence so don't put anything you don't want seen!)

tiger86 16 Posting Pro

Hi,
absolute dimensions and making a Website completly as a graphic does cause many problems ( such as editing the site, how it looks on each monitor) There is a code I can post that can make a site show up the same in almost every single resolution. I have not personally tested the code but I have viewed a site that has and they are awesome!

tiger86 16 Posting Pro

I have to agree with midimagic though I would have not used the word deprecated I would have used the word incorrect coding because xhtml does not support uppercase except for the doctype that has to be in uppercase. I would suggest going to www.w3schools.com they are a great source of information for coding!

tiger86 16 Posting Pro

Hey Dave,
I also like your site the only thing I noticed wrong was in your css in view source you may want to add in the overflow code that could help your problem :)

tiger86 16 Posting Pro

hey I want to create a search bar for my browser so I can locate my friends in forums, what boards they are posting on etc etc but some sites do not have this function. I would like to know if anyone has developed a add-on that can do this or knows the code to create it. Thanks!

tiger86 16 Posting Pro

the code luckychap posted works but I would not suggest using it unless it is your own website and you are not connected to a national website.

tiger86 16 Posting Pro

It works!