Sector 56, Faridabad, India - 121004
6
Details verified of Deepak Panchal✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in CSS Training
10
Teaching Experience in detail in CSS Training
Web design courses, with Panchal Web Designer are the best in web design courses in Faridabad and web design training in Faridabad for creation of dynamic, interactive and static websites. In web design field, changes are coming very fast. These web design training courses include the syllabus from starting to advance level to give throughout knowledge of website designing with latest features. Web designing courses cover basics of web templates design, color combination, W3c recommendations, optimization of images and content, structure of a website, related languages like CSS, PHP, JavaScript, Jquery and many more in web design courses in Faridabad with advance method of teaching. Ā» Web Designing Ā» Graphic Designing Ā» Wordpress Ā» HTML, CSS Ā» HTML5, CSS3
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in HTML Training
10
Teaching Experience in detail in HTML Training
Web design courses, with Panchal Web Designer are the best in web design courses in Faridabad and web design training in Faridabad for creation of dynamic, interactive and static websites. In web design field, changes are coming very fast. These web design training courses include the syllabus from starting to advance level to give throughout knowledge of website designing with latest features. Web designing courses cover basics of web templates design, color combination, W3c recommendations, optimization of images and content, structure of a website, related languages like CSS, PHP, JavaScript, Jquery and many more in web design courses in Faridabad with advance method of teaching. Ā» Web Designing Ā» Graphic Designing Ā» Wordpress Ā» HTML, CSS Ā» HTML5, CSS3
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Graphic Designing Classes
10
Teaching Experience in detail in Graphic Designing Classes
Web design courses, with Panchal Web Designer are the best in web design courses in Faridabad and web design training in Faridabad for creation of dynamic, interactive and static websites. In web design field, changes are coming very fast. These web design training courses include the syllabus from starting to advance level to give throughout knowledge of website designing with latest features. Web designing courses cover basics of web templates design, color combination, W3c recommendations, optimization of images and content, structure of a website, related languages like CSS, PHP, JavaScript, Jquery and many more in web design courses in Faridabad with advance method of teaching. Ā» Web Designing Ā» Graphic Designing Ā» Wordpress Ā» HTML, CSS Ā» HTML5, CSS3
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in WordPress Training
5
Teaching Experience in detail in WordPress Training
Web design courses, with Panchal Web Designer are the best in web design courses in Faridabad and web design training in Faridabad for creation of dynamic, interactive and static websites. In web design field, changes are coming very fast. These web design training courses include the syllabus from starting to advance level to give throughout knowledge of website designing with latest features. Web designing courses cover basics of web templates design, color combination, W3c recommendations, optimization of images and content, structure of a website, related languages like CSS, PHP, JavaScript, Jquery and many more in web design courses in Faridabad with advance method of teaching. Ā» Web Designing Ā» Graphic Designing Ā» Wordpress Ā» HTML, CSS Ā» HTML5, CSS3
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Web Designing Classes
10
Teaches web designing at proficiency level
Basic Web Designing, Advanced Web Designing
Teaching Experience in detail in Web Designing Classes
Web design courses, with Panchal Web Designer are the best in web design courses in Faridabad and web design training in Faridabad for creation of dynamic, interactive and static websites. In web design field, changes are coming very fast. These web design training courses include the syllabus from starting to advance level to give throughout knowledge of website designing with latest features. Web designing courses cover basics of web templates design, color combination, W3c recommendations, optimization of images and content, structure of a website, related languages like CSS, PHP, JavaScript, Jquery and many more in web design courses in Faridabad with advance method of teaching. Ā» Web Designing Ā» Graphic Designing Ā» Wordpress Ā» HTML, CSS Ā» HTML5, CSS3
4.8 out of 5 4 reviews
Akanksha Yadav
"Deepak sir is truly a motivating and dedicating teacher. I've learnt graphic designing including Photoshop,illustrator, corel draw and did some live projects too. No matter how many times you'll ask sir will clear your doubts until you get satisfied. "
Deepak Yadbansi
"I am very pleased about the end result and thank you for all your efforts. This all looks at least 200% better than I had before. Thanks again. "
Sunil Rajput
"I recommend Deepak sir as a web designing teacher. I learnt web designing from him and he is a very good teacher. He have a great knowledge of HTML, CSS, J Quary, Photoshop and Dreamwever. "
Payal Sharma
"I didn't know anything about web designing. Deepak sir is very professional, dedicated and gave complete attebtion. Now i am very much confident of creating professional websites "
Answered on 06/03/2018 Learn IT Courses/WordPress
<?php
require_once('/wp-config.php');
global $wpdb;
if(isset($_POST['submit'])){
$wpdb->insert( 'wp_post_job', array( 'organizationname' =>
$_POST['organizationname'], 'post' => $_POST['post'], 'publishfrom' =>
$_POST['publishfrom'], 'publishupto' => $_POST['publishupto'],
'qualification1' => $_POST['qualification1'], 'qualification2' =>
$_POST['qualification2'], 'qualification3' => $_POST['qualification3'],
'qualification4' => $_POST['qualification4'], 'experience1' =>
$_POST['experience1'], 'experience2' => $_POST['experience2'],
'experience3' => $_POST['experience3'], 'training1' => $_POST['training1'], 'training2' => $_POST['training2'], 'training3' => $_POST['training3'],
'training4' => $_POST['training4'], 'training5' => $_POST['training5'] ),
array( '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s', '$s' ) );
}
?>
<?php
/*
Template Name: Form
*/
?>
<?php global $pc_theme_object; /* Reference theme framework class */ ?>
<?php get_header(); ?>
<form action="" id="postjob" method="post">
<table>
<tr>
<td><label for="organizationname">Organization Name:</label></td>
<td><input type="text" name="organizationname" id="organizationname" value="/></td>
</tr>
<tr>
<td><label for="post">Post:</label></td>
<td><input type="text" name="post" id="post" value="" /></td>
</tr>
<tr>
<td><label for="publishfrom">Publish From:</label></td>
<td><input type="text" name="publishfrom" id="publishfrom" /></td>
</tr>
<tr>
<td><label for="publishupto">Publish Upto:</label></td>
<td><input type="text" name="publishupto" id="publishupto" /></td>
</tr>
<tr>
<td><label for="qualification">Qualification:</label></td>
<td><input type="text" name="qualification1" id="qualification1" /></td>
<td><input type="text" name="qualification2" id="qualification2" /></td>
<td><input type="text" name="qualification3" id="qualification3" /></td>
<td><input type="text" name="qualification4" id="qualification4" /></td>
</tr>
<tr>
<td><label for="experience">Experience:</label></td>
<td><input type="text" name="experience1" id="experience1"/></td>
<td><input type="text" name="experience2" id="experience2"/></td>
<td><input type="text" name="experience3" id="experience3"/></td>
</tr>
<tr>
<td><label for="training">Training:</label></td>
<td><input type="text" name="training1" id="training1" />></td>
<td><input type="text" name="training2" id="training2" /></td>
<td><input type="text" name="training3" id="training3" /></td>
<td><input type="text" name="training4" id="training4" /></td>
<td><input type="text" name="training5" id="training5" /></td>
</tr>
<tr>
<td><button type="submit" name="submit">Submit</button></td>
</tr>
</table>
</form>
<?php get_footer(); ?>
Answered on 06/03/2018 Learn Tuition
Share this Profile
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.