Skip to main content

Posts

Showing posts with the label Website Development

Writng a Resume- For Web Developer

Web Developer Resume                   Resume or CV is your presenter in job interview and placement scenario, therefor it should be designed and written neatly so that it should present you, your skills, your qualities, and it makes the interviewer to judge you,  Here are some important points you should consider in your Resume/ CV 1. Contact Information : First of all your web developer resume should have your contact Information which should be placed at the top with your contact number and email-id, so that the employer can contact you. For example: Contact Information: Full Name Complete  Address Contact Number Email id 2. Objective: This section is the most important section of your resume. This section includes a brief statement that why you want to join the company for the desired position, your goals and how can you benefits the company. 3. Professional Details and ...

Introduction to CSS - Basic to get start

What You Should Already Know Before you continue you should have a basic understanding of the following: HTML / XHTML If you want to study these subjects first, find the tutorials on our Language page . What is CSS? CSS stands for C ascading S tyle S heets Styles define how to display HTML elements Styles were added to HTML 4.0 to solve a problem External Style Sheets can save a lot of work External Style Sheets are stored in CSS files Styles Solved a Big Problem HTML was never intended to contain tags for formatting a document. HTML was intended to define the content of a document, like: <h1>This is a heading</h1> <p>This is a paragraph.</p> When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large web sites, where fonts and color information were added to every single page, became a long and expensive process. To solve this probl...

Introduction to JavaScript- Basics

JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari. What You Should Already Know Before you continue you should have a basic understanding of the following: HTML and CSS If you want to study these subjects first, find the tutorials on our Languages page . What is JavaScript? JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language A scripting language is a lightweight programming language JavaScript is usually embedded directly into HTML pages JavaScript is an interpreted language (means that scripts execute without preliminary compilation) Everyone can use JavaScript without purchasing a license Are Java and JavaScript the same? NO! Java and JavaScript are two completely different languages in both concept and design! Java (developed by Sun Microsystems) is a powerful and much more complex programming language ...

12 Common Web Design Interview Questions

In this article, we will be discussing common questions that web and graphic design companies may ask you in your in-person interview. Of course, there's no "right" answer for any of these (that'd be too easy, wouldn't it?). Here we go: 1. Why do you want this position? As long as the answer isn't "I need the money," this should be an easy one. 2. What interests you about our company? Read through the company's website and any other marketing materials you may have access to. Good, safe answers are: "I love the work your company does and I want to be part of it. "I'm looking for a place where I can apply and further develop my skills" "I believe I can be a valuable asset to your company" (Elaborate more on why. See #3) 3. What makes you an asset to our company? This is the chance for your sales pitch. Tell the interviewer how awesome you are and why your skills are a great fit for the company....

PHP Part 2: PHP Installation

What do you Need? If your server supports PHP you don't need to do anything. Just create some .php files in your web directory, and the server will parse them for you. Because it is free, most web hosts offer PHP support. However, if your server does not support PHP, you must install PHP. Here is a link to a good tutorial from PHP.net on how to install PHP5: http://www.php.net/manual/en/install.php Download PHP Download PHP for free here: http://www.php.net/downloads.php Download MySQL Database Download MySQL for free here: http://www.mysql.com/downloads/ Download Apache Server Download Apache for free here: http://httpd.apache.org/download.cgi

How to send Email Using PHP

Sending emails using php on your web-server is not such a big task if you are familiar with basic functions of PHP. You can write a mail function and provide subject, message as parameter to it. This mail function is inbuilt and your can use it by using the keyword  main() in your code. How to use Mail() function in PHP? Open your PHP file in any editor such as Notepad . If you dont have any existing PHP file, then create new PHP file and start writing the code given below one by one while understanding its use. Mail to Variable: $email="email_addressof_the_person_you_want_to_send_mail@domain.com"; The variable " $email " is used to store the address of the person who will recieve the email. Subject Variable: $subject="SUBJECT OF THE E-MAIL"; We will use this variable " $subject " to store the value for e-mail. Here I have given the value itself as " SUBJECT OF THE E-MAIL " for simplicity. Message Variable: $message=...

No need to join expensive coaching. Learn Computer Languages here.

Get Study material, Books, Notes, Running Programs, Projects, and Teach Yourself. be an programmer C Programming    C++         Java             PHP          JavaScript              HTML           MS-SQL       SQL    VB 6.0      ASP         C#              dotNet      JSP      XML      CSS      Android Development If you found this useful then share with your friends....... If have any suggestions or want to share notes, books, information then mail us at:  goforexamin@gmail.com With Subject "Language" or...