Tuesday, February 16th, 2010
Please Visit, http://unknownuserace001.webs.com/TheCurrentTime.html for more info.
Here’s an online clock, that will tell time, exactly using images for the digits, in other words it’s a Digital Clock that’s online, or Live, written in html & JavaScript
Duration : 0:5:33
(more…)
Technorati Tags: and, andrews, code, Current, html, Images, Included, javascript, roylyn, the, Time, Timer, using
Posted in html code | 5 Comments »
Monday, January 25th, 2010
I have some simple buttons and a flash thumbnail on my website, how can I apply hyperlink hover effects to them so that the user can easily recognize they are over a link?
Thanks.
you can use many options:
one of them the transparency
http://www.w3schools.com/CSS/css_image_transparency.asp
and also you can use 2 images on mouse over
look at this http://www.dynamicdrive.com/dynamicindex15/domroll2.htm
Technorati Tags: asp, Css Image, Flash, Hover Buttons, Image Transparency, Images, Link Thanks, Thumbnail, W3schools
Posted in xhtml | 1 Comment »
Sunday, January 24th, 2010

IRISPdf 6 Server for eCopy ShareScan OP is the most robust solution integrated in eCopy ShareScan OP to structure, index, highly compress and convert documents into optimized searchable text files. This solution is designed to tune up eCopy ShareScan OP with the best Indexation and Compression tools.Key Features and BenefitsPowerful and fast OCR engine (more than 20,000 documents a day!) and high text recognition accuracy.With the iHQC add-on, create highly compressed PDF files all while maintaining incredible text and image color quality.Conversion of your documents images into different kind of PDF files such as PDF-iHQC, PDF Security Method, PDF/A for long-term archiving and many more.Conversion of your documents images into many output formats such as DOC, TXT, RTF, html, WordML, SpreadsheetML, OpenDocument Text, XML etc.Save time and improve your scanning with powerful image cleaning toolsDeskew and detection of the orientation of the textWith the multi-CPU add-on, spread the workload across the dual/quadri cores of your CPU(s) to make the best use of your computer and server resourcesThe most productive OCR solution integrated in eCopy ShareScan OP!And more…
(more…)
Technorati Tags: Archiving, Color Quality, Compression Tools, Cores, Ecopy, Image Color, Images, Indexation, Nbsp, Orientation, Pdf Files, Quality Conversion, Recognition Accuracy, Robust Solution, Security Method, Sharescan, Text Recognition, Tune Up, Wordml, Workload
Posted in html index | No Comments »
Friday, January 22nd, 2010

Automatically break up large sections into multiple pages without having to rearrange the items in any way. Dramatically improves the load time of large sections. Our dynamic pagination (paging) solution works seamlessly with your existing sections. While it is a JavaScript-based solution, it also allows the search engines to index your section pages. Dynamic pagination can dramatically improve the load time of large section pages. Typically, a page that loads slowly does so because of the total size of the images (thumbnails) and HTML code on the page. Usually, the total size of the images (thumbnails) outweighs the size of the html code (text) by a large margin. With dynamic pagination, the thumbnails for a particular page are downloaded only. The other images are downloaded only on an as-needed basis (when you click Next Page for example.) With dynamic pagination, pages practically always load faster than without pagination. For those of you interested, below is a little math comparing the page size of a dynamically paginated page versus a static, standard section page: im = average thumbnail image size ps = page size (number of items per dynamic page) n = number of items on the section page js = JavaScript code required per item oh = overhead (JavaScript code library for pagination) ht = html code per item Page size without dynamic pagination Page size with dynamic pagination n(im + ht) <= ps(im + ht + js) + (n – ps)(ht + js) + oh n <= ps * im + oh ———— im – js The above formula attempts to find a break-even point where – all things being equal – the page size without dynamic pagination is less than with pagination. It appears that the only time that can happen is if the number of items is about the same as the number of items per page (n = ps), but that is exactly what happens if no pagination is needed. To play with these numbers, download a spreadsheet here .
(more…)
Technorati Tags: Amp, Break, html code, Image Size, Images, Javascript Code Library, Load Time, Lt, Math, Page Nbsp, Paging, Search Engines, Spreadsheet, Thumbnail Image, Thumbnails, Yahoo, Yahoo Shopping, Yahoo Store
Posted in html code | No Comments »
Thursday, January 21st, 2010
http://www.aridz.ws Buid a website, website tutorial, internet business, online marketing, website development, NVU, Web folder, Index files, images folder, table, title bar, images, create links, Insert html, Youtube Video
Duration : 0:10:3
(more…)
Technorati Tags: Buid a website, Images, images folder, Index Files, Internet Business, NVU, online marketing, table, title bar, Web Folder, website development, website tutorial
Posted in html index | 1 Comment »
Wednesday, November 18th, 2009
In this tutorial I will teach you how to make the basis for a professional looking website. The tutorial is quite fast flowing so if you get confused at all please go back to some beginner tutorials on my channel.
Follow Me:
http://www.twitter.com/edzjohnson
Duration : 0:9:24
(more…)
Technorati Tags: design, designer, develop, Dreamweaver, graphics, htm, html, Images, Img, photo, site, tutorial, tutorials, web, website
Posted in html | 25 Comments »
Tuesday, November 17th, 2009
Is there a Web search engine that allows users to search the html code of all sites it indexes, rather than just the text displayed on the site (eg. Google)?
If you think about it, if there was a search engine that searches the html code of websites, if you search for the <html> tag, guess how many results you would get?
Likewise, if you were to search for the <td> tag, websites with hundreds of tables would be high in the results.
And there aren’t very many tags in HTML. You got tables, divs, links, images, but there isn’t very much else you can search for.
Google has an open source code searcher, but that would be the closest to get to a source finder.
http://www.google.com/codesearch
Technorati Tags: Google, Guess, html code, Html Tables, Html Tag, Html Text, Images, Indexes, Lt, Open Source Code, Search Code, Search Google, Searcher, Td, Text Content, Text Search, That Allows Users, Web Index, Web Search Engine, Web Search Engines
Posted in html index | 2 Comments »
Tuesday, November 17th, 2009
http://www.tom-rogers.com/ – Images are key on the web. In this video you will learn how to put them on a page.
Duration : 0:7:53
(more…)
Technorati Tags: Images, tutorial, web, xhtml
Posted in xhtml | 6 Comments »
Sunday, November 15th, 2009
I want the html format for making different pictures,can u please tell me some formats for making nice pictures for website???
Pictures in html are all handled using the <img statement.
If you want other graphics effects, use css: for example, usually background-image: url(’something.jpg’) for something in your web page (a paragraph or a banner or an address or another part of your web page.
You can also use css to specify list-style-image: url(’something.jpg’) to display icons instead of dots for a list.
Some other css items allow you to display images on your html page. Check it out.
Technorati Tags: Background Image Url, Css Style, Dots, Graphics Effects, Html Check, Html Format, Html Page, Images, Img, jpg, List Style Image, Lt, Nice Pictures, Paragraph, Web Designing, Web Page, Website Pictures
Posted in html | 2 Comments »
Sunday, November 15th, 2009
In this html website design tutorial I will teach you how to add images to your website/html document and how to add an image to the background.
Difficulty Level:
Easy/Beginner
If you have any problems or need help with any of this tutorial please leave a comment below or message me on YouTube.
Duration : 0:3:48
(more…)
Technorati Tags: add, adding, Background, definition, design, develop, gif, Hd, high, howto, hq, html, Image, Images, Jpeg, jpg, lesson, make, photos, png, quality, tut, tutorial, website
Posted in html | 25 Comments »