5,277 Posted Topics
Re: So I would also recommend Robocopy. Its included with Windows 7 so you dont have to worry about downloading a copy. In addition, since you will be reading and writing files to remote systems, you'll most likely need to run the task as a user account that will have the … | |
Re: You can do this with JavaScript/jQuery fairly easy. it would be helpful if you post your relevant code here, or provide a link to your site online, or upload a sample to jsfiddle. | |
Re: Lets tackle the easier part of your question... How to center a div element. A div element, being a block level element is very easy to center horizontally. You only need to assign it a width and left and right margins set to auto. For example... #div1 { width: 960px; … | |
Re: its going to be difficult to help you without any relevant sample code, link to the site, etc.. When you say "hidden", how are you hiding this...within a <asp:panel .../> control? Or are you hiding the menu client side with CSS/JavaScript/jQuery? > i know the code work becaus i tested … | |
Re: You can always take a lol at the source code of the page to get an idea of what is implemented. These vertical menus can be built using CSS alone by changing the display property on the style and pseudo style :hover. There are also fancier ways to do it … | |
Re: homework? that would be absurd...no one would copy and paste their homework assignment on a forum... - وهج How about you setup remote control software on your networked PC so that we can log in remotely and do this work for you, free of charge..i'm sure there will be a … | |
Re: If you have this site online somewhere to take a look, that would be best. Otherwise, posting **relevant** code on this thread would be OK, but please do not upload hundreds of lines of code. it makes it challenging to assist. | |
Re: > sub.sub.domain.com Yes of course, this is how DNS works. Now whether your provider will do this for you without any additional charges, you'd have to check with their support to find out if they offer DNS management services past the second level domain. If GoDaddy doesnt provide this service, … | |
Re: Here's one option. Create two links above... a login and register. They can be side by side by doing something like this. <a href="#" id="loginLink" class="topopup">LOGIN</a> | <a href="#" id="registerLink" class="topopup">REGISTAR</a> Ok, then just add a block of jQuery code to show and hide the appropriate form. <script> $("#loginLink").click(function() { … | |
Re: Adding the `backgound-color:white` style to the div element that currently has this class: fb-like-box fb_iframe_widget, seems to be an option.  | |
Re: So with regard to these two tables, do you have a foreign key in the COUNTRY Table that creates a relationship between the countries and continents? If so, what you can do is have the dropdown list autopostback (autopostback=true) when a user makes a selection in the first dropdown list, … | |
Re: The external style sheet stores plain text. Your browser will display simply display the text on the screen. | |
Re: > Doesnt BOOK generate same/new PUBLISHER_CODE from PUBLISHER table since its a foreign key No, you have to insert that value. Modify your book table to a design similar to what hearth listed above. | |
Re: I would prefer to live a few years less... over castration. Thanks. | |
Re: How are you referencing the stylesheet from your HTML page? | |
Re: > please help "please help" isnt required to be in the post. It is understood that the reason why you are posting is because you need help. In any case, the best way to get help on this forum with regard to your type of question is for you to … | |
Re: If you have an extra hard drive, even if its not a large drive, you can plug it into your computer and configure Windows to move the pagefile to this other drive. This could release 1GB+ of space on the system drive. In addition, having the pagefile on a seperate … | |
Re: Paying for a domain name is not the issue here. You can host any domain name you want within your own network assuming that your host name resolution (DNS) architecture is configured accordingly. When you say that you set up a subdomain on a VM... What do you mean exactly? … | |
Re: I typically buy from the APC brand. However, there are other brands out there that will do the job as well. No matter what device you purchase, its important that you maintain these devices properly (routine checks, replace batteries when they go bad, etc..) because they do fail and you … | |
Re: > Just wondering why you want to echo :-) I agree. I dont see the value of having the PHP 'engine' have to convert PHP code into HTML in a case where there is no dymanic data being built from a data source. | |
Re: There are different types of popups. You can generate alerts or open new windows via Javascript or you can show hidden div elements when a certain event happens. Which kind where you interested in? | |
Re: > can someone help me i have 2 hour waiting for a answer I cant speak for others on this site, but I think you find that for a community of members that provide their time voluntarily, the response time to posts is excellent. When new members start to indicate … | |
Re: Hello and welcome. you've come to the right place. its a great community for learning. | |
Re: >message.Button1_Click(Object sender, EventArgs e) in c:\Users\Star\Desktop\AVBrothers\message.aspx.cs:57 You may want to check on the message.aspx.cs (I assume the code behind file). You may have the reference to the URL that is generating the 404 (Page not found) error. | |
Re: I'm not sure your logic is correct. From what I am interpreting, you are going through your for loop and comparing each value. You are not exiting the for loop at the time there is a match so the results are always going to be the same unless the description … | |
Re: To get help, you need to provide relevant code and more details with regard to what's not working, etc.. | |
Re: Just to add to the great information posted so far, you can think of span as a tool to style a container that can be used to style one or more words or phrases. In addition, its useful as a target container when using JavaScript where you may want to … | |
Re: The router "speeds" you are describing sound like they are related to the WiFi not the router's WAN interface. | |
Re: So it is not an absolute requirement to know HTML & CSS to have a website. Many of the hosting providers have GUI driven packages and/or content management systems where you simply add content through some interface. However, if you are interested in having more control over the website where … | |
Re: You can place the alert within a function and use the setInterval method to call the function every certain number of milliseconds. setInterval(code,millisec) | |
Re: > I dont have any password just windows authentication.. Windows authentication would work fine if the computers are members of the domain and in your SQL server you allow domain users to access the DB. If these two computers are not part of a domain, you should still be able … | |
Re: That's a very vague question. What kind of help do you need? | |
Re: Chrome's "developer tools" are pretty good and included in the browser (Ctrl-Shift-I), or click on Tools, "Developer Tools". You can inspect as with the other tools mentioned, and make changes to the page's settings. Great for testing and debugging. | |
Re: I dont have the code handy at this particular moment, but have done work in this area prior. I'd recommend you start looking at System.DirectoryServices. DirectoryEntry and DirectorySearcher are the objects I would typical use to connect to get and search for info in AD. You can also use Directory … | |
Re: > I've been informed (by VB.net) that I'm doing something wrong. What's the error message you are getting? You've only provided the SQL query, but that's not enough to know what the problem is. | |
Re: If I may add some additional information to help clarify the thread... What actually determines an IP's class in a classful network is actually the IP addresses's leading bits. All Class A addresses will have first leading bit as zero (0). So, actually Class A's range is: 0.0.0.0 - 127.255.255.255. … | |
Re: The typical response you'll find based on your post is use a search engine such as Google to look for online tutorials. There are a lot of sites out there with basic information about JavaScript. For me, I always prefer a good book, text editor, and browser when practicing/learning JavaScript. … | |
Re: Can you provide the URL of where this web page is located...the code you provided is not enough to be able to determine what the problem is. | |
Re: It would really help if you provided a link to your site, or your code. | |
Re: Well, the first issue I see is that you have 8 items each at 13% wide. Thats more than 100%, so it wont fit across your display. Also, I'd recommendt hat you do not apply inline styles, as it makes it very difficult to make changes. You should consider using … | |
The End.