473,410 Members | 1,872 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,410 software developers and data experts.

2 small questions

2 small questions:

1)In steps, how can we deploy a website locally (without publishing it on
the internet) using Copy Website dialog box ?

2) How can we select an area (say a rectangle) from an image on a webpage
and then store the selection coordinates X & Y in a database ?

Thank you so much in advance !

May 23 '06 #1
5 871
1.) yes, works for me with some minor tweaking.
2.) Requires JavaScript.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Mr. Murad Jamal" <Mr**********@discussions.microsoft.com> wrote in message
news:DD**********************************@microsof t.com...
2 small questions:

1)In steps, how can we deploy a website locally (without publishing it on
the internet) using Copy Website dialog box ?

2) How can we select an area (say a rectangle) from an image on a webpage
and then store the selection coordinates X & Y in a database ?

Thank you so much in advance !

May 23 '06 #2
1)

Open the tool
Click Connect
On the dialog that comes up select "Local IIS"
Click the Create New Virtual Folder button
Create the vdir you want to point to
Synchronize as usual

2)

You have to put a handler at mouseDown, mouseUp ,mouseMove events in
your img control. When a user clicks mouseDown you keep a flag until
you recieve a mouseup. In the middle, you can handle the movement of
the pointer with mouseMove. Obviously you 'll get two points (meaning 2
x and 2 y) where you store them in a hidden field which you can
retrieve from the Page_Load event in your page.

Regards,
Tasos

May 23 '06 #3
thank you for your reply ...
but i couldn't get the second answer ! is their any other easier solution !?

"Tasos Vogiatzoglou" wrote:
1)

Open the tool
Click Connect
On the dialog that comes up select "Local IIS"
Click the Create New Virtual Folder button
Create the vdir you want to point to
Synchronize as usual

2)

You have to put a handler at mouseDown, mouseUp ,mouseMove events in
your img control. When a user clicks mouseDown you keep a flag until
you recieve a mouseup. In the middle, you can handle the movement of
the pointer with mouseMove. Obviously you 'll get two points (meaning 2
x and 2 y) where you store them in a hidden field which you can
retrieve from the Page_Load event in your page.

Regards,
Tasos

May 23 '06 #4
Unfortunately no ...
You will have to do this "manually".

Do you need more information regarding the second question ?

May 23 '06 #5
i got it thank you so much

"Tasos Vogiatzoglou" wrote:
Unfortunately no ...
You will have to do this "manually".

Do you need more information regarding the second question ?

May 23 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Bo Peng | last post by:
Dear List, It is not clear what the title means. :-) Here is the details: I need to manage a big bunch of small objects, like struct{ int a; int b; }obj;
3
by: codemonk | last post by:
After reading Extreme Programming adventures I am starting to think more about the design of my applications. I was wondering how I would structure a new, small VB or C#.NET Windows application. ...
1
by: Mr. Murad Jamal | last post by:
2 small questions: 1)In steps, how can we deploy a website locally (without publishing it on the internet) using Copy Website dialog box ? 2) How can we select an area (say a rectangle) from...
16
by: Bruce W. Darby | last post by:
I've almost completed my little application for work. This weekend I've been working on Streams so I can write a logfile showing the work that was accomplished. Wanting to make each logfile...
4
by: =?Utf-8?B?VzFsZDBuZTc0?= | last post by:
When one architects a new project one of the first steps in the decision is to decide on the layers. (In my opinion anyway) One architecture that I have used before is to go solid OO and create...
4
by: ATS16805 | last post by:
Hi. I wonder if it's possible to "force" a browser to "switch to SSR mode" for any given document. Specifically, I'm looking for a solution, not to a User Agent issue (i think), but a coding idea;...
25
by: mereba | last post by:
Hello My country Ghana is changing its currency. I want to write a small programme in C++ that can covert from the old currency into the new one. I would like this programme to run behind a simple...
6
by: =?Utf-8?B?Qm9ucw==?= | last post by:
I'm not exactly sure how to state this problem. One of my students emailed me that when she tries to open a web page through IE it opens small and she has to hit the maximize button to make it the...
5
by: Hendrik Maryns | last post by:
Hi, A friend complained that the border around the lower code part on http://tcl.sfs.uni-tuebingen.de/~hendrik/keyboard.shtml is too small for the content. This is because his window size is so...
10
by: Hendrik Maryns | last post by:
Hi, Once again I’d like some feedback on the site http://www.weltladen-tuebingen.de. The situation is the following: I, as a real computer freak, have a Big Screen. The lady who is...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.