FAQ, PHP

PHP FAQ

What does a special set of tags <?= and ?> do in PHP? – The output is displayed directly to the browser. What’s the difference between include and require? – It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and

Read More...

PHP

PHP reverse a number

PHP program to print a number in reverse order <?php $num=123456789; // Give the number which you want to print in reverse order echo $num; echo “<br>”; $revnum=0; do{ $revnum=($revnum *10)+($num % 10); $num=(int)($num / 10 ); }while($num>0); echo $revnum; ?>

Read More...

FAQ, HTML & CSS, Photoshop

Web designer adobe Photoshop,html,css interview questions and answers

What is difference between properties and attributes ? Every body thinks that property and attributes are same but in real those are different. the syntax of property and attributes is <property attribute="attributeValue">proopertyValue</property> for more details you can visit here write a border radius for all browsers ? -webkit-border-radius: 5px; -moz-border-radius:

Read More...

Scripts

Difference between <DIV>, <SPAN>, <SECTION>

The SPAN and DIV HTML Elements How to Use SPAN and DIV with CSS on Web Pages The SPAN and DIV elements are very useful when dealing with CSS(Cascading Style Sheets). These two elements in a similar fashion, but they serve different purposes. The DIV Element :The DIV elements define

Read More...

FAQ, Photoshop

Adobe Photoshop Interview questions and answers

For Photoshop is cs3 really that much better than cs2 on an Intel Mac? How do I slice up an image in Adobe Photoshop CS4 Extended ? How do you select an exact color to match? What is gradient tool? What do you mean by Gaussian Blur? What is Smart

Read More...

FAQ, HTML & CSS

Interview Questions and answers for web designers – HTML & CSS

How can we submit a form without a submit buttom? How do I center a table? Can I include comments in my Style Sheet? In DHTML what is the difference between “FontSize” and “Font Size” HTML is a Programming Language or Scripting Language? How do I quote font names in

Read More...

FAQ, HTML & CSS

HTML, CSS, JS, Interview Question and answers

What is HTTP ? HTTP is standards for Hyper Text Transfer Protocol. What does it mean Small lock on the status bar? It was a secured connection. Which is better, gif or jpg format, justify? Generally JPG is used for High resolution Images, such as artistic images but this takes

Read More...

Photoshop

Glossy Ribbons

    Download the PSD file   [like_to_read][/like_to_read]

Read More...

Dreamweaver, FAQ, Photoshop

Web Designer interview Questions and Answers

What is the difference between cell spacing and cell padding? cell padding Specifies the space between the cell wall and the cell content and cell spacing Specifies the space between cells If a page has to be loaded over all frames in window, what should be the value of TARGET

Read More...

Photoshop

Timeline in Photoshop CS6

Photoshop CS6 has some great features, one of them is the new timeline for animations and this time Photoshop gets a little bit of the After Effects feel. we decided to come up with something for this new feature. So in this tutorial we will show you a simple animation

Read More...

Photoshop

List of Adobe Photoshop CS5 shortcut keys

Please find the attached PDF document for available all Photoshop Shortcuts key’s Keys for selecting tools Keys for viewing images Keys for Puppet Warp Keys for Refine Edge Keys for the Filter Gallery Keys for Liquify Keys for Vanishing Point Keys for the Camera Raw dialog box Keys for the

Read More...

FAQ, Photoshop

Adobe Photoshop Interview Questions and Answers.

1 :: What is Adobe Photoshop?  Adobe Photoshop is a professional image editing software package that can be used by experts and novices alike. While this handout offers some very basic tips on using the tools available in Photoshop, more comprehensive guidance can be accessed on the web or in

Read More...