- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
43 Posted Topics
Re: I just copy over the ringtones to my Sony-Ericsson and it can use those. My older Nokia also let me do that, but preferred having smaller files so I used Switch Wave Pad to cut down the file size and quality. Those websites you've mentioned do exactly what I've just … | |
Re: Two problems I've had: - The ribbon cable, they do wear out and they cause intermittant problems. - The GPU has been shorted, or is on the way out. Had a HP laptop with a screw loose inside (don't know how it got there) and it shorted over the GPU … | |
Re: Flickering sounds like the backlight has died (if you can still see the desktop behind it). What's your laptop model? | |
Re: Maybe a lack of power? Is your PSU capable of powering your new card? RE: the error with the bios; you should post that elsewhere as it's probably related to a hardware issue. | |
Re: When you tried the second monitor and it worked, was that with the UPS? I'd stick with the other monitor and see whether the problem happens on that one after a while. It doesn't seem quite right that it's all going wrong with a monitor so it would be good … | |
Re: Hadn't used IFRAMEs for a while and forgot about having to use _target. Really messed me up! Useful reminder. | |
Re: Are they exactly the same? Have you copied the files over each other? That error often appears if there are lines already in a document when it tried to start sessions or make document changes. Also, what PHP version & settings are you using, firewalls etc? There's quite a few … | |
This could also be a hardware issue, but seeing as this problem has never presented itself on any other O/S I reckon it's probably 7. I've done every update possible so you all know :) So I have a USB keyboard + mouse attached to a laptop via a USB … | |
Here's what I'm trying to do: I have a bitmap I'm displaying, I want to be able to draw onto it using the pen tool. The current code I have for this on mousemove is: [CODE] if (e.Button == MouseButtons.Left) { Bitmap pg = new Bitmap(Image); Graphics go = Graphics.FromImage(pg); … | |
Re: That shouldn't be too difficult. One way you could do it (there will be better ways). [CODE] SELECT fname, $surname FROM details ORDER BY totalmark DESC LIMIT 1[/CODE] So you're selecting the info you want (I don't know what your table headers are) from your database. You're ordering it by … ![]() | |
Re: I think you're more likely to want javascript or ajax for this, PHP would require page reloads to achieve that effect. The other option is to use a flash preview, but I'm afraid I'm not too sure on that. ![]() | |
Re: Hi there, what PHP class have you downloaded, and what is your system? Need a little more info on all the parts involved before we can help :) | |
Re: Who's your web host? They quite often have script installers on their control panel that will help you. Otherwise, extract all files and upload them to your server through FTP, then head to the main page of your site in a browser and it should prompt you with what to … | |
Re: You could try [CODE]$result = mysql_query($sql); $num = mysql_numrows($result); if ($num == 0) { echo 'No Results'; } else { // Rest of code }[/CODE] Basically checks for the number of rows your query finds. | |
Re: You could use conditional statements, a quick example: [CODE]$color = "000000";[/CODE] then for each: [CODE]if ($TotalShirts_unisex > 0) { $color = "#009900"; } $uni_order = "<font color='$color'>$TotalShirts_unisex $unisex_colour Unisex T-Shirts</font>";[/CODE] you could also just not show an option when it's zero...so: [CODE]if ($TotalShirts_unisex > 0) { $uni_order = "$TotalShirts_unisex $unisex_colour … | |
Hi all, What's the best way to either 1) Hide and then show the mainform or 2) Call a method(?) in the mainform using a global hotkey? I've currently got it working such that a hotkey in program.cs will simply create a new instance of mainform but this is not … | |
Re: You've definately got the right php.ini? Some hosts have them lying all over the place for different domains, depends on the setup. php3 settings are in php.ini too, aren't they? Do you have any settings coded into .htaccess? Maybe that's messing with the setup? | |
Re: You probably don't want to put them into a db though if you can avoid it else the db is gonna get massive. Why not store them in the filesystem? | |
Re: Where is the javascipt? In an external javascript file or in a page...eg file.php? If it's in the same file why not just put <?php function(); ?> in the javascript where you need it? | |
Re: If that new website is on a new server the hosting company probably have a different server config...are they using phpexec? If they are you won't be able to change PHP settings from .htaccess. | |
Ok so I've got an application which has a main form (MainForm) which can be started with a hotkey (currently Alt + print screen). My problem is that whenever the hotkey is called a new instance is opened...so another MainForm - I don't want or need two! Is there some … | |
Re: Try a free website counter like statcounter.com, signup and they will tell you what to do. I've used them myself for a number of commercial projects and it just saves time and provides extra features that a home-made solution wouldn't provide. | |
Re: [QUOTE]My resolution is set to 1680x1050 right now, and my laptop display should be 1440x900.[/QUOTE] Well you could reattach the monitor, open the nvidia control panel and set the display as a clone of your laptop display. Then you could ensure that your resolution is 1440x900 simply by going to … | |
Re: Well if there's option on the bios then it's probably a case of lumping it or like many others in this thread have, fixing it yourself! Try and find some specs on the fan and then just try it! Have a look at some of the earlier posts, or try … | |
Re: Well for a pricetag of ~ $440 you could get rather a lot! You could even get a 22" LG L226WTX-BF for about $370 on Amazon.com; and that's a pretty nice monitor. If you do really want a 19" then the LG you've suggested would probably be good (I've had … | |
Re: So simple, but the correct way of troubleshooting. Take everything out and identify the problem - Asus mobo's seem to be particularly picky when things fail! :( | |
Re: Yup thats right. It should only display the resolutions up to the native. If it allowed you to choose higher then there would be a risk of someone selecting it and making the mistake of turning the graphics output into high resolution garbage that the screen can't display. My GPU … | |
Re: Out of that list, I would've thought the ATi X1300 would be the best bet. If you could find a PCI version of that in full form then that would do you. Or you could upgrade your motherboard and use a new card - but then you would probably have … | |
Re: Dodgy GPU or screen connectors. Flickering is never a good sign so send it back! -- like dogbreath says :) | |
Just got a new Sony Vaio SZ660NC through the door and had it running, all's ok. Sony update works it's magic - all ok. Reboot, and NOTHING. Power will come on, bluetooth and power light come on but that's about it. HDD and DVD spin up but no further activity. … | |
Re: Or use Dreamweaver 8 - I've found too many annoying issues with CS3! | |
Re: Ah they're all the same! Well chances are it's just a dead button like you said, and if so you will need to open up your laptop. If you haven't done this before, you need to be really careful and ensure you're grounded, in a dust free environment. You may … | |
Re: Having worked on many Sony's myself, did you make sure that you replaced EVER niggety little ribbon cable, every little wire and every little screw? Even if it was just 1 wire not plugged it it could kill the system. I left out the ribbon cable for the keyboard on … | |
Re: Or you could use an IFRAME (embeds the content better in the page). This would always use the same menu but would make editing the pages easier. If you could provide an example of your content we could come up with some better solutions :) | |
Re: Okay - so a couple of things. - You know the hard drive works? (Does it spin up). - You have the correct connector (eg. SATA or IDE) If so, go into the bios and check that all of the IDE devices are enabled and set to auto-detect. (None say … | |
![]() | Re: Yup, better to run it paired - the extra 512 probably won't be too important under XP; unless you're running Vista in which case the extra memory might actually be a good idea. I'd try to get another stick (it'd be pretty cheap) and then you'd have 2 pairs :) ![]() |
Re: I'd suggest finding a torrent sharing script if you're not too sure about it. Then you would have a fully functional script, and just need to focus on the design. | |
Re: What language is the site written in? Dreamweaver will only show a design view for .htm and .html files. Otherwise Dreamweaver has developed a problem - probably best just to reinstall it and check for updates. | |
Re: ^ I'm with it's still being accessed. My pc won't let me eject my USB hard drive UNLESS I close all programs that I was using files on. So I may have had a Word file open, but instead of just closing that file and leaving Word running I have … | |
Re: Has anything changed since it was last working? Any settings or drivers? | |
Re: Yup, update windows to SP2 (as it's genuine you won't have a problem) and then restart. Go into device manager if they still aren't working and uninstall ALL USB devices. Scan for new hardware using the same once you've done that and it should pick the ports up as USB … | |
Re: If it's a bios issue search for any issues found with the new version. It may be that there's a problem with it that would be easy to fix. Try resetting the bios settings (you could take out the cmos battery for this), then try safe mode and see whether … |
The End.