- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
37 Posted Topics
Re: I think FF still has a little heads up as it has the largest set of 3rd party plugins but Chrome is starting to catchup. | |
Re: Your other browsers may have stopped working because the malware installed some add-ons to your browsers. | |
Re: White Hat SEO consists of the 'right' tactics to getting higher search rankings for your web page. An example of that is choosing the right keywords for your site. It doesn't involve using tactics like hijackers, spyware, and other such things to get more view for your site. | |
Re: Did anything change with your load time? Any other changes you can remember that could have afffected the site? | |
Re: So what are the requirements for signatures on this forum? I'm not seeing where they are to be added. | |
Re: Which model is your computer and what hardware do you have installed in it. I have received this error in the past on my computer and according to Microsoft it was due to how Windows was reading my hard drive upon wakeup. | |
Re: DId you get this resolved? I think I know a possible solution if not. | |
Re: I think the main advantage Linux has over Windows is that its model of security is based on UNIX. Even if you get infected, it's easier to fix the damage because it cannot automatically get control of the system files (unless if you forget to log out of your super-user … | |
Re: Even better, go to KeepVid and get their bookmarket so that you don't clutter FF with add-ons. | |
Re: Yes, there are programs which can recover data deleted from the Recycle Bin. | |
Re: You might have to do a Recovery Install; backup all your files before you do it. | |
Re: Try this: hold down the Shift key for a few seconds. This will trigger StickyKeys. Then, hit your [U]Left[/U] Shift key 6 times. This will turn it off and will let Windows know that you're not holding down Shift and using anything else at the same time. | |
Re: I did not know that CentOS was the same thing as Red Hat. I can understand charging for support, but charging for repositories seems ridiculous. | |
Re: An absolute link is a link which includes the full URL (ex. [url]http://www.google.com[/url]). It does not have much significance with SEO though including keywords in your URL can help a little bit in your page rank but it won't work nearly as well as having good keywords for your page. … | |
Re: I've been using AVIRA Anti-virus and I don't think I'll ever go back to AVG. It's more stable on my system which is also 64-bit. | |
Re: It sounds similar to the AntiVirus XP nastiness that was passing around about a year ago. Those kinds of spyware are the worst IMO. | |
Re: Solid State Drive are the future. Once the costs for manufacturing them go down, the benefits of having no moving parts will lead more pre-built computers to have them by default. | |
Re: Create a new profile for Firefox (make sure to backup any of your bookmarks (ex. xMarks)) and start from there. Your profile file might be corrupted. Or, take the previous person's suggestion and switch to Opera (j/k). | |
Re: The most guaranteed way to get unique visitors is to have good content. Having exposure on social networking sites helps too, but if the content isn't original and good they'll visit once and never come back. | |
Re: Three options: a) Get the Blue Edition of Office if you can find it b) Upgrade to Microsoft Expression Web if you still want to use a WSYIWYG editor like Frontpage (it's the successor to it) c) Get a copy of the Frontpage 2003 .iso and copy that specific .cab … | |
![]() | Re: Wordpress has the widest userbase and the most support. Should something go wrong with a client's web page, instead of having to come back to me for help they can go to the Wordpress forums (or other forums dedicated to Wordpress) to get some advice. It doesn't require much knowledge … |
Re: The best way to learn Linux commands is to actually use Linux. Start with a distro like Ubuntu. From my experience their community has the best support and you don't have to install it. You can run it directly off the CD. Or you can get Knoppix, burn it to … | |
Re: The X Window System is a window environment used in UNIX. It can also be used in Linux as a way to arrange your desktop, though most distros use desktop environments such as GNOME or KDE. Here's some more information about it: [url]http://en.wikipedia.org/wiki/X_window_system[/url] | |
Re: Use a style attribute and add the following [CODE]<td style ="text-wrap:normal;word-wrap:break-word">"[/CODE] Or avoid using tables if possible and use divs to achieve what you want instead. It will be easier to maintain and less likely to break in different browsers. | |
Re: For a Linux server I would recommend trying something like Slackware or if you're not too comfortable with the command line I would try the server version of Ubuntu. | |
Re: [QUOTE=skald89;1457295]Why wouldn't you use dreamweaver?[/QUOTE] You're more likely to run into bugs with Dreamweaver. I wouldn't use notepad to code though. Instead, use Notepad++. It's layout is much better for coding than notepad. | |
Re: Check your package manager (not sure what your desktop environment is) and see if they have ClamAV. That's a free and open-source antivirus which is pretty good. If you haven't done so, make sure to tighten your permissions, set up your firewall, and guard your HOSTS file too otherwise having … | |
Re: Don't use CCleaner right away. Run your antivirus in Safe Mode with the highest settings. Then, run Super AntiSpyware (you can get that at filehippo.com) at the highest settings. If no malware turns up, then use CCleaner. You might have to go back to your Last Good Configuration if possible. | |
Re: Here's a basic tutorial on the [b]this[/b] keyword: [url]http://download.oracle.com/javase/tutorial/java/javaOO/thiskey.html[/url] For your current code, I would try using [b]this[/b] in the third constructor. You haven't initialized the variables productName, message, price, discount, total, and quantity so I would look into changing that before you start using them in your constructors. | |
Re: The hardware reqs for MySQL can be found at their site. Go to this link: [url]http://www.sun.com/software/products/mysql/techspecs.jsp[/url] It doesn't hurt to search for what you need sometimes. | |
Re: If you need to reset your sudo password, you can try and download Knoppix and fix it that way. Here's a tutorial on how to do it: [url]http://www.makeuseof.com/tag/how-to-reset-any-linux-password/[/url] | |
Re: You can try Skype or aMSN. There are other options (like Kopete), but those are the easiest to set up and they have good video quality. | |
Re: You can try running the program in WINE, but if it doesn't work I'm sure there is a replacement application available for the DVD you want to use. Try repairing the DVD first if Linux has no trouble running other DVDs. | |
Re: I would recommend not to do that. Adding programs after SuperGRUB can cause it to not operate properly and could mess up your computer in the process. It's made to control the boot order of your OSs so I would leave it alone. If you don't want to use a … | |
Re: i sense sabotage by the linux community trying to peg back windows. most malware will definitely be aimed at windows since it has the biggest market share | |
Re: It would probably be best if you posted what you had so we could see what you need to change but you could use std::vector then use the vector to access a specific line string n; vector <string> v; while (getline( myfile, n )) { v.push_back( n ); } cout … | |
Re: get a good anti virus software like kis11 and scan your machine for viruses. once that is done u can either insert the windows cd and search for the dll file with the name hmcencx.dll or u could search for the file online download it. Then save the file to … |
The End.