473,598 Members | 3,409 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Ideas ..Help with webpage

Hello I didn't do any web page development since university ,I wanted
to create a web page for the fun of it ,an I was surprised of how easy
it is to use frontpage and dramweaver to do basic stuff ,but I wanted
to do something that I am sure it can be done but I don't really know
the way .
The webpage is not something original and it has been done before .
Xe.com is a currency converter from a currency to another currency I
have the following questions :

1) Wanted to auto detect the users country and accordingly set the
starting currency (from this currency) to the currency that his country
is using.
And also change the language to the user's language ...

2)lets say that I have users from two countries Germany and Hungary I
can create two starting web pages one with Hungarian and one with
German ..but lets say I have users from 30 different countries is not
very convenient to have to create a web page for each language there
must be a way that someone can i have a webpage that takes textiles or
something with the language strings and just displays them.

3) Lets say that the language is wrong and the user is using a computer
of the Spanish person and the user is Japanese I want to give them the
option to change the language
at any time ..do they have to install another language e.g Japanese in
this case? or only the encoding has to be changed .?
4)I wanted to give the user the option to select the currency in a
better way than dropdown box ,or a list box .. like a menu somehow but
I can't come with anything ...I don't know what guys can you
suggest I guess the list box is the obvious especially if there are
so many currencies but I would like something nicer... for example to
display the currency image at the side ..not sure..

5) If I create user login for example and I have different users that
they pay for the services how can I restrict certain currency converter
for certain users e.g. we have two users and the one user didn't pay
subscribed for the free service (he can convert Euro to dollars, visa
versa, pounds to dollars visa versa, pounds to Euro visa versa), the
user that paid can convert any currency ..

6) How can I restrict users from copying the website (using offline
explorer for example).

I was wondering what tools do I need to use to create the
website(recomme nded reading books?/online tutorials ),how will I be
creating the functionality that I want and how will I be resolving
every problem listed ?

Many Thanks Ivan

Apr 8 '06 #1
2 1616
PHP-Nuke can help you. It's big but it's organized in modules and
blocks, so it's not difficult to find the code you are looking for. You
can visit them at www.phpnuke.org

Apr 8 '06 #2
iv************* @gmail.com:
I have the following questions :

1) Wanted to auto detect the users country
'User's country' is vague and wants elaborated. For example, it
could reasonably be taken to mean the country in which the user was
born and brought up, if such a country exists. More likely, you mean
the country the request originated from, which you might assume
corresponds to the country the user is currently in.
and accordingly set the starting currency (from this currency) to the
currency that his country is using.
More than one currency might be in use in any one country.
And also change the language to the user's language ...
'User's language' implies that there is only one language that a user
considers to be their language. Not necessarily true.

How about leaving the server to negotiate the initial language based
on the user's Accept-Language header and provide links to translations
or versions in other languages? This way, the user gets their
preferred language (at least the language their browser asserts to be
their preferred language), and they still have the opportunity to
change language.
2)lets say that I have users from two countries Germany and Hungary I
can create two starting web pages one with Hungarian and one with
German
(You're conflating countries and languages. They are distinct; look
at Papua New Guinea.)
..but lets say I have users from 30 different countries is not
very convenient to have to create a web page for each language there
must be a way that someone can i have a webpage that takes textiles or
something with the language strings and just displays them.
How about a template that pulls content from somewhere (e.g., a
database), that content depending on the user's preferred language?
3) Lets say that the language is wrong and the user is using a computer
of the Spanish person and the user is Japanese I want to give them the
option to change the language at any time
Links provide that option.
..do they have to install another language e.g Japanese in this case?
So long as there is a font installed that contains the glyphs needed,
and there is support for the particular character encoding, everything
should run smoothly.

To take your example of Spanish and Japanese, it depends how the
Japanese is written. If the user has a font containing glyphs for
Spanish, it is reasonable to assume that that same font contains glyphs
for romaji. That assumption does not carry over to kanji, hiragana, or
katakana. Depending on the content, there could be a mixture of all
those writing systems.
or only the encoding has to be changed .?


If you use UTF-8 across the board, there's nothing to worry about.
To accomodate those who prefer Shift_JIS or some other character
encoding, you could have underlying character encoding switching, as
well as language negotiation, based on the user's Accept-Charset
header.

[snipped the rest]

--
Jock

Apr 8 '06 #3

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

Similar topics

1
2246
by: leegold2 | last post by:
Not sure if I should post in php or sql, $query = "SELECT page.*, url_pages.* FROM `page` LEFT JOIN `keywords` USING(`page_id`) LEFT JOIN URL_PAGES USING (`page_id`) WHERE MATCH(`keywords`.`keyword_txt`) AGAINST ('$keyword'IN BOOLEAN MODE)"; I got a keyword table, the fulltext finds the word in the keywords table and relates the page_id field to identical fields in the page table and the url table.
1
1296
by: dcruz | last post by:
For my amusement and at the same time attempting to learn XML, I have a written a simple dictionary webpage. The user enters a word and and clicks on the find button. The webpage should search the XML file and if found populates the webpage with the definition of the word. I have written the webpage and the XML file. But I am stuck with the searching part. I can not figure this out. How do I get the webpage to search the XML file and...
2
1976
by: Steve K | last post by:
I got a bit of a problem I like some help on. I'm designing an online training module for people that work in food processing plants. This is my target audience. These workers have little or no computer knowledge at all! And they also have outdated, old browsers, slow modems, old computers, etc. So I need to keep this as simple as possible and as browser compatible as possible. The client wants a navigation bar at the bottom of each...
53
2828
by: Paul Watt | last post by:
Hi again, Ok so I've got two new problems with this layout http://www.paulwatt.info/test/turn/ 1) When I increase the width of the Maincontent Div from 73% to 74% to line it up with the right hand side of the page, the whole div drops to below the level of the leftcell div. put it back to 73% and it goes back to its correct posistion. 2) It looks fine in IE but a absolute dogs dinner in FF. whys this?
1
1047
by: Mike | last post by:
We have a customer who wants to be be able to update text on a webpage once a week. Has anyone got any ideas or if its even posible to make a front end web form that they can fill in their new text and it updates their webpage?.
8
1569
by: Dhananjay | last post by:
hello everyone Do you have any information how to generate a tool using .net which is used to translate the web page contents to html format. Plz reply me asap Thanks in advance Dhananjay
4
1262
by: cfps.Christian | last post by:
We're in need of a program preferably ASP/ASP.NET (I realize the chances but we'll just start here) that will allow our help desk staff or other view what is on a user's computer without taking any control at all. This will be used to protect user's sensitive information but allow our staff to see what the problem is. My original idea was something that worked similar to remote desktop and preferably with less overhead since we don't...
18
3365
by: CenturionX | last post by:
Hello everybody, I'm using a webcontrol that gives me two probles: 1. I try to select an item in an html "select-one" control, i modify the value but it does nothing. When i navigate normally i pick the item and then it updates the form. How i can select an item getting the same behavior, using the webbrowser? (http://www.freesms.net/freesms.aspx)
0
7991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8395
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8050
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8265
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5850
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5438
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3939
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2412
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1250
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.