657 Posted Topics

Member Avatar for cancer10

I would just like to add that if you are only going to be using these things more casually just to try out or something like that I would try out WAMP server and Xampp which automatically configures apache, mysql, php, and things like phpmyadmin. Wamp only available on windows, …

Member Avatar for 'Stein
0
115
Member Avatar for shepherd

yea you could try some of the emergency boot disk things out there im not quite sure what to do other than look for viruses and spyware.

Member Avatar for shepherd
0
100
Member Avatar for desiguru

Cant you just hit save as and save it as a .html file? I would just like to point out that the dreamweaver templates are probably not the best thing to use if you want to build a website. They do not meet up to current web standards for the …

Member Avatar for FC Jamison
0
109
Member Avatar for ishwar

even if you could it when php finds the files and downloads it windows will recognize it as w/e and not let you do it. You could just do like a save as like .txt open it with notepad and then save it as w/e extension it was before.

Member Avatar for paradox814
0
147
Member Avatar for moira rennie

run ad-aware, spybot S&D, windows defender, and what ever anti-virus program you have then run hijackthis and post the log file. For more information on how to do this go [URL="http://www.daniweb.com/blogs/entry589.html"]here[/URL] Hope I was helpful if you have anymore questions me or someone else will be sure to get back …

Member Avatar for mikeandike22
0
106
Member Avatar for thescorp

you can create an external file sheet so copy and paste into a blank document and save it then in the head of the html document put [B] <link rel="stylesheet" href="filename.css" type="text/css" />[/B] or you could just put it inside the head of the html document in style tages like …

Member Avatar for FC Jamison
0
139
Member Avatar for mikeandike22

I need a place that has cheap or at least moderately priced hosting and domain services that include PHP 5 and mysql

Member Avatar for mddv
0
106
Member Avatar for bass1056

re-install wmp there is probably a file that got corrupted and then deleted by anti-virus or something

Member Avatar for 'Stein
0
243
Member Avatar for darkfabric

turn off IE and rescan. I know it seems like a hassle to rescan but someone was gonna tell you anyways and it could help reveal the problem.

Member Avatar for konkretekhaos
0
135
Member Avatar for Riflemen_005

well most likely your cpu is not freezing it is more likely a problem with windows itself like you have a lot of junk files taking up memory either that or you dont have enough system memory to run the game for long periods of time.

Member Avatar for zelkea
0
199
Member Avatar for timhysniu

PHP does always run in the background it is server side scripting. something like javascript which is client side would run in the foreground.

Member Avatar for timhysniu
0
303
Member Avatar for tmdk421

yea this is a great forum and it has been expanding for a long time.

Member Avatar for mikeandike22
0
16
Member Avatar for mikeandike22

alright here is the problem im trying to get a certain menu to have a thin border but in firefox the only way I could do this was to set it to .1em which makes it look chunky in IE so i tried to do some conditional comments to link …

Member Avatar for mikeandike22
0
92
Member Avatar for ncaditya

I would search around for tutorials on css layouts and look around alistapart.com. That site you showed is mainly a header and then two columns.

Member Avatar for mikeandike22
0
64
Member Avatar for Layoutnemesis
Member Avatar for YOYOKER

1. get firefox with the ie view extension 2. only use IE for microsoft updates 3. your post stats problems with explorer.exe which is incorrect explorer.exe runs your desktop enviroment, iexplorer.exe i believe is internet explorer. 4. if possible do a system restore 5. scan with all the different malware …

Member Avatar for mikeandike22
0
57
Member Avatar for bin_asc
Member Avatar for bin_asc
0
33
Member Avatar for mikeandike22

I need to open an xml file and allow people to add entries to the file. So i need to open it with read and write access be able to insert an entry and then close it with read only access so another program (adobe bridge) cant write over the …

Member Avatar for digital-ether
0
127
Member Avatar for Shane_Warne

Great check out the tutorials sections and right now there is a blogging competition so people are sure to have posted some insightful information in their blogs:lol:

Member Avatar for Shane_Warne
1
52
Member Avatar for bluegoose

[B]NOTE[/B]: You should try to post your quetions in the appropriate forum section a mod will most likely move you. If no one offers any more insight try moving it to the viruses and other nasties forum under tech talk->windows you could boot into safemode by pressing f8 at startup …

Member Avatar for mikeandike22
0
27
Member Avatar for Dougie

Im pretty sure you cant get directx 6 anymore it is up to like 9 or something now. So if you can find it on the internet just uninstall whatever directx you have now and then install directx 6, but that wont support most new anything and youll probably need …

Member Avatar for Dougie
0
756
Member Avatar for DanaNVB

You need to setup the site using dreamweaver's site manager which im assuming is using ftp(which I dont know how to setup but it should be rather simple). So you could just use a 3rd party ftp client to upload to the server.

Member Avatar for DanaNVB
0
80
Member Avatar for JonFreds1221

the Peripherals forum would be the place to put it I guess a mod will probably move it. It could probably be picking up fan noise or something or there is dust on your graphics card im not really sure you should probably just open the sucker up and take …

Member Avatar for JonFreds1221
0
95
Member Avatar for TheNNS

I use Windows XP the most because I have it on both my home and work computers, but other than that I use Ubuntu.

Member Avatar for mikeandike22
0
52
Member Avatar for mikeandike22

For someone who has used windows all their life moving to linux is not going to be a simple task. Somethings to consider are what apps that you use in windows that you would like to bring with you over to linux. Most common windows apps like word have wines …

Member Avatar for jbennet
0
197
Member Avatar for iemcj

check out this [URL="http://www.newegg.com/Product/ProductList.asp?DEPA=0&type=&Description=nVidia&Submit=ENE&Ntk=all&N=2000380000&minPrice=100&maxPrice=200&Go.x=14&Go.y=40"]list[/URL] yea im an Nvidia guy and you should note that different nvidia manufacturers have better cards probably the most known for being the best is BFG then there is Gigabyte, Asus, and Evga. The ones that are cheaper and most likely not as good are the …

Member Avatar for mikeandike22
0
92
Member Avatar for Ritu Shah

You would have best luck getting answer if you post the problem in a appropriate forum and name it accordingly.

Member Avatar for 'Stein
0
58
Member Avatar for TheNNS

none macs are overpriced, everytime anyone has showed me their mac they are like look my built in camera has effects or something worthless. Unless you need something like final cut pro(which apple didnt create) or another tool that is only for Mac (ppl Adobe/Macromedia products work just as good …

Member Avatar for TheNNS
0
158
Member Avatar for jimskiski
Member Avatar for mikeandike22

ok so i built a simple playlist type thing where the user can click a link and then the player will play that song. Now i would like for the page to get info from an xml file and then display a short description. here is my php: [PHP]<?php //select …

Member Avatar for mikeandike22
0
159
Member Avatar for odesey7
Member Avatar for mikeandike22
0
145
Member Avatar for nullGumby

well I dont know how you would configure it, but you could use grub ive only used it with linux and windows but I guess it could do it with 2 windows

Member Avatar for 'Stein
0
142
Member Avatar for mikeandike22

who here knows how to transfer metadata info using adobe bridge or any other application that you know of. I mainly need this for images but for any file would be nice as well.

0
79
Member Avatar for mikeandike22

can someone guide me to an adobe support forum (the on on the adobe site does not seem to have a post function anywhere i can see). I need a guide on how to setup adobe bridge and version cue to be able to share data remotely. So just setting …

Member Avatar for mikeandike22
0
137
Member Avatar for divingincozumel

O1 - Hosts: comments (such as these) may be inserted on individual O1 - Hosts: 216.130.185.143 [url]www.adwave.com[/url] O1 - Hosts: 216.130.185.143 adwave.com O1 - Hosts: 216.130.185.143 [url]www.xzoomy.com[/url] O1 - Hosts: 216.130.185.143 xzoomy.com O1 - Hosts: 216.130.185.143 [url]www.advnt01.com[/url] O1 - Hosts: 216.130.185.143 advnt01.com O1 - Hosts: 216.130.185.143 [url]www.adwave.com[/url] O1 - Hosts: …

Member Avatar for crunchie
0
350
Member Avatar for Mikeytrooper

You need to purchase hosting as well the domain name is sortof just setting a new name for your server ip that can be read over internet protocols. However to actually have a website you need to have some sort of hosting where you can upload html files and what …

Member Avatar for Dogtree
0
153
Member Avatar for mikeandike22

Here im working on this code and I cat quite get it to work I want it to take the entries from a form, check to see that they meet the criteria (pass must be 6 chars, must be 13 or older) and then insert them into a table in …

Member Avatar for mikeandike22
0
131
Member Avatar for mettinge

You probably can with some google searching, but im not so sure this is a very good idea to modify your bios, if you mess it up somehow it could turn out very bad. Edit: Google is your friend this was like the third entry for custom BIOS [URL="http://www.thinkwiki.org/wiki/How_to_change_the_BIOS_bootsplash_screen"]http://www.thinkwiki.org/wiki/How_to_change_the_BIOS_bootsplash_screen[/URL]

Member Avatar for mettinge
0
78
Member Avatar for mikeandike22

hey I was wondering if it was possible to get mythtv to run on an actual tivo box. In case you dont know mythtv is a open source answer to tivo and the only reason im asking this is i might be getting a tivo series 2 for free and …

Member Avatar for blud
0
136
Member Avatar for raf_78

did you trying booting up your xp cd and then running the repair/restore on it. if you need to get the data off your computer and you or someone you know has a linux live cd boot up the live cd and then back up all the data from your …

Member Avatar for raf_78
0
126
Member Avatar for mjhorn0
Member Avatar for MMiiKKee

[URL="http://www.daniweb.com/blogs/entry592.html"]http://www.daniweb.com/blogs/entry592.html[/URL] and for people to answer quicker it is usually better to put your question in the header rather than just question. This should probably be moved to the marketing and promotion forum under the site management section.

Member Avatar for DMR
0
64
Member Avatar for linnie

yea this is a great community that has a lot of things that you could learn from no one is gonna bash your posts but try to get to a solution for problems. If your looking something interesting to try I suggest trying out the Ubuntu 6.06 Dapper Drake linux …

Member Avatar for linnie
0
206
Member Avatar for coolpets

well your site is ok i dont have that many suggestions because i dont see many other ways to deliver the content your site is trying to give. However I would say that you should put the login form in the userpanel along with the register link that way you …

Member Avatar for mikeandike22
0
44
Member Avatar for mangofirst

first you might need to a rescan where you shut off firefox and if you could tell us what more specifically your problem is that could help. For now this is wat i found: [QUOTE]O2 - BHO: (no name) - {FDD3B846-8D59-4ffb-8758-209B6AD74ACC} - (no file) O3 - Toolbar: (no name) - …

Member Avatar for mangofirst
0
99
Member Avatar for mikeandike22

im trying to creat an email form with php here is wat I have and it isnt working [PHP]<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Jacob Sherman</title> <link rel="stylesheet" href="content.css" type="text/css" /> </head> <body> <form action="" method="post" enctype="text/plain"> <table border="0" cellspacing="0" cellpadding="4" width="90%"> …

Member Avatar for mikeandike22
0
77
Member Avatar for kylethedarkn

I had the same problem it has something to do with the desktop properties color although I never found out how to fix it I just ended up reformatting at a later date for some other reason.

Member Avatar for kylethedarkn
0
73
Member Avatar for Juubjuubcow

Its malware I havent heard any specific relation to video problems, but your video problems are probably just overall windows problems. To fix it first install ad-aware Se and do a scan, then scan with Spybot S&D, then download hijackthis and do a scan and check the box that has …

Member Avatar for mikeandike22
0
200
Member Avatar for srk999g
Member Avatar for mikeandike22
0
49
Member Avatar for paul fogarty

Your new Hard drive might be in front of your old hard drive in the boot sequence. What you are saying is kind of vague and not well worded

Member Avatar for mikeandike22
0
24

The End.