Content Type
Profiles
Forums
Events
Everything posted by Tarun
-
Let's play nice guys and try to find a resolution to the issue. Sarcasm and insults only lessen the chances of finding the solution.
-
I'd say keep it, because should you ever have it where your mouse fails you will need that to navigate the computer via a keyboard.
-
Yes, or simply press right alt as they tell you to.
-
You may want to give Dial-a-fix a try; a required .DLL file may have unregistered. Moving this to the Windows XP forum, since this is a Windows XP issue. [ Moved ]
-
Let's narrow it down. Which "menus" are you talking about? The menu that prompts you to pick how to view your USB drive based upon the data/media that is on it? Or is it the balloon tooltips that appear in the systray?
-
What is your favorite Anti-Malware application?
Tarun replied to Tarun's topic in Malware Prevention and Security
AVG Anti-Spyware may work well, but I'm considering replacing it for Windows Defender or removing it altogether. AVG Anti-Spyware has an unresolved issue with the memory cleaning. It actually acts like a memory defragment utility when it scans the memory which results in poor performance. I find that Firetune covers a better spectrum for tweaking Firefox. The problem about putting a firewall in is that not everyone needs or wants a firewall; though many people use Outlook or a very similar email client and may actually need Thunderbird as a better alternative. -
editing my forum header?
Tarun replied to Woomera's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
Did you edit the correct skin? -- I know, it may seem silly to ask; but it's a common error. -
What is your favorite Anti-Malware application?
Tarun replied to Tarun's topic in Malware Prevention and Security
Indeed I do; though I am eager to find an alternative or even write one if I can learn more Delphi. -
editing my forum header?
Tarun replied to Woomera's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
It does. Apply the same basic concept to suit your needs. Here's the code that points to your frontpage. (it's the Home code for the top left area) <if="$this->ipsclass->vars['home_url']"> <div class='ipb-top-left-link'><a href="{$this->ipsclass->vars['home_url']}">{$this->ipsclass->vars['home_name']}</a></div> </if> Now if we were to add an image to that... <if="$this->ipsclass->vars['home_url']"> <div class='ipb-top-left-link'><a href="{$this->ipsclass->vars['home_url']}"><img src="YOUR_IMAGE_LINK_HERE" height="ENTER_HEIGHT"" width="ENTER_WIDTH" alt="ENTER_ALT_TEXT" title="ENTER_IMAGE_TITLE" /> {$this->ipsclass->vars['home_name']}</a></div> </if> The above would output something like this: MSFN Home Pretty simple huh? -
Very nice, XPero!
-
editing my forum header?
Tarun replied to Woomera's topic in Web Development (HTML, Java, PHP, ASP, XML, etc.)
Try something like this; no php involved, just basic XHTML. <div class='ipb-top-right-link'><a href="{$this->ipsclass->base_url}act=calendar"><img src="YOUR_IMAGE_LINK_HERE" height="ENTER_HEIGHT"" width="ENTER_WIDTH" alt="ENTER_ALT_TEXT" title="ENTER_IMAGE_TITLE" />{$this->ipsclass->lang['tb_calendar']}</a></div> -
Welcome to the forums, suzyq. Please refer to this thread and go ahead with a cleanup of your computer. After you're done, please post a HijackThis log here.
-
Use Avast. It has boot time scanning and more. Anything is better than Norton. Avoid Norton like the plague. Besides, the only good Norton product is this one.
-
IZArc 3.5 was beta and had one bug that made me not use it, so far these have been ten times better.
-
I love this software, it's far better than 7zip to me. Everything seems to work better and has a wider variety of support for compressed items. I actually switched from using 7zip all the time, to IZArc.
-
What's your Internet connection like?
-
IZArc is the ultimate freeware archive utility supporting many archive formats like: 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO. With a modern easy-to-use interface, IZArc provides support for most compressed and encoded files, as well as access to many powerful features and tools. It allows you to drag and drop files from and to Windows Explorer, create and extract archives directly in Windows Explorer, create multiple archives spanning disks, creating self-extracting archives, repair damaged zip archives, converting from one archive type to another, view and write comments and many more. IZArc also has built-in multilanguage support. Changes: IZArc Changelog Download: IZArc 3.7 Build 1430 (3.39MB, *.exe) Source: Lunarsoft.net
-
I've had AutoPatcher fail (CRC error) in VirtualBox, anyone else had that happen? MD5 checksums match too, so perhaps VirtualBox doesn't like it?
-
I don't even want to know what N1K was Googling for that he found this...
-
Muting the microphone under Playback should be all you need to do. You may wish to check your settings in Teamspeak to be sure you've set it properly. I personally use Ventrilo (better voice quality, etc, etc) and had to set it to my sound card as opposed to "Default wave mapper". Mixer set to my sound card as well. Mux: Recording Control. Line: Microphone.
-
Shame, worked the other day; that was how I verified it. Saved it with DownThemAll and upped it to ImageShack.
-
Try doing this: [img=http://www.nandlstadt.com/windows98SE_bootlogo.jpg] Then hit Preview, sometimes it works.
-
VirtuaNews is outdated and does not properly work with IPB.
-
Need Some VB Help for WLAN Settings Automation
Tarun replied to snooz's topic in Unattended Windows 2000/XP/2003
Problem with On Error Resume Next is that your code will not be working efficiently. Any number of ill-effects can occur with that in each function or procedure. -
Yep, that is exactly it.