What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Web Development Solutions: 201 - 225 of 2304
 
Would like to know a good way to compress or make PDF file (5MB) to smaller PDF file. Need to put it up on the web for download. any idea except using Winzip?
Hi, Can anyone explain to me what the difference between 127.0.0.1 and localhost is? Some people I have spoken to say they are the same. Howerver, I have had the situation where when I ...
Hello Experts, Here are my questions: 1)  What is an .asmx file? 2)  What does ASMX stand for?  Or a history story of that extension? Thanks, Tony
Hello, I have two links (images), first for backward second for forward. I would linke to change (n) divs back and forward with this two buttons. Example on http://www.otteybypamp.com/en...
I currently have a situation where I submit a form utilizing Post to an external web page (PostData.asp).  In return I get a GUID uniquely identifying the information in the form.  I then manu...
after making a security test on line to check my pc ( https://grc.com/x/ne.dll?bh0bkyd2 ) i found that port 80 is open wich is bad for pc security when connected to the internet. how to close...
I want to change the layout of my standard sharepoint site look & feel. What is a good site to provide tutorials for beginners on sharepoint designer? Paid - or Free
hi all, I have a form field ( text box ), i want to limit the input to numbers that too between 1-255 only. How can i validate the form field to control the user input?. How can we do i...
I'm aware that you can change your extensions via a web server i.e. change .php to .xxx or whatever... What I want to know is how in some instances on the web(especially with email marketin...
I need to have ASP.NET 2.o installed on my server 2003 server with IIS6. I have framework 2.0 and 3.0 installed also I am trying to install sharepoint services 3.0 and it is asking for v...
I've been assigned the role of requirements gathering for our soon to be developed Intranet.  We are a small facitliy with only a few hundred employees.  We plan on using Sharepoint 2007 and S...
Hi, I recently created aspx pages in Visual Web Developer 2005 Express and everything works fine in my VWD enviroment but when I try to open the pages outside the development area, in IE, I...
Hi Everyone.  I'm just trying to create alternate / alternating  background colors for my list tables using JSTL.  The varStatus.count field does show 1...2...3...4...5 (array occurs if quuer...
Hi Everyone, My question is a small one.... In a file element in a form <INPUT TYPE=FILE etc etc>, the user can browse for a file on their computer and the element holds the path to the ...
Is there a way to hide the page extentions in the url box. example - if a user is at www.blabla.com/homepage.html they would only see www.blabla.com thanks!
When testing a share on my Windows 2003 Server Datacenter Edition IIS server I get 404 pages when I try to download ISO's - why is this, are any other files restricted and how do I fix? Thanks
I looked all over for the answer and I can't find a good solution. I managed to get a custom cursor working in IE but the cursor: url(asdfasdf) doesn't work in Firefox. My purpose is to make ...
ok, the normal code would be like this: <a href="link1.htm" target="_blank">oneClick</a> //it would open link1.htm but what if i want to open link1.htm and link2.htm with just one click ...
Hi All,   Could you please show me the clear difference between the following:   innerHTML   outerHTML   innerText   outerText  I need sample code to show distinct difference between t...
I can't believe this info has been so hard to find. I need a sample code that open a standard Yes/No popup window. Depending on the option a user click the code will execute a different tas...
I get this error: Microsoft JET Database Engine error '80040e14' Invalid SQL statement; expected 'DELETE', 'INSERT', 'PROCEDURE', 'SELECT', or 'UPDATE'. /Midas/transaction.asp, line...
I'd like to include within a web page one. I mean that the box would allow users to begin entering information and then, based upon information stored in a Javascript array, I'd like the text ...
Hi, I would like my user to automatically logout when he's closing his browser.  How can I do that. thanks
I need to have the following link create a popup. I don't know how to do it. Please help. LargerView.NavigateUrl = String.Format("largeview.aspx?ProductID={0}", ProductID); largeview.asp...
Hello i need to store some dates in my SQL server in dd/mm/yyyy format but i cannot find the way of doing it. SQL keeps storing dates in mm/dd/yy format (using the American standard). I ha...