5,277 Posted Topics
Re: Most browsers will display standard HTML 4.01 elements about the same on the screen. however, when you introduce CSS (cascading style sheets), in your case - nav_files/css3menu1/style.css, you;ll need to do some further research on which elements are not displaying correctly and modify/add additional style information so that you can … | |
Re: Are you able to retreive data? in other words, can you issue different SQL commands and get the same result or are some of the SQL commands not working while others are? | |
Re: Depends on Access and SQL. What version of Access and what version of MS SQL? | |
Re: Ok, so yes all of your answers are correct. On i) #3, I assume that they are asking you total number of hosts for all of your subnets. With a /19, you have a total of 8 subnets. So does this mean to answer this question you multiple 8 * … | |
Re: Host-only networking provides a network connection between the virtual machine and the host computer, using a virtual Ethernet adapter that is visible to the host operating system. This approach can be useful if you need to set up an isolated virtual network. This is not the type of network connection … | |
Re: You may want to look into the use of SQL Triggers. A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database server, such as an update. | |
Re: > My question is, Is the method on calling textbox from web page to another web page is the same as selecting a data from the database to display it on the user's profile? When a user clicks on a row in the datagrid, you need for something to happen. … | |
Re: Hello. There are several ways to handle this. One being is to simply use a group policy object (GPO) to reset the local administrator password for the computers in the domain. If the user's no longer have the local admin password, they will not be able to log on their … | |
Re: Rapid change? What are you referring to? Search engines companies like Google are routinely developing their algorithms improving the way they rank the pages they index. | |
Re: Building page rank takes quite a bit of time, in my experience, a lot of hard work and commitment if you are doing this by writing articles on other people's sites The best way to build up your rank is for people that are interested in your site to create … | |
Re: I beleive that there is a difference. The SQL code you have in Method #1 is the equivalent to a cross-join. SELECT * FROM table1, table2; SELECT * FROM table1 CROSS JOIN table2; ![]() | |
Re: As long as you do not need to join tables between the two DBs, it's not a problem. The only disadvantage is the Managment of 2 DBs and extra connections but I don't foresee a noticeable performance issue because of it. | |
Re: Its hard to tell you what how your tables should look without more information. In general, when designing a relational database, you would want to normalize your data as much as possible. Creating an ER diagram helps you build your tables. Based on the information you provided, if you are … | |
Re: This is not unusual as it may seem. I would recommend that you start with a high level diagram of the network by including the connection to the internet, router, switches, servers, then workstation subnets. Once you have the high level, connect to each system document a more detailed diagram. … | |
Re: media disconnected simply means that the NIC was unable to succesfully link the connection. If this is a wired NIC, then check the cable make sure its plugged in properly. If the cable ends appear to be damaged, replace the cable. If the cable looks OK, try plugging the cable … | |
Re: has this only occurred just this once or does it happen routinely? When this occurred, was the Windows 7 machine able to access other hosts in the subnet, how about remote subnet such as the internet? Next time this happens on the windows 7 follow these basic steps to test … | |
Re: So if you have the HTML, DB, and server side scripting language, what help do you need? In other words, what do you mean by not knowing how to start making websites? Are you asking about hosting the site itself then or tools to develop with? | |
Re: There is no upgrade path from Vista x86 to Win 7 x64. The Clean install is your only option as suggested by scudzilla. | |
Re: Have you explored using JavaScript as an option? document.getElementById("id").style.backgroundColor="value" | |
Re: Did you install anything prior to doing this hard reset such as updating a driver? When you turn on the computer, hit F8, and select last known good configuration. If its a configuration problem that is causing this issue, invoking the Last Known Good Configuration will resolve the issue. If … | |
Re: Aside from the application issue, start by validating network connectivity. Also, think about what is in between these two systems that may be filtering traffic, such as a firewall. -Try a simple PING test. Can you ping the server by IP address? -Try to conenct to the port that application … | |
Re: Try... <form method="post" action="somewhere.php" onSubmit="return checkuser()"> | |
Re: I think you may have the generic term "cloud computing" confused with "grid computing". When you hear/read about Cloud services, the general concept is that rather than hosting your own infrastructure, you leverage an infrastructure that is shared by many (although data is seperated). For small orginizations, it makes sense … | |
Re: IANA is a department within ICANN, as I understand it. IANA does have a delegation record for the .lk tld. See: http://www.iana.org/domains/root/db/lk.html So when a DNS request is sent to the root servers, according to this link I posted, the resolver (system making the DNS request) would be referred to … | |
Re: These devices that have built-in "print servers" are compatible with all printers as long as the interfaces match. What I mean is that this print server has a usb connection and as long as your printer also has a usb connection, you will be good. In the past, these print … | |
Re: I see that you are applying the "normal-text" class to the table. Just out of curiosity, try applying this class to the paragraph <p> element directly, see the results. | |
Re: With regard to your HTML table, the flow of the element's is not corect. First is the <table> element, then table row <tr>, then its table data <td>. So an example of a table with one row and two cells would look like this: <table> <tr><td>first cell</td><td>second cell</td></tr> </table> There … | |
Re: hello, What you are interested in implementing should not be too challanging. You first need to decide on what server side scripting language you will be coding this in. For example, while the web pages will be coded in HTML, to handle the database connections, you'll need to include a … | |
Re: I have read some other threads on this forum that this site, daniweb.com, was also recently affected by the most recent Google algorithm update. There were some recent changes on this site and it appears that the recovery is in progress. I beleive that sites that are considered as content … | |
Re: Since 8 is still a CP, I would suggest you evaluate it as a VM so you don't go through the trouble of blowing away your stable Win 7 host system. Win 8 runs pretty nice on a VM. You will need to use either Oracle Virtual Box or VMWARE … | |
I think that there are alot of members on this forum that receive quite a bit of their posts voted for, but receive no postive or negative reputation points. I would tend to think that the majority of the time, the members that are doing the voting are not aware … | |
Re: Your confirmation is correct as artphotoasiA described. It takes a bit of time, but it will self correct. As the search engine spiders visit the old link, they will be redirected to the new link. They will report back and the references will be updated. ![]() | |
Re: What do you mean by "remoting"? please elaborate. | |
Re: it is actually very funny, thanks for the good laugh this morning. | |
Re: You can assign the IP, subnet mask, broadcast address seperately or together with one command: ifconfig eth0 192.168.1.1 ifconfig eth0 netmask 255.255.255.0 ifconfig eth0 roadcast 192.168.1.255 ifconfig eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 | |
Re: Hello, So my asp is not as strong as asp.net because I switched over to asp.net when I first picked up asp. This is very easy to do using asp.net. Bear with me here on the asp part, but I beleive that you can do this using your If Then … | |
Re: I would not recommend using H2 just for the default formatting. Apply a style to the H1 elements. The best approach is adding the style in your external style sheet. For example, h1 {font-size:1em;} Substitute 1 for the value of your choice that best suits your pages. | |
![]() | Re: For £6, I would probably take the 2GB graphics card. Unless you have a specific need for the extra CPU power, I would focus on the slowest components of your system. The slowest component is generally second storage (hard drive). A SATA III, 7200 RPM 32GB is pretty good though. … ![]() |
Re: Not sure what you are trying to accomplish with the clear. Can you elaborate? Normally, you can use the clear property to have your HTML element either clear left, right, or both. For example, if you had an image above the paragraph that had the float set to left, without … | |
Re: The first step is to resolve network connectivity. When you use the cross-over cable, did you check to make sure that the link lights on both computers lit up? Next, both systems need to be on the same logical subnet. Since you have two computers connected, you should configure them … | |
Re: Yes, just like a browser requests the page, you can write a program to do the same. When you ask about rewriting, you do realize that you wouldn't be changing the actual website page. If you elaborate on what you are trying to achieve that would be helpful in getting … | |
Re: @scudzilla, the previous posts in this thread are from 2 years ago. I suspect that someone posted in this thread and their posting was removed by a moderator. | |
Re: What VM application are you using Virtual Box, VMWare, Virtual PC? Host Only may not be the correct network choice (names vary by VM product). You want to choose the network that means "private". Other options generally include, NAT, and bridged. Also, are you comfortable with the IP settings? Do … | |
Re: You need to go back and check the code on those pages. It sounds like you have code in their that crashing the web app. What you can try is if you access the page with IE, go to the advanced options in IE and clear the "Show Friendly HTTP … | |
Re: So, you have been provided with the nework 192.168.2.0/24 and are asked to subnet it to allow up to 60 hosts. To do this, we need to apply the correct subnet mask. If you use a /26 (255.255.255.192), you can have up to 62 hosts on each subnet. With a … | |
Re: JavaScript.do? are you sure about that message? Also, do you really mean Java? Java and JavaScript are two different languages. It may help to take a look at your HTML code to help you determine the issue with the textbox placement. | |
Re: In my opinion, rather than developing a custom login solution, I would leverage the login controls that already come with visual stuio. Take a look at some of the tutorials on the Microsoft Official site for asp.net: http://www.asp.net/web-forms/overview/security, forms authentication overview: http://msdn.microsoft.com/en-us/library/7t6b43z4.aspx |
The End.