Trouble remembering my url.... Now you can visit my blog just by going to this link : http://sampat.tk and you will be redirected to my blog... Keep visiting me :)
Mail your suggestions to : sampat.honey@gmail.com
Showing posts with label WEB DESIGN. Show all posts
Showing posts with label WEB DESIGN. Show all posts

Wednesday, January 20, 2010

Visit my website !!!

Hi All,

I have hosted my website @ http://sampat.co.in

I am planning to revamp my website and I need your suggestions :)

Shoot in ur ideas and also links of some good designs to sampat.honey@gmail.com or patnaik.sampat@gmail.com

Sampat

Read more...

Sunday, April 19, 2009

Aleo Flash Intro Banner Maker

I had been searching for flash apps since many days. I came across many of them but the best of the lot came out to be this. This software gave me all the stuff I wanted.Lots of animated background effects, text effects and image effects, all effects are customizable, including texts, fonts, URL links, colors, sounds etc.

Flash intros, Flash banners, Flash slide show, Flash AD and ecards - are now just a few clicks for me. Look forward to the future releases and upgrades.

The output can be in gif / avi / swf formats. Now this is something you dont fing in all flash apps.

Wonderful !!!

Click here to see more features

Read more...

Wednesday, April 8, 2009

Astro Flash Creator - Easy Flash Animations

















ASTRO Flash Creator creates real-time awesome Flash text effects, which you can use directly on your web site.

ASTRO Flash Creator´s simple interface turns the creation of professional Flash text effects and banners into a very simple task. And with a choice of hundreds of text, foreground and background effects, ASTRO Flash Creator rocks.

There's a choice from more than 450 (!!) or more than 1350 WITH PJ plugin for AFC ,SUPREME4 plugin for AFC and Elite plugin for AFC text effects and over 80 other Flash effects. There is no other Flash text effects program which can offer you such a large number of effects!

On top of being able to alter the effect according to your own creativity, ASTRO Flash Creator supports the use of plugins, which can be bought, or are sometimes given away free. These plugins can add more Flash effects, more images and more sound files to ASTRO Flash Creator.

Read more...

Friday, March 27, 2009

AJAX Tutorials

http://www.w3schools.com/Ajax/Default.Asp

http://www.ajax-tutorials.com

http://www.ajax-tutorials.com/tutorial-list/

http://www.ajaximpact.com/tutorials.php

http://www.ajaxtutorial.net

http://www.ajaxtutorials.com/

Read more...

What is AJAX ?

AJAX (Asynchronous JavaScript and XML), is a group of interrelated web development techniques used to create interactive web applications or rich Internet applications. With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, without reloading the page.

The use of Ajax has led to an increase in interactive animation on web pages. AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages. Despite the name, the use of JavaScript and XML is not actually required, nor do the requests need to be asynchronous.

Prior Technologies To Learn:

* XHTML and CSS for presentation
* XML and XSLT for the interchange, manipulation and display of data
* Document Object Model for dynamic display & interaction with data
* XMLHttpRequest object for asynchronous communication
* JavaScript to bring these technologies together

Since then, however, there have been a number of developments in the technologies used in an Ajax application, and the definition of the term Ajax. In particular, it has been noted that:

* Apart from JavaScript, other languages such as VBScript and EGL Programming Language are also capable of the required functionality.

* XML is not required for data interchange and therefore XSLT is not required for the manipulation of data. JavaScript Object Notation (JSON) is often used as an alternative format for data interchange, although other formats such as preformatted HTML or plain text can also be used.

Advantages

* In many cases, related pages on a website consist of much content that is common between them. Using traditional methods, that content would have to be reloaded on every request. However, using Ajax, a web application can request only the content that needs to be updated, thus drastically reducing bandwidth usage and load time.

* The use of asynchronous requests allows the client's Web browser UI to be more interactive and to respond quickly to inputs, and sections of pages can also be reloaded individually.

* The use of Ajax can reduce connections to the server, since scripts and style sheets only have to be requested once.

Disadvantages

* Pages dynamically created using successive Ajax requests do not automatically register themselves with the browser's history engine, so clicking the browser's "back" button may not return the user to an earlier state of the Ajax-enabled page, but may instead return them to the last full page visited before it.

* Dynamic web page updates also make it difficult for a user to bookmark a particular state of the application.

* Because most web crawlers do not execute JavaScript code, web applications should provide an alternative means of accessing the content that would normally be retrieved with Ajax, to allow search engines to index it.

* Any user whose browser does not support Ajax or JavaScript, or simply has JavaScript disabled, will not be able to use its functionality. Similarly, devices such as mobile phones, PDAs, and screen readers may not have support for JavaScript or the XMLHttpRequest object.

Read more...

Saturday, March 21, 2009

CSS Design vs Table layout

Some web designers swear that table-based layouts are better than CSS-based layouts, while others believe that table-based layouts are ancient history and XHTML combined with CSS is the only real solution to coding a web site’s visual layout.

13 reasons why CSS-based layouts are superior to table-based layouts:

http://www.chromaticsites.com/blog/13-reasons-why-css-is-superior-to-tables-in-website-design/

Read more...

WHY LEARN CSS ?

1. The World Wide Web Consortium (W3C) created CSS to replace HTML tables, font tags, frames, and other presentational hacks of HTML elements.Build from the ground up to replace traditional Web design methods.

2. Faster download times. Reduction of file size is about 50% less

3. Shorter development time. Easily tweak the design of a thousand-page site with just a few edits of one CSS file.

4. Greater control over the typography in a Web page.

5. It's easy to write. You can create and edit CSS as easily as you can hand code HTML.

6. Improvements in accessibility. Using CSS effectively means structuring content with HTML.

7. CSS lets you output to multiple formats quickly.

8. Better control over the placement of elements in Web page.

9. The design of Web pages is separated from the content. By keeping the design in separate files linked to the HTML pages, you reduce the likelihood of your page designs falling apart over time as different contributors add to the Web page.

10. Better search engine rankings. With only HTML used for structuring content in a Web document instead of rigging tags for design, search engines will spider your Web page effectively, and more likely give you a higher page ranking.

11. CSS's :hover PseudoClass cuts down on the need to use JavaScript onmouseover calls.

12. CSS lets you use logical names for page elements. You can, for example, give a DIV the name "header", or a H1 the class "headline". It's self-describing.

Read more...

Free CSS Templates

http://www.freecsstemplates.org/

http://www.free-css-templates.com/

http://www.csstemplates.net/free-css-templates.php


http://www.ramblingsoul.com/

http://www.smashingmagazine.com/2008/12/01/100-free-high-quality-xhtmlcss-templates/

Read more...

CSS Codes (Menus,Templates,etc.)

http://www.dynamicdrive.com/style/

http://13styles.com/

http://www.cssmenumaker.com/

http://www.cssdrive.com/index.php/menudesigns/

Read more...

CSS Tutorials

http://www.quackit.com/css/tutorial/

http://www.webdesign.org/web/html-and-css/tutorials/css-basic-css-codes.1335.html


http://www.tizag.com/cssT/

http://www.w3schools.com/css/default.asp

Read more...

CSS - Simplified

Cascading Style Sheets (CSS) is a style sheet language used to describe the look and formatting of a document written in either HTML or XHTML.

Features:

* Styles define how to display HTML elements
* Styles are normally stored in Style Sheets
* External Style Sheets can save you a lot of work
* External Style Sheets are stored in CSS files
* Multiple style definitions will cascade into one

Prerequisite:

Before you start CSS you should have some basic understanding of HTML / XHTML

Read more...
Related Posts with Thumbnails

  © Blogger template Newspaper III by Ourblogtemplates.com 2008

Back to TOP