"idea to media"

Monday, January 7, 2013

Web Designing & SEO Training in coimbatore

Training for Web Designing, Graphics Designing, UI Designing & SEO Training in Coimbatore

Contact

Mail : info@sketchpoint.co.in
subu.itech@gmail.com

Call : 9952303162

Thursday, August 2, 2012

Horizon Heights - Service Apartsments in coimbatore


It's a great pleasure that we welcome you to our serviced residence. The Horizon Heights is the World-class Standard Serviced Residence located at the heart of Coimbatore. 
Our aim is to help you and your family a international fine living experience at affordable price.
Thankyou for making Horizon Heights your accomodation of choice. we hope that your stay with us will be a comfortable and memorable one.


Location at
Horizon Heights - Service Apartsments
Sastri Rd, Ram Nagar, Coimbatore, Tamil Nadu 641009
Mobile : 09952223377
Mail : horizonheights.in‎
Web : www.horizonheights.in‎





View Larger Map

Monday, March 5, 2012

OmniGraffle

Need a diagram, process chart, quick page-layout, website mockup or graphic design? OmniGraffle handles all of these in one award-winning application, which offers plenty of power under the hood to make all your diagramming and design fast and easy, with the ability to customize and tweak every aspect of your work

Sunday, March 4, 2012

CSS Menus & java Script Tab Download here

Difference between div and span tags


DIV TAG:

Following are the characteristics:
As the name indicates, the div tag defines a ‘division’ in a web page.
div is a block-element; its default display value is “block”.
div tag is commonly used while creating Css based layouts in html.
by default, a line-break is placed before and after this element.


SPAN TAG:

Following are the characteristics:
span tag makes no visual difference in the page, unless customised with style attribute.
span is an in-line element.
span is commonly used to stylize texts. The in-line feature makes it easy to use custom styles without changing the layout.
No line-breaks by default, but this can be achieved if we change its in-line nature by specifying in the style attribute to ‘display:block;’

10 Tips for Web Designers?


1.Enjoy your job. If you don't love doing what you do, whether that be designing software or building web sites and understanding the web, try something else. Life is to short to waste doing something you don't have a passion for.

2.Know HTML, CSS and JavaScript back to front - Clients and companies don't care if you are a developer, designer, information architect or anything else you need to know the core technologies that underpin the web back to front. Everything is ultimately built on these three

3.Develop with the latest best practices in mind - Ensure you separate content, design and behaviour. Make sure everything you build uses progressive enhancement.

4.Learn as much as you can, and plan on keeping that up for the rest of your professional life. Subscribe to a few key RSS feeds (eg. Smashing Magazine) - this is the easiest way to keep up to date with developments in the industry and will help your knowledge grow each day.

5.When you just can't wait to get started, don't forget about the first step - planning. Whether you need to draw wireframes or just some scribbles on a piece of paper, you can save yourself countless hours by reviewing your design before you go coding it up. This can also make explaining it a lot easier than wildly waving your hands in the air.

6.Set yourself development goals. Don't stagnate just because you have learnt some jQuery. Look into technologies and ways of advancing your skills.

7.Make sure you make websites degrade gracefully. Perfect example is using JS for certain portions of a website. Code it, then turn off JS and make sure it's still functional.

8.Realize that there will always be someone who knows more about a subject than you do. This can be hard to admit when you've been coding software or developing websites for many years, but it's true of any industry. If someone comes up with an alternative way of doing something, at least take a look at it - you never know, it might be better than yours.

9. Feel free to try out new ideas or explore side-projects in your spare time. This could be a blog, a journal or something more substantial like a coding project. Whatever it is, you owe yourself the freedom to use your skills to do something that you enjoy.

10. Remember to get feedback at all stages of a project. There is nothing a client hates more than uncertainty and if you can give them a good level of reassurance that their project is in good hands and progress is being made, you'll find there's a lot more room for understanding in case something takes longer to do than expected.