Skip to main content

Posts

Showing posts with the label javascript

Official Tweet Button Released by Twitter

Twitter has now released a new Tweet button for there service. This function was previously offered by TweetMeme's Retweet button . Similar to Facebook's Like button , the new Tweet button from Twitter allows a visitor to send a Twitter message from your site. Tweet Twitter offers a page to help you construct your Tweet Button: http://twitter.com/goodies/tweetbutton On this page, you have the option of how your button will appear: The text that people will include from this Tweet can be customized The URL that you want linked to this Tweet The default language You can also recommend up to 2 people to follow for this Tweet button to recommend to the visitor When you have completed the customization, it's easy to insert the code into your site because Twitter will generate it for you.  Cutting and pasting the code into your site will complete the process and then you are up and running. That's it.  It's a very similar process to the Facebook Like...

Forté Representation - Non-Flash pages added

A recently developed site, Forté Representation , was released as a pure Flash site.  To allow this site to be viewed on non-Flash enabled devices such as the iPhone, non-Flash pages were developed.  Upon visiting the site, it is determined whether you can see Flash or not.  If you can't see Flash on the device you are accessing the site with, then you will only be served non-Flash pages. One of the key features of the site is the gallery.  To mimic the Flash version of the photo gallery, Javascript was implemented with the assistance of the JQuery library.  Combining JQuery with a plugin called EasySlider allowed for development of a sliding gallery that is visible on non-Flash devices. In total, the site was broken up into separate HTML pages: Home Photographers, broken up into each artist:  Linda Mackie , Ian Sheh , and Renat Touichev . Makeup+Hair, listing the artist Eman Aziz . About Connect Clicking on any of the above links on a Flash en...