473,799 Members | 2,727 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

graphic interface lib for a php website?

anybody can advice me about graphic interface libraries to build a generic
php website

thanks!
Emiliano
Jul 17 '05 #1
1 1959
emiliano scribbled something along the lines of:
anybody can advice me about graphic interface libraries to build a generic
php website

thanks!
Emiliano


One word: echo.

You don't need graphic interface libraries to build a generic PHP
website. PHP is primarily a Hypertext Preprocessor. The fastest way is
outputting HTML [1] directly via the print() function or the echo statement.

All interface design on a good website is done in HTML and CSS [2], so I
suppose that's where you want to start. Probably you'll want to look
into XHTML rather than HTML if you come from a programming background
and have experience with XML as data storage.

The displayed interface is not rendered by the server but by the
browser. If you want static interface, create Java or C++ programs
rather than websites please. The web is cluttered up by Java interfaces
and Flash "websites" enough already.

[1] http://www.w3schools.com/html/
[2] http://www.w3schools.com/css/
--
Alan Plum, WAD/WD, Mushroom Cloud Productions
http://www.mushroom-cloud.com/
Jul 17 '05 #2

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

Similar topics

1
1728
by: Jamie Meredith | last post by:
We are a small graphic design firm who is fighting a growth spurt which has resulted in an overload in our handling of email and proofing. We are looking for a pre-built, open source PHP/MYSQL solution that would provide the following features. Any ideas would be much appreciated. Modification of an existing solution would be acceptable as we have some understanding of PHP and its implementation. 1) Ability to add users (clients) to...
20
2700
by: Joe exCSSive | last post by:
Hi, folks: I'm back...and now I'm really stuck !! I have a graphic ( http://www.sundialontario.com/images/makeitatable.jpg ) that I would like to convert to CSS and I'm not sure how to do this.
3
1613
by: robbiehenry | last post by:
1. robbiehe...@gmail.com Sep 19, 1:48 pm show options From: robbiehe...@gmail.com - Find messages by this author Date: Mon, 19 Sep 2005 10:48:50 -0700 Local: Mon, Sep 19 2005 1:48 pm Subject: javascript cycling graphic does not work on MAC IE Reply | Reply to Author | Forward | Print | Individual Message | Show original | Remove | Report Abuse I built this page for my company's corporate website
4
1305
by: Jim Richards | last post by:
Hello all. I need to post a graphic but I understand that it is not allowed in the newsgroups. I know how to upload a graphic to my website and how to compose the link that will access it there. I don't know how to include that link it in my post. Any help will be appreciated. Thanks in advance. Jim.
7
1232
by: Baghdadi | last post by:
how can I run an application without a graphic interface , I mean an application that works in the background licke the msn messenger , I know that I can hide the window form , but that makes the program very slow !!
0
998
by: Dax | last post by:
Hi, Can anyone help a newby, I have made my first website, a shopping cart, and I want to change the graphic because it's very very poor. Can you give me some suggest or some link? Thanks in advance. DAx
4
1331
by: Mike Owen | last post by:
Hi, I am just about to write a registration screen for a web based application. I have seen and used registration screens that show the user a graphic containing randon text that they are asked to type in a box below the graphic. I believe this is to stop automaton's automatically creating multiple accounts without any human interaction. From memory I think this method is used when registering for a hotmail account.
3
2591
jeremydowe
by: jeremydowe | last post by:
Hi, I have noticed that quite a few websites use a preloading graphic (i.e spining circle) to show the that the site is loading images while the user waits. How can I add this to my website? At the moment, i have a request after click on a thumbnail which loads an image below using the innerHTML property. For example:
0
1857
by: jrl | last post by:
I'm new to using XML, so I'm seeking some general pointers about approaching a project. I'd like to read the sitemap xml file, and generate a graphic representation of the website from the site map. I would like to do this dynamically (creating the page from the current sitemap file). I'm wondering if there are some built in functions I can use, for example to: 1) parse the xml file, creating units at each node 2) interpret levels within...
0
9550
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10495
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...
0
10269
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10248
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
10032
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...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
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
5597
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.