lester (leszek) lachcik 03-06-2005
Dear abrogard;
A jobseekers site in simple html/xhtml is a possibility that can be easily accomplished using "easy html" if necessary. You do not have to rely on sophisticated scripting languages and complex databases to get you started. All you need is a working knowledge of html/xhtml, dhtml and css. In particular you need to integrate these three components and make your own workable template. (In this sense every website and every web creation becomes a template as soon as it is created.)
First, you need to create your site architecture: (1.)home.html -- main content with links to other pages, (2.)jobpostings.html -- where employers submit job postings with links to ((2a.)job1.html, (2b.)job2.html, (2c.)job3.html etc.,) (3.)submitjobposting.html -- where employers submit job postings, (4.)reviews/opinions.html -- to post reviews about job postings and other opinions, which are linked to ((4a.)review1.html, (4b.)opinion1.html, (4c.)review2.html, (4d.)opinion2.html etc.,) (5.)submitopinion/review.html, and (6.)contactus.html.
Second, you need to create look and feel of your jobseekers site. You must develop your storyboard and design your layout; colors and images you plan to incorporate in your pages. Once you have the storyboard and the entire layout ready adjusting colors and images to your taste is very easy indeed. Of course you might have to use digital camera and take few photographs and then make some jpegs out of these that can be pluged into your pages .....and you are almost on your way.
Third, you are now ready to create your html pages. You can use html tables or cascading style sheets (css) to position your images and your written content in accordance with your original storyboard and layout. The main written content consists of links to other pages like; job postings, individual job descriptions, submit job postings page, submit job reviews/opinions page, and jobreviews/opinions pages etc., Here you must incorporate html/xhtml forms to collect the information from submitters and send it via email to your email address. Again, a little DHTML=dynamic html (using html and java script to manipulate cascading style sheets) can add a little dynamism to your main navigation scheme, as well as create a bit of show-off in you pages.
Fourth, site operation. Upload your pages to your hosting server and you're ready to go. Employers post their job postings via forms in your html pages where they send them to your email address. Job reviews and opinions are also submitted via html forms in your html pages and are sent to your email address too. All you have to do then is read all the job postings, job reviews and opinions and decide whether to accept them into you site or whether to reject them. You use your email account to send apporval or rejection notifications to all the submitters. All the new job postings, job posting reviews and opinions you incorporate into your new html pages that you create accordingly. All the new pages have same consistent look and feel, and design layout. They are linked to the main pages to facilitate overall site navigation. Finally, you modify your main html pages and add new links to the new job posting html pages you have created from where site visitors can follow and navigate to. That's it!
There it is. If it sounds boring it should not be a surprise, most web processes are. However, your friend's specifications can all be accomplished using "easy html". But lets not be too naive, if you go through this process you have not wasted your time per se. You can esily use this process as a stepping stone to a better understanding and venturing into a more complex structures achieved using sophisticated scripting languages and database back bone. Hey, once you conceptualize your project well, you can easily realize that any site forum such as this forum could be easily converted into a workable jobseekers site where employers submit their job positngs and employees view them, apply for them, and post reviews of their own. Naturally, all the processes are more automated and stored in a database, but that's what scripting and using databases is all about.
A reasonable forum template that can be converted into jobseekers site can be located at :
Hope this helps. Cheer!
![[profile] [profile] [profile]](/data/assets/smilies/profile.gif)
or :^)
lester (leszek) lachcik