5,277 Posted Topics
Re: So, if you are using just plain HTML, you are going to have quite a bit of challanges to develop a system that the one you desribed. If this is just for an assignment at school, or you simply need to build a presentational model, that's fine. Also, can you … | |
Re: The WAN connection that is available to your University depends on many factors. Your best bet is to contact the various communication providers that service the area. You cant always go by bandwidth vs price. You'll find that some connections with less bandwidth may be more expensive. The key here … | |
| |
Re: Some things to note since you are new to AD. With regard to GPOs as you have seen they are made up of user and computer settings. The user settings apply to user objects and the computer settings apply to computer objects. So when you link the GPO to an … | |
Re: Yes, you are correct. I went through the same issues. We had to go back and update views in other databases that pulled information from SCCM 2007. All of our custom SQL procedures that created reports had to be updated. We had a similar issue moving from SCCM 2003 to … | |
Re: I'm mot a Java expert but it appears to me that the method you are using to maintaining a hit counter depends on your application server remaining uninterrupted. It you restart services, you will loose the count?? Since you want to incorporate handling the IP, i woukd tend to think … | |
Re: I cant think of any reason why it would be different when adding a textbox as opposed to a dropdown list. Are you working within design view, or completely within the code behind page with regard to this gridview? | |
Re: Go to HP's website and check their support pages. See if there is a newer package for the keyboard hotkeys that you can install on your computer for Windows 7. | |
Re: Can you elaborate on what you are referring to with regard to "virtual wi-fi router"? | |
Re: I'm not strong on php or mysql, but based on line 10 in your last script, it appears to me that you are inserting rows into a table where the ID field "auto increments"? If that is the case, the statement, I would expect should look like this... `INSERT INTO … | |
Re: So, i always look at these types of scenarios with a cost/benefit analysis. You have to consider the amount of time and energy with what you are trying to protect. What is the benefit of increasing security, monitoring, etc, and what does it cost you to implement such measures. Based … | |
Re: Also, it looks like you are using a. Image as a placehokder for the navigation div. the elements that you ultimately use will have a direct impact on the styles you use to design the layout. | |
Re: If you are trying to access this server from outside of your private network (the Internet), the static IP address that you are referring to is the one that is provided to you by your ISP and is configured on the router or modem that connects your network to your … | |
Re: I'd recommend downloading MalwareBytes. If for some reason you have malware on that system are unable to access it, download it from another computer and copy the file via USB. Install and scan your system. | |
Re: Click on start, click on run, type regedit. Hit enter. When the registry editor opens navigate to the location shown on the pic you provided. Delete those entries. | |
Re: The width appears to be the same as your navigation, unless I'm not understanding what you are referring to.  | |
Re: If your solution is solved, it is appreciated if you post information about how you solved the problem so that others that have a similar issue can benefit from this thread. | |
Re: I am certainly not an expert in this area, but I would tend to beleive that the touch screen would behave in a simliar manner as if you where accessing the site using a mouse. If the web application is going to be mainly interacted with via touch, then the … | |
Re: If you want to post between pages, you will have to remove the runat attribute from the form element, but you'll loose the asp.net ability. You may simpy pass the parameters in your redirect using a query string or store the values in session variables. There are some other options. … | |
Re: With domain names and hosting so cheap these days, I also would recommend that you set up your site with a hosting provider. These hosting companies have already invested into their networks, server infrasructure, etc... | |
Re: Go to the device manager and see if the device shows as unknown or in need of an updated driver. Go to the computer vendor's website and download a windows 7 driver for that touch pad device. If there is no driver, you are most likely out of luck because … | |
Re: Windows 7 or another Windows workstation class OS has no built-in DHCP server service role. If you want to run DHCP services on a Windows 7 computer, you would have to run a 3rd party DHCP application. Alternatively, you an run a Windows server (or other server OS) as a … | |
Re: You probably have a lot of background apps starting in combo action with a fragmented hard disk. You can use msconfig to take a look and modify your startup. Definately ck to see if the drive ca. Be defragged. | |
Re: the reference to server-side is to a language such as PHP, ASP.NET, JAVA, etc... | |
Re: Did you recently register the domain name and/or update DNS records? If recently registered, it would explain a delay in replication. Use NSLOOKUP to check the IP address that is resolving to the hdost name. | |
Re: My all time favorite was the Bridgestone "Reply All" Superbowl 2011 commercial. http://youtu.be/GaO8WltLmEk I know someone that was screwing around at the office with an email and sent it by mistake. We (the group of us that witnessed it) still laugh about it whenever the story comes up because this … | |
Re: Pjrey is correct. I tested from an ipad and the links arent working. A detailed look at the source code is needed. | |
Re: It could be me, but I would tend to say that it is challenging to give you proper feedback without really knowing data that is being collected and the workflow(s) associated with it. Maybe someone else with expertise in SQL design could provide a better response. | |
Re: I had been a system admin for about 10 years managing Windows servers. From my experience, a system admin needs to be proficient in topics like...being able to understand customer requirements/ translate processing requirements into a hardware configuration, hardware managment, installing of OS, configuring, securing, monitoring, disaster recovery, upgrades, migrations, … | |
Re: Are you using an asp.net control for the menu creation? You should be able to simply apply the appropriate style to have the sub-menu come down vertically. If you are using the menu-item, this control is rendrered as a list-item whithin a list, which is generally styled as a block … | |
Re: Unfortunatley there is no valid "broken underline" value for the text-decoration property. The only thing I can think of at the moment is to apply a dotted bottom border. For example.. `Here is an example of a <span style="border-bottom-style:dotted;border-width:2px;">dotted</span> underline.` | |
Re: Did you update the web.config file with the proper DB settings after you restored the backup DB file that was provided? | |
Re: Some people tend to use the term web design and web development in the same manner. Both of which are not easy to master in a short time. Some people never do a great job at both. It's difficult to have the creative talent to design and the logic needed … | |
Re: You need the password? If you lost the password, the easiest approach is to reset the box to default settings, refer to the documentation for username and password. | |
Re: So, not sure how comfortable you are with HTML, CSS, and JavaScript, but if you look at the page's source code, depending on your knowledge, you could figure out how its setup. That's the downside of client side code. You really cant hide the CSS, and JavaScript, like you would … | |
Re: So based on your description, I think you can use this SQL query (from memory so please test it...). SELECT * FROM adm_period_pay WHERE period_id = (SELECT MAX(period_id) from adm_period_pay) **[EDIT]** after posting this... i realized that the sql query you posted above is basically the same..sorry i actually only … | |
Re: Is there a possibility that the process of creating the bootable usb drive did not complete succesfully? Have you tried on a different usb stick? Have you tried this usb drive in a different computer to see if it works? | |
Re: You would need to provide more details for guidance. How many locations, how many computers, types of computers, access required (wired, wireless). How many subnets are required? Is there a need to seperate network traffic into different vlans? Any other security requirements (perimeter firewall, secure zones, remote access, etc..)? | |
Re: "Cloud Networking" is realy just a marketing term. Different variaitions of "cloud" systems have been around for many, many years both public and private clouds. The main idea here is that you are subscribing to a service, rather than a piece of hardware. | |
Re: Most importantly, you must have an interesting blog if you want people not only to read one of your posts, but have them follow you and come back for more. You would hope that they share your posts and bring others to your blog site just like word of mouth. … | |
The End.