No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
34 Posted Topics
Re: I second the compressed air. Blow out all the vents with compressed air esp. the fan and heatsink. That should make things better. If it doesn't, and you are up for the daunting task, you might want to open up your processor and apply a drop of thermal grease on … | |
Re: Try doing a Shift+Delete. i.e. 1. Select the file/folder. 2. Hold down Shift and press Delete. 3. You'll get a message asking if you want to permanently delete the file. 4. Click Yes. Post back if that worked/didn't work. | |
I'm trying to write a transform to parse an html document and create another html document but I can't seem to use the html tags in the xslt. My html source that I want to apply the transform on looks like this: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body class="3-column"> <div … | |
Hi all, I'm having trouble coming up with the correct XSLT code and was wondering if anyone could point me in the right direction. This is what I need to do... I've got an xml tree with pages like so: [CODE] <page> <title>A<title> <subtitle>I</subtitle> <item>1</item> </page> <page> <title>D<title> <subtitle>V</subtitle> <item>7</item> … | |
Re: Try: 1. Un-installing it. 2. Restart your system. 3. Cleaning out any remnants of the program from your registry using something like CCleaner. ([url]www.ccleaner.com[/url]) 4. Re-install. | |
Re: Give this site a shot: [url]http://www.w3schools.com/php/default.asp[/url] It teaches you the basis and it's trial and error from there. Good luck! | |
Re: Read this thread: [url]http://www.daniweb.com/forums/thread55459.html[/url] It has step-by-step instructions on how to re-format/re-configure your PC. | |
Re: Try this out: If you do not see the From box above the To and Cc boxes, do the following: In the message window, on the E-mail toolbar, click the arrow on the Options button, and then click From. If you are not using Microsoft Office Word 2003 as your … | |
Re: I would second learning Zend. I'm learning Zend myself and am using this book as a guide: [url]http://www.amazon.com/Practical-Web-2-0-Applications-PHP/dp/1590599063[/url] I have also used Symfony and it is quite popular too. | |
Re: Hmmm... are you still having that problem? When I go to [url]http://haciendocoro.com/PHP_Info.php[/url] I can see the text printed out. You need to have a "<?php" tag before you start your php code and "?>" at the end of your php code. W3Schools is a great reference site: [url]http://www.w3schools.com/[/url] | |
Re: Look at this site. It will show you how to make the menu with css. [url]http://www.scottklarr.com/topic/88/how-to-make-a-css-menu/[/url] Also do the tutorials at: [url]http://www.w3schools.com/[/url] All the best! | |
Re: Try these instructions for removing antivirus suite: [url]http://www.myantispyware.com/2010/03/31/how-to-remove-antivirus-suite-uninstall-instructions/[/url] [url]http://www.2-spyware.com/remove-antivirus-suite.html[/url] After that install AVG Free Edition and scan your computer. AVG Free Edition: [url]http://free.avg.com/ca-en/download-free-antivirus[/url] | |
Re: Is it the BSOD (Blue Screen of Death) i.e. does it flash to a blue screen and then restart? If this is the case then it must be a driver or hardware problem. Try to read what's on the blue screen and post it here. First try starting it in … | |
Re: Use php function : array_combine ( array $keys , array $values ) So in this case it would be [CODE]$c = array(); $c = array_combine($a, $b);[/CODE] | |
Re: You can either use the sanitize functions in PHP (as mentioned by hielo) or try out PHP's strip_tags function. [url]http://php.net/manual/en/function.strip-tags.php[/url] [CODE]$search = strip_tags($_GET['search']);[/CODE] | |
Re: Yes, I concur with everyone else. Don't use a WYSIWYG editor like Dreamweaver or Frontpage. Instead, use a simple text editor like TextPad ([url]www.textpad.com)[/url]. Textpad is really nifty because you can get it to highlight your syntax which helps alot. I swear by w3schools as it is an excellent resource … | |
Hello, I am having a problem with the jQuery Cycle plugin. I am trying to create a slideshow of images that change(fade) when an element in the pager nav is hovered on. (This is supposed to be possible as per the jQuery Cycle Plugin docs <http://malsup.com/jquery/cycle/pager2.html>) My setup: I have … | |
Re: I concur on the hardware problems. Normally a ticking/grinding/whining noise from your hard drive is indicative of hard drive failure. Also, try opening up your computer and removing and reattaching your RAM. Make sure that you ground yourself by touching a metal surface prior to touching your RAM chip or … | |
Re: The problem seems to be that the Operating System cannot communicate with the hardware. We know that the hardware is fine because UBuntu can communicate with it. I would suggest re-installing the Ethernet LAN drivers. Go to the link of your motherboard you suggest in the previous post. Click on … | |
Re: What you need to do is use a Email application like Outlook, Outlook Express, Windows Mail, Thunderbird etc. Setup the Office live mail account as POP or IMAP. Setup another account (Gmail?) where you would like to transfer the mail to on the same mail application. Drag and drop the … | |
Re: Yes, comes in both flavours. Best way to be certain is to check it out. Here is ow you do it. 1. Right-click on My Computer 2. Go to Properties. 3. Look under System. It should say stuff like Microsoft Windows XP... Version... If it is a 64-bit version it … | |
Hi, I'm trying to split a string with multiple delimiters using the PHP preg_split function. I am trying to separate the numbers from the units in terms like 172px, 100%, 2.5ems etc... i.e. after I run a preg_split on 172px I want the resulting array to have array[0] = 172 … | |
Hi, I was wondering if someone out there could help me out with this issue. I have an id card software application written in MS Access (currently running in Access 2003). I need to figure out how to capture pictures via a digital camera attached to my Win Xp PC … | |
I am looking to creating a website which allows people to view pictures, rate them and comment on them. But I have no idea how to implement this blogging/rating system. Is will have to handle user accounts as well, as people will have to create an account and log in … | |
Re: Vista is just as vulnerable to viruses as Xp is. Dual booting will not solve this problem. I suggest you choose any one OS and stick with it. Just install a good Anti-virus program. AVG is a pretty good Anti-virus that's free and is available for bot hXp and Vista. … | |
Re: Ouch!! What you need to do is a repair install from your Win Xp CD. Follow the instructions here ([url]http://www.michaelstevenstech.com/XPrepairinstall.htm)[/url]. This will not affect any of your files or data. Post back if you need anymore help on any of the steps. | |
Re: I'm sorry, I don't understand the problem. First you say you cannot connect and then you say you can connect? Are you trying to connect to different computer to the router? Please better explain the problem with as much info as possible, and I'll be happy to help you as … | |
Re: Do the orange and green lights on the RJ45 work? i.e do they flash or are they solid? Have you tried disabling and enabling the Ethernet adapter? Network Connections -> Right-click on Local Area Connection -> Disable. Then do the same and select enable. If that doesn't work, you can … | |
Re: If you do have corrupt Winsock registry entries, you can use a tool called WinSock Fix to fix this problem ([url]http://www.softpedia.com/get/Tweak/Network-Tweak/WinSockFix.shtml)[/url]. | |
I have a horizontal CSS menu that has the following HTML structure. <ul> <li><a class="top_link">Item 1</a></li> </ul> I would like to know what the difference is between the following two CSS codes and what they do. (top_link is the class name I have given to the a tag) I am … | |
Hi there, What I am doing is filling a 2-D array with numbers in a random order. i.e. I pick a position in the 2-D array and input a number there eg: array[2][1] = 3;(this input is received from a text file) In this way, I fill the array but … | |
I need to read numbers from a text file and then store them in variables to use as input for the Java code I am writing. The text file will be in this format: -------------------------------------------------------- 5------------- this is the number of nodes 0------------- starting node 0,2,1---------node a,node b, distance from … | |
I need to implement a Binary search tree in Java (only insert and find) and then should be able to display the tree. This is the code I've come up with so far. But I get the nullpointer exception. I am getting this because the two pointers in my node, … | |
How do I implement a red-black tree in java. I am new to Java and have no clue how to proceed. I need to be able to print out the tree as well. Can someone help?!! |
The End.