satyaparija
Oct 11 2007, 08:25 PM
| | I want to add a feature in my website so that users can make a professional -looking resume-like web page. It will be like a form based series of questions that visitor ll need to answer.Based on this a webpage as prescribed in pre-defined template ll be created .I want to know to do this what languages are used? I want some suggestion regarding this.My site is currently on Joomla platform. thanks in advance |
Reply
galexcd
Oct 11 2007, 08:39 PM
If you wanted php (or any other server side language) could do this for you but it's a little basic for php. You could have simliar results with javascript if you wanted. You might enjoy how much easyer it would be to change the template if you use php, but either one should wrok fine...
Reply
delivi
Oct 12 2007, 05:56 AM
If want to work on Joomla then you need to know PHP, JavaScript and CSS & HTML for the UI. Moreover if you want to tinker with Joomla you need to know the inbuilt functions and template taxonomy and all such internal of Joomla.
Reply
MotU2510
Oct 12 2007, 07:31 AM
And if you wanted users to be able to store the resume this creates for them, you'd need to know SQL. But otherwise PHPor javascript coupled with XHTML and CSS should be fine.
Reply
fffanatics
Oct 12 2007, 03:12 PM
Yeah basically you have plenty of options for what languages you need. Personally i would do it wiht PHP because it would a small and simple amount of code. Otherwise you can use either javascript, java, ajax, asp, etc. The only constant thing you will need to know is HTML and CSS since these are the parts the user will actaully see.
Reply
jimmie32
Oct 20 2007, 06:47 PM
PHP/Perl/javascript/ajax. I Use PHP and Javascript. Is recommended. Now you need to choose, I recommend this
Reply
Similar Topics
Keywords : coding languages required- Coding Help!
- Need Tutorial?! (3)
- Script Help Required: Undefined Variable
- A fault I cannot spot in PHP (3)
Hi, when running a PHP script I keep getting the error: QUOTE Notice: Undefined variable: bret
in c:\program files\easyphp1-8\home\poll.php on line 294 Notice: Undefined
variable: bret in c:\program files\easyphp1-8\home\poll.php on line 294 (And,
yes, I get it twice). The code related to the variable is as follows: CODE function
LogString($string,$type) { $t_log = "\n";
$t_log .=
$this->globaldata->server_vars['REMOTE_ADDR']."...
Making Sure They Did Not Leave Any Required Fields Blank
- (3)
how to make sure they did not leave any required fields blank? CODE <?php
include("config/config.inc.php");
include("config/dbcon.php"); include("checksession.php");
if(isset($_POST['action'])){ $gname =
$_POST['gname']; $gemail = $_POST['mail'];
$gmsg = $_POST['gmsg']; $date =
date("m.d.y"); $sql = "insert into tblg...
New Found Php Coding Errors
- I always thought these worked, but suddenly they no longer do?! (5)
Hi i'm dan from new zealand, right next to my home land australia. I have been writing php
scripts for two years now and just recently none of them have been working. Please help me out as
best as you can, i'm sure it is only something simple. CODE ----------------Form
1-------------------------- <?php // ---- Customized form script for the HBRC---------------
// Receiving variables ----------------------------------- @$fn =
addslashes($_POST['fn']); @$ln =
addslashes($_POST['ln']); @...
Help With Coding!
- please anybody help me! (2)
Hi all..(if this is in bad section then sorry) I have one big problem with my site and I don't
know how I can repair it. I have auto refreshed Shout box at site but there is little problem!
When this shout box is accessed for guest there are coming spam bots and just spamming it. I know
how to do it but I don't know about php. I have code for make this shout box Spam protected, but
I dont know how to do it. All time when I add this code to php file, there is all things okey but
auto refresh is not working /sad.gif" style="vertical-align:middle" emoid=":(" bo...
Php Frameworks - Leaner, More Efficient Coding.
- A quick overview of what they are and where you can find some. (1)
PHP Frameworks What do you guys think of coding websites using framworks like Zend or CakePHP? I
used to code my applications from scratch but it does get tedious and because PHP is not as
structured as other languages it's very easy to create redundant, unmaintainable code. I think
a framework should be more than just a bunch of libraries. It's true that having libraries for
functions specific to what you are trying to do might help alot but it takes more than that to
create some maintainable code. What I' m talking about is MVC and Front Controllers. The...
How To Delete A Row In Mysql.
- A very simple help required (4)
Im using the following code, for very simple work.. it simply gets and print the comments which are
stored in the database. Now it will show like comment 1. comment 2. comment 3. etc etc i want to
add 'delete' option that i can delete any comment. it displays like comment 1.
Delete comment 2. Delete comment 3. Delete
So that when i click on delete, it simply deletes the comment and print the remaining comments. Its
very simple. i hope you understand. QUOTE $result = mysql_query("sele...
Help With Some Website Coding
- Databases and saving form results (4)
Hey all, I was looking for some help with creating my new website. I have a form already created,
with some text areas, checkboxes, drop down menu's, ect. I need some help setting up the code to
save the form data once the user clicks "Submit" after filling in their information in the form. I
was hoping to do this 2 ways - 1. Saving the information into some type of database (MySQL I'm
guessing?) and 2. Have the form results emailed to me. I am familiar with the old way of emailing
the results by putting "mailto:email@domain.com" into the form, but new browse...
Files Required?
- (5)
I want to learn php and I am already on the first steps to doing it. I have set up my server using
easyPHP as well as XAMPP which is a package containing FileZilla, Apache and MySQL. Other than
easyPHP, XAMPP and MySQL, what other softwares are required to be set up for me to successfully
learn how to program with PHP?...
Coding Your Sites ?
- Coding your sites (20)
What kind of coding do you use on your sites? I have so far learnt using a little tables and
div/css. /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ...
Php Code Fix Required
- URGENT (3)
I am running a Web Chat and need to get this to display the User IP to them, but this code isnt
working. CODE <PARAM NAME="welcomemessage" VALUE="<?php
echo $_SERVER['REMOTE_SERVER'];" has been logged. Chat powered by
GCN"> Any help would be extremly grateful. Thank you Inserted the code in CODES tag ...
Some Php Functions Explaination Required
- (2)
Can some one please tell me what is the purpose of the following functions , although there's a
little explaination with everyline but i cant understand, can some one exaplin it bit clearly and
tell me that why it is needed in config.inc.php.. what is its purpose and will it work if i dont
include these files in config.inc.php thanks QUOTE ### Url were Website has been installed, not
'/' in end! define('C_URL','http://www.test.com/Website'); ### Internal
path to Website directory define('C_PATH','Z:/home/www.test.com/www/...
Requesting Auto Generating Id Tag In Php Code
- Php Coding (2)
Hello...I'm designing a website in PHP where ppl can submit their links for "cool sites".
Anyway, when somebody submit's a link to a website for example "http://www.google.com" it
creates an id such as "index.php?id=1134411593". I dont want the links to be converted into
id's. I want it to remain as "http://www.google.com". I have the following coding on
( echo " ). I'm a novice. Please Help!!!!
Thanks... Plus I also want to add the date on when the link was submitted. Please follow our foru...
Html Within Php Coding
- Is there a way to read HTML Code? (11)
Is there a way to have PHP read a text file, which contains HTML Code, not text to display. This
way i have a simple code in every page, linking to this text file, and then if i'm wanting to
change the code, i only need to change the code in the text file. If that all makes sense?
/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> I get the feeling it
can be done, but the only code i have seen is one that displays the contents of the text files....
Personal Blog
- [ Database Required ] (4)
Okay, after a week, I have successfully created a personal web blog. I first created it using a flat
text file, I but realized that it was just too limited like that. So, I redid it in a
database-compatible manner. NOTES: CODE - This blog does not support comments yet. If you
want, you can build on this script by creating a comment system as well. I may also update it
with a comment system in the future. - You should have an average to intermediate knowledge of
MySQL commands and database manipulation in general, especially if you want to add a ...
Different Styles Of Mysql Coding.
- (2)
I look around the place, and at my own MYSQl scripts, and most look the same except with a few
differing factors. Now Im relativly new to MYSQL, and not so new to PHP. The problem is though, I
havent been able to test my scripts/site out so Im not sure if my scripts are right. For example,
heres a script to create my user table. CODE <?php $DBhost = "localhost";
$DBuser = "********"; $DBpass = "*********"; $DBName =
"*********"; $connection = @mysql_connect($DBhost,$DBuser,$DBp...
Chatbox / Guestbook
- No Database required (2)
Okay, this is a simple script that lets your visitors enter in messages via a chatbox/guestbook. You
can use this how you like. Adjust it if need be. It's very simple, so there is much room for
improvement. Enjoy! CODE echo "<form action='chatbox.php'
method='get'>"; echo "Name: <input type='text'
name='visName' size=15><br>"; echo "Message: <input
type='text' name='message' size = 15><br>"; echo "<input
type='submit' value...
Looking for coding, languages, required,
|
|
Searching Video's for coding, languages, required,
|
advertisement
|
|