5,277 Posted Topics

Member Avatar for Ritesh_4

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 …

Member Avatar for Ritesh_4
0
197
Member Avatar for pratham3090

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.

Member Avatar for JorgeM
0
75
Member Avatar for showman13

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; …

Member Avatar for showman13
0
210
Member Avatar for maxpaine69

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 …

Member Avatar for annaharris
0
137
Member Avatar for london-G

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 …

Member Avatar for crescendo
0
134
Member Avatar for وهج

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 …

Member Avatar for cguan_77
-1
144
Member Avatar for RT00220489

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.

Member Avatar for RT00220489
0
226
Member Avatar for joshl_1995

> 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, …

Member Avatar for joshl_1995
0
259
Member Avatar for PF2G

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() { …

Member Avatar for JorgeM
0
172
Member Avatar for saucy6969

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. ![2567286d7dd1bfb0c34ac9939dfd7e6e](/attachments/large/3/2567286d7dd1bfb0c34ac9939dfd7e6e.PNG "2567286d7dd1bfb0c34ac9939dfd7e6e")

Member Avatar for saucy6969
0
270
Member Avatar for Black_Lion

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, …

Member Avatar for JorgeM
0
177
Member Avatar for sushants

The external style sheet stores plain text. Your browser will display simply display the text on the screen.

Member Avatar for JorgeM
0
98
Member Avatar for Black_Lion

> 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.

Member Avatar for JorgeM
0
252
Member Avatar for Xantipius
Member Avatar for Reverend Jim
0
1K
Member Avatar for lhsunshine
Member Avatar for jackmia404
0
107
Member Avatar for xpertj007

> 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 …

Member Avatar for pritaeas
0
184
Member Avatar for tylermania24

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 …

Member Avatar for kinalwa
0
133
Member Avatar for soapyillusion

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? …

Member Avatar for JorgeM
0
230
Member Avatar for noormahal
Member Avatar for howard.a.s

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 …

Member Avatar for Stuugie
0
162
Member Avatar for marvin.gorres.5

> 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.

Member Avatar for Webville312
0
331
Member Avatar for noahwilson

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?

Member Avatar for TonyG_cyprus
-2
97
Member Avatar for andi.andiiimintoyouu

> 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 …

Member Avatar for andi.andiiimintoyouu
0
153
Member Avatar for hypnoaitch

Hello and welcome. you've come to the right place. its a great community for learning.

Member Avatar for JorgeM
0
65
Member Avatar for ejosef1
Member Avatar for vtilva

>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.

Member Avatar for vtilva
0
828
Member Avatar for coder91

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 …

Member Avatar for |-|x
0
582
Member Avatar for chandub

To get help, you need to provide relevant code and more details with regard to what's not working, etc..

Member Avatar for chandub
0
140
Member Avatar for Neon Tetras
Member Avatar for ScottDonald
Member Avatar for noahwilson

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 …

Member Avatar for JorgeM
-1
194
Member Avatar for preetg

The router "speeds" you are describing sound like they are related to the WiFi not the router's WAN interface.

Member Avatar for caperjack
0
150
Member Avatar for somjit{}

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 …

Member Avatar for riahc3
0
481
Member Avatar for B0716L

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)

Member Avatar for imBaCodes
0
179
Member Avatar for bootstraptor
Member Avatar for xLuFeT

> 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 …

Member Avatar for M.Waqas Aslam
0
305
Member Avatar for rupom1969
Member Avatar for madelinekim
0
276
Member Avatar for rouse

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.

Member Avatar for bootstraptor
0
170
Member Avatar for GTTravis

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 …

Member Avatar for JorgeM
0
116
Member Avatar for 404notfound

> 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.

Member Avatar for JorgeM
0
5K
Member Avatar for chrispitt

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. …

Member Avatar for CimmerianX
0
185
Member Avatar for LegateLucius

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. …

Member Avatar for LegateLucius
0
333
Member Avatar for andi-dev

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.

Member Avatar for andi-dev
0
196
Member Avatar for Monkey101
Member Avatar for Monkey101
0
187
Member Avatar for hachemal
Member Avatar for Monkey101

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 …

Member Avatar for Monkey101
0
197
Member Avatar for Beneedict
Member Avatar for andrewtarant
Member Avatar for JasonPS
Member Avatar for e.pol

The End.