Hello, I'm Tim Cooke Community Center Say Hello! by trcooke … learned of this forum only recently so thought I'd drop in and see what's going on over here. Re: Delete unused MySQL indexes Programming Databases by toneewa … for redundant indexes manually or use the Percona Toolkit. Test drop indexes in a non-production or staging environment first. Like… always, make a backup or snapshot. ALTER TABLE nasa_table DROP INDEX index_name; Monitor after dropping each index for any issues… Re: Wifi Connectivity Issue Hardware and Software Networking by gowtham_6 Hey! Just try giving your router and PC a quick restart, update your WiFi driver, turn off that power-saving thing on the WiFi adapter, forget the network and join back in, then run the troubleshooter. If it’s still acting up, just drop the error and your device info here! Re: Hello, I'm Tim Cooke Community Center Say Hello! by Reverend Jim Hello and welcome to Daniweb. Re: Hello, I'm Tim Cooke Community Center Say Hello! by John_165 Welcome aboard! I’m also a member of CodeRanch. Re: Hello, I'm Tim Cooke Community Center Say Hello! by Dani Hi Tim! Welcome to DaniWeb. Thank you so much for taking the time to join us over here. Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by graceweb This was a fascinating read, Victor! The way you applied psychological principles like authority bias and loss aversion really shows how impactful small tweaks can be. I especially appreciated the emphasis on emotional storytelling, it’s often overlooked but clearly powerful. Thanks for sharing such actionable insights! Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks Programming Computer Science by usmanmalik57 ….concat([neutral_sample, positive_sample, negative_sample]) # Reset index if needed dataset.reset_index(drop=True, inplace=True) # print value counts print(dataset["airline_sentiment… Re: Are we being played by AI? Let's Discuss! Community Center Meta DaniWeb by Dani … not responding to any medication. I don’t mean to drop the ball on this thread. Re: Which is the best email marketing tool you ever used? Digital Media Digital Marketing by Adgcraft11 … also offers a wide range of templates, easy drag-and-drop design tools, and seamless integrations with other platforms like Shopify… Re: Any jQuery 4 users? Programming Web Development by Neil_brown001 … well with modern tooling. Better integration with modern browsers and drop of IE support (finally!) — this has let the team clean… Re: Create Infinite Loop In Bash Hardware and Software Linux and Unix by asadalikhan while true; do echo "Running..."; sleep 60; done This runs forever, printing "Running..." every 60 seconds. No script file needed, just drop it in the terminal and you're good. Re: Delete unused MySQL indexes Programming Databases by Reverend Jim I thought it would be as simple as DROP INDEX index_name ON table_name; As for removing only unused indexes, … Re: What Happened When We Applied Psychology-Backed Tweaks to a Funnel? Digital Media Digital Marketing by graceweb It’s amazing how just a few strategic changes can turn a struggling funnel into a success story. The emphasis on trust signals and emotional storytelling really resonates—those elements create a connection that can be the deciding factor for prospects. Thanks for highlighting those key takeaways! It’s a good reminder that sometimes it’s not … Re: Drop Down Menu Digital Media UI / UX Design by iamthwee Drop down bar you have two to choose from Superfish or jmenu. Use the example and style it as you wish. drop down Programming Web Development by baig772 i m creating a new row onclick containing 3 drop downs in it, if i add 3 rows drop downs are shown but thier names are same, how can i change the name of every drop down in each row so that it can be handled on php page? any help Re: drop down Programming Web Development by diafol … row = 1 etc): [CODE]$_POST['drop1'][0] = first row first drop $_POST['drop3'][3] = fourth row third… Re: drop down Digital Media UI / UX Design by BlackHawck …quot;]Attribute Description[/COLOR] disabled Specifies that a drop-down list should be disabled multiple Specifies that … be selected name Specifies the name of a drop-down list size Specifies the number of visible… options in a drop-down list [B]Event Attributes[/B] The [… Drop down Digital Media UI / UX Design by Alv45525 Hi, i've been looking for a horizontal drop down menu making use of tables on the web.I found some with the menu horizontal, but making use of list and the drop down was vertical. I need both of them horizontal...Can any one help plz... Re: Drop down Digital Media UI / UX Design by Alv45525 NO the thing is that i nedd both layers of the drop down menu to be horizontal Re: Drop down Digital Media UI / UX Design by blocblue … the thing is that i nedd both layers of the drop down menu to be horizontal[/QUOTE] Thx for the NO… drop down Programming Web Development by shraddha mohite help me to set value in drop down .I want to fetch two ids 1.$row[0]. … Re: drop down Programming Web Development by OS_dev [QUOTE=shraddha mohite;1140293]help me to set value in drop down .I want to fetch two ids 1.$row[0]. … drop down Digital Media UI / UX Design by polongz hi!!!! can anybody help me.,.how to tag a drop down in my navigation?because I dont know how to … Drop down Programming Web Development by Bibhakar I have created a sql database table country with country name and country code. I have selected only country name in the drop down list. Now I want to insert the country code in the database using button. Re: Drop down Programming Web Development by JorgeM What you may consider doing is binding the country name to the text and country Id to the value properties of the drop down. Then when you press the button, in the button's click event, get the dropdown.selectedItem.value and save it to your DB table. drop down Programming Web Development by snehaanjit i used array function to show list of drop down but for edit the form i want to show … drop down menu crash when quckly move on and out Programming Web Development by azegurb …center center repeat-x; /*THEME CHANGE HERE*/ } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; border:…this.clearhidemenu() this.dropmenuobj=document.getElementById(dropmenuID) //reference drop down menu this.asscmenuitem=obj //reference associated menu item… Drop-Down TreeView Control (faking it) Programming Software Development by DdoubleD …} [/code] In our SelectionChanged method, we update the pseudo drop-down treeview's [icode]textBox1.Text[/icode] to reflect the… EventArgs e) { // If treeview is not visible then do the drop down (make it visible)... if (!treeView1.Visible) { saveSelectedNode = treeView1… Drop Down Lists inside of a GridView Programming Web Development by kralco626 … user edits, because I need to set the drop down lists to the current values. For example …option 3, when i click edit and the drop down menu apears I want it to default to…. To do this I need to access these drop down lists in my code behind. How do …tried access them in the onediting method but the drop down lists seem to not be created yet. …