Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim …) thousand and one tweaks that really should be default like disabling the multi step context menus that present only some options… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by kimnancy I recommend checking the lightgallery documentation or reaching out to their support forum for assistance with disabling the automatic swipe effect on your product page. It might provide you with specific guidance on the code modification you're looking for. Disabling of hyperlink Programming Web Development by softheart Disabling of hyperlink can be done by the help of Javascript, … Re: enabling n disabling of panels Programming Web Development by SheSaidImaPregy Disabling shouldn't be the right property.. I think you're looking for Visible. Just set the visibility property to false. Panel1.Visible = False Re: Meta Refresh and other settings? Hardware and Software Microsoft Windows by idcj disabling meta refresh could break a few websites, especially download sites which will redirect you to a mirror to download a file. Many mail sites like yahoo sometimes use refresh after the initial login to take you to a less secure page. Make sure all your favorite sites work well without the refresh and then maybe you could leav it off. Re: Resolution for Rounded Corners Community Center Meta DaniWeb by Dani Disabling all graphical ads is available to moderators and sponsors. If you don'ate for a few dollars a month that option will become accessible to you: [URL]http://www.daniweb.com/techtalkforums/payments.php[/URL] The donation would offset the revenue that you generate from seeing the ads. Re: AVG finds a trojan on my comp Hardware and Software Information Security by marijana :-) disabling script debugging solved that problem all right! THANKS!!!! but i … Re: Intel 82845G/GL/GE/PE/GV Graphics Controller Problems Hardware and Software Hardware by Catweazle Disabling onboard graphics will not disable the motherboard - it will only … Re: Javascript not working in Firefox Programming Web Development by felgall Disabling right click is done using a single statement. <body oncontextmenu="return false;"> This works for both the mouse and the keyboard in all modern browsers except Opera (which doesn't allow you to block right click). Re: phpBB bots creating fake users! Digital Media Digital Marketing by stymiee Disabling it in the template will not solve this problem. The form submission can still succeed because it does not need to come from your website. You will need to remove it from the code that processes the form submission or just remove it from the memberlist. Re: C:\RECYCLER\NPROTECT\ safe delete ? Hardware and Software Microsoft Windows by DMR Disabling the Norton Protected Recycle Bin should delete the items Norton … Re: I want to disable the copy option Programming Software Development by kashko Disabling the Right click copy option MAY be possible by editing … Re: Is my motherboard fried? Hardware and Software Hardware by dcc Disabling the “restart on system failure” feature may permit the exact cause to be isolated: Right-click on My Computer, click Properties, click the Advanced tab. Under “Startup & Recovery,” click Settings. Under “System Failure,” uncheck the box in front of “Automatically restart.” Re: Movie-like Ads Community Center Meta DaniWeb by jbennet disabling intellitxt too makes it adfree! Re: Autopostback in Firefox Programming Web Development by Infarction Disabling JavaScript would probably do it. I think the post-back is just an onClick handler (actually here's one: [inlinecode]onclick="javascript:setTimeout('__doPostBack(\'CheckBox1\',\'\')', 0)"[/inlinecode]). Or hit escape really quickly. Re: Some of my old problems are back Community Center Meta DaniWeb by MidiMagic Disabling scripting didn't get rid of the BOOKMARKS exploding link, which was the main thing I wanted to be rid of. How can I turn that off? Re: Vista sucks..not playing any media files Hardware and Software Microsoft Windows by chstrfld disabling all of the audio enhancements for my laptop speakers fixed my problem (took some dell tech supporting to figure that out). doing so doesn't affect much so try it out if nothing else works: control panel -> hardware and sound -> sound -> speaker properties -> enhancements -> check 'disable all enhancements' Re: Need More Tricks, tips, and tweaks for xp/vista Hardware and Software Microsoft Windows by jbennet disabling unnecessary services under xp can give up to 60% performance boost google for xp sp2 services - theres a good list on eldergeek. Re: Connections Tray and Shutdown Issue Hardware and Software Microsoft Windows by gaylemichel Disabling the icon in the system tray did not work. I have the latest McAfee Virus engine and DAT files, and Windows Defender, and have scanned my laptop with both and came up empty. Does anyone have another idea besides purchasing a router? I am constantly on the move, and can't take a router along with me everywhere. Thanks! Re: "There are no active mixer devices..." Hardware and Software Microsoft Windows by caperjack disabling on board sound usually is done in the BIOS or mabe in device manager ,but most likely best done in the bios/setup on bootup, look for onboard devices ,where that at in the bios depends on the bios maker .usually in peripheral devices Re: IE7 Stops responding when closing Hardware and Software Microsoft Windows by jasimp Disabling the Google toolbar lets it close properly now but does anyone have any idea what could have caused this to begin with? EDIT: After trying it twice it worked and I waited 15 to test it again. Well it would not close so it must not be the Google toolbar. Re: script to protect images Digital Media UI / UX Design by HI2Japan Disabling right click doesn't work anyway because someone can view the source to see the url of the picture with the file name, type that into a browser window and you have the picture in a window all by itself with no disbaled right click. Re: Window XP freezes when my Sata drive is plugged in, help Hardware and Software Microsoft Windows by Chaky Disabling the drive in BIOS won't exclude software issue or … Re: PXE-E61: Media test failure, check cable Hardware and Software Hardware by ibgncr Disabling the network boot worked like a charm! Thanks indeed!! Re: wireless connects buts does not work Hardware and Software Networking by Techi disabling the firewall is a bad idea. she can connect at the library so try something else. can u post the exact error message? Re: How to disable windows firewall? Hardware and Software Microsoft Windows by kristain Disabling the Firewall Using Local Policy 1.Go to Start menu, … Re: How To Disable 'Centre Click' on mouse??? Programming Web Development by Borzoi Disabling centre click won't stop them from scrolling across. It's very likely you have some content on your page which is stretching it wider than you want. Also, the url in the background image should have quotes: [code=CSS] background-image: url('../images/bg-home.jpg'); [/code] Re: hi help me Hardware and Software Linux and Unix by nonshatter Disabling the microcode update for your machine should stop this error: [CODE]/sbin/service microcode_ctl stop /sbin/chkconfig --del microcode_ctl[/CODE] Re: Disable scrubbing in AS3 Digital Media UI / UX Design by EricIskhakov Disabling the seek bar would have worked but it would have … Re: Jquery Show/Hide won't hide :-( Programming Web Development by Airshow Disabling buttons when they are not relevant is good practice as it helps make the interface more intuitive. You can try hiding elements with CSS directives but whatever you do, some browsers are prone to giving a "Flash Of Unstyled Content" (FOUC) as the page loads. I find Opera to be particularly good at giving a FOUC.