5,277 Posted Topics
Re: Try the `:nth-last-child()` Selector $('.employmentHistoryForm tr:last input[type="text"]').attr('name', 'dose_value[' + 'a' + counter + ']'); $('.employmentHistoryForm tr select:nth-last-child(3)').attr('name', 'dose[' + 'a' + counter + ']'); $('.employmentHistoryForm tr select:nth-last-child(2)').attr('name', 'frequency[' + 'a' + counter + ']'); $('.employmentHistoryForm tr select:nth-last-child(1)').attr('name', 'route[' + 'a' + counter + ']'); http://jsfiddle.net/H9w7d/4/ | |
Re: @beneke200- if you need to attach an event to a button, if you are developing in C#, simply start to type the `OnClick=` keyword in source view and Visual Studio will prompt you create the event.  Otherwise, if you are developing in VB.NET, go to your code behind … | |
Re: @tinytank1656 - You can disable the default Administrator account by creating yourself an account that has administrative priviledges. Log on with your user account, go to computer management, users and groups, users, administrator account, right click and click on disable. | |
Re: I would agree. You clearly indicated that this is for personal use. Therefore, you only have to satisfy your personal needs. If you were intended on the site for public consumption, you would consider other things such as what your customers are interested in, costs, etc... | |
Re: So, when you hit the reset button, you are simply reloading the page and of course since the page had no values when you first loaded it, reloading the page results in the same clean form. However, when you submit the form, because of viewstate, the values are still populated … | |
Re: For 6 computers, its not worth the cost of upgrading everything and buying the appropriate licenses to run a domain. You can setup one of the existing workstaions on the network and setup a simple workgroup network. Create the 6 users on each of the workstations with the same user … | |
Re: Sounds like you are running Windows Server 2003 Small Business Edition. If that is the case, there are several roles that get installed on that version. >What is triggering the AD install? Or should I try an older SQL version like 2005 or 2000? Normally SQL does not install Active … | |
Re: Some syntax issues with your example... try this.. <!doctype html> <html> <head><title>My Contacts</title> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('input[type="text"]').focus(function(){ $(this).css({ "background-color":"silver", "font-size":"12px", "color":"green" }); }); }); </script> </head> <body> <form> <input type="text" name="text1"><br /> <input type="text" name="text2"><br /> <input type="text" name="text3"><br /> <input type="text" name="text4"><br /> </form> </body> </html> If … | |
![]() | Re: >as opposed to simply adding: add(num1) Do you mean this... `<input type="button" onClick="add(num1)" />` That doesnt work because "num1" doesnt have value. Just because you are using "num1" as the ID of the input element doesnt mean you can use it that way. Maybe you are confused because you are … |
Re: Made some adjustments to your code... <!DOCTYPE html> <html> <head> </head> <body> <script> var img1=new Image() img1.src="image/pic1.jpg" var img2=new Image() img2.src="image/pic2.jpg" var img3=new Image() img3.src="image/pic4.jpg" var img4=new Image() img4.src="image/pic5.jpg" var img5=new Image() img5.src="image/pic3.jpg" var img6=new Image() img6.src="image/pic6.jpg" var img7=new Image() img7.src="image/pic7.jpg" var img8=new Image() img8.src="image/pic8.jpg" var img9=new Image() img9.src="image/pic9.jpg" //--> … | |
Re: Does your webserver support PHP files? Do you manage your web server, or is this being hosted somewhere? Do you have a link to one of the pages to look? | |
Re: regarding.. >XHTML I highly recommend you consider HTML5 instead. There's no reason not to. XHTML is simply bringing stricter rules/standards to the markup which you can implement in HTML5 anyway. Just because you may be hearing that some browsers dont fully support HTML5, that's OK. As you learn HTML5, you'll … | |
Re: I would suggest that you show the popup message prior to the post. You can achieve this result using javascript and/or jquery. It can be as simple as using the confim method on your button... `onclick="return confirm('Are you sure you want to delete the record?');` | |
Re: I had the same issue on my site. The fix was to use min-width instead of width. so, try `min-width: 100%;` | |
Re: Try powering off the computer, turning it back on, but booting Windows in Safe Mode instead and see if there is a difference. When did this start happening.. After you installed something? | |
Re: What do you mean exactly? Are you working with an existing site that you want to upgrade/polish or migrate the server side scripting from one platform to another? All of the above? ![]() | |
Re: I'd recommend you test your site on [http://www.webpagetest.org/](http://www.webpagetest.org/). I ran a test against your site and it wasnt scored very well. If you look at the summary, there are quite a bit of recommendations related to compressing and caching. | |
Re: I used to teach MCSE classes back in the day. Those students who would come in with little networking knowledge had a tough time during the courses. I always recommend starting with coursework that aligns with the CompTIA A+ and Network+ tracks before jumping into Windows Server training courses. Be … | |
Re: You are likely to be on a /24 segment at home so if you PING'd each IP, at most, you would do this 254 times before getting a response back. Alternatively, I'm sure you can find a "ping sweeper" utility out there where once you run it, you provide the … | |
Re: >The modal has 3 tabs. It should usually open on tab one (it does), but in this instance I would like it to automatically open on tab 2 when a particular link is followed. How is the first tab chosen? In many cases, I've seen the implementation where you assign … | |
Re: Your description is a bit confusing. A network diagram with IPs would be helpful. I don't understand why you have wired and wireless connections and a computer with both. Doesn't make sense. | |
Re: The user is going to access your website by hitting a specific web page. What you can do is redirect the user to a random page on your site. There was a similar recent discussion about redirecting and random pages. Take a look: http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/467181/delayed-auto-redirect-to-a-random-url.-just-a-little-help-needed | |
Re: So to get you started on the right track, you will need a form on this page. Meaning, your input elements will need to be within the form. Once the user submits the form, you will send the data to another page running your PHP code. Here is an example....just … | |
Re: A very easy and inexpensive way of doing this is to connect your computer to your TV using it video out connection...would be nice if you had an HDMI port on your computer. I use to watch all sorts of video formats on my PC and displayed them on the … | |
Re: > My question is - do I need to command the DSL modem to manually disconnect the PPPoE connection, then use the PPPoE function in the LinkSys router to get the router to connect to the DSL line? Is there a simpler way? You cannot have both devices trying to … | |
Re: Just to add... >I need to develop a website which uses HTML. All web pages regardless whether you develop using HTML markup, or server side scripting, or content management systems like JOOMLA will ultimately render HTML. Web browsers are developed to understand HTML markup. So no mater what you develop … ![]() | |
Re: Drawing the hollow square with what? a pencil, javascript, etc..? | |
Re: What do you mean by this statement: > "have a column with dates of inserting records" With regard to... >I don't know how to go through the database, through all tables, in chronological order You use a SQL SELECT statement to query the database table. If you have more than … | |
Re: While not so nice within your post, looks fine if I click on the small thumbnail at the bottom of your post because the image is displayed in a new page. You may want to try it again, but rather than exporting as a gif, try png as I did … | |
Re: Think about an assembly line... its going to produce widgets as fast as its slowest component. Same goes with a computer. Its going to be limited by the slower components. While RAM is important for a system, people make assumptions that they need to purchase a system with the fastest … | |
Re: >how will i get the record of the previous page on the grid view even i navigate to many pages in the gridview?? Are you handling the update via code-behind? if so, did you include a gridview.databind() at the end of the update process? | |
Re: >how to prevent it from indexing ugly Well, first you have to make sure that you do not have any links on your site or any links published anywhere on anyone else's sites that include the query string in your URL. If you do have those links published, Google's web … | |
Re: Sounds like what you are really going to be storing is an "extended profile/account info". there are quite a bit of unused attributes in the directory to store info and of course, the schema can be extended, but anyways... So, regarding the database portion, what do you need help with? … | |
![]() | Re: Firewalls are generally in place to secure the network. If you are trying to access content that's not allowed on the network that you are on, its best to comply and simply access that content from your own network that you manage/pay for. By attempting to bypass security components, you … |
Re: The link you provided does not appear to be correct. | |
Re: So, based on the link you provided and your description, what you are asking is that you want to create your own RSS feed from a data source, correct? You can use the XmlTextWriter() method to do this. If you data is in a data source such as a database, … | |
Re: So this is a pretty common problem, but fairly easy to fix. With the appropriate page structure and styling, you can have your footer pushed to the bottom of the page even when there isnt enough content to do so. In your case, you have too much additional space which … | |
Re: I dont see any links either. If its only happening on your browser, its likely to be a plug-in of some sort, maybe a toolbar that you have loaded. | |
Re: TCP/IP is actually a suite (grouping, stack,etc..) of protocols. HTTP is a protocol within the TCP/IP suite. Other protocols in this suite are TCP, IP, SMTP, FTP, etc.. There are TCP/IP protocols found spread across the OSI/TCP model. | |
Re: The message you see if because the computer is unable to find a bootable source. What is your objective? Are you trying to perform a clean install of an OS? If so, go back to the BIOS, make sure that your DVD drink has a higher boot priority. Then boot … |
The End.