-
Adobe Buys Macromedia
Date: 01/01/70
Keywords: no keywords
Adobe Systems Incorporated (Nasdaq: ADBE) has announced a definitive agreement to acquire Macromedia (Nasdaq: MACR) in an all-stock transaction valued at approximately $3.4 billion.
Link: Adobe and Macromedia
(Via SitePoint Forums)
Comments
Source: http://www.webmasterview.com/design/adobe_buys_macromedia
-
Opera 8 Released
Date: 01/01/70
Keywords: xml, linux
Opera 8 for Windows and Linux released.
New Features:
- Voice support.
- "Fit to window width" abolishes horizontal scrolling.
- Support for XmlHttpRequest.
- Easy access to useful features via a Start bar.
- Easy retrieval of closed pages and blocked pop-ups.
Comments
Source: http://www.webmasterview.com/browsers/opera_8_released
-
Hanging Punctuation
Date: 01/01/70
Keywords: no keywords
Hang lists and hang quotation marks, when using pull quotes and quotes within a body of text.
Five simple steps to better typography - Part 2
Comments
Source: http://www.webmasterview.com/design/hanging_punctuation
-
Code Snippets
Date: 01/01/70
Keywords: web
Code Snippets is a web site which allows you to post code snippets and tag them just like del.icio.us.
(Via Digital Media Minute)
Comments
Source: http://www.webmasterview.com/programming/code_snippets
-
IE7 beta 1 Details
Date: 01/01/70
Keywords: no keywords
The first couple of things they've done are:
Support the alpha channel in PNG images
fixes to the peekaboo and guillotine bugs
Source: IEBlog
Comments
Source: http://www.webmasterview.com/browsers/ie7_beta_1_details
-
Safari Passes Acid2 Test
Date: 01/01/70
Keywords: browser
Safari now passes the Acid2 test.
Related: Acid Test for Browsers
Comments
Source: http://www.webmasterview.com/browsers/safari_passes_acid2_test
-
What Kind of Blogger Am I?
Date: 01/01/70
Keywords: no keywords
Blogthings says:
You Are a Link Blogger!
Your blog is more about cool links than thoughtful posts.
Better to be entertaining and brief than longwinded and boring!
;-)
Via Learning Movable Type
Comments
Source: http://www.webmasterview.com/blogging/what_kind_of_blogger_am_i
-
Web 2.0
Date: 01/01/70
Keywords: programming, xml, web
Web 2.0 for Designers
Enter Web 2.0, a vision of the Web in which information is broken up into "microcontent" units that can be distributed over dozens of domains. The Web of documents has morphed into a Web of data. We are no longer just looking to the same old sources for information. Now we're looking to a new set of tools to aggregate and remix microcontent in new and useful ways.
...
There are six trends that characterize Web 2.0 for designers.
...
- Writing semantic markup (transition to everything XML)
- Providing Web services (moving away from place)
- Remixing content (about when and what, not who or why)
- Emergent navigation and relevance (users are in control)
- Adding metadata over time (communities building social information)
- Shift to programming (separation of structure and style)
(Via bokardo)
Comments
Source: http://www.webmasterview.com/design/web_20
-
Google Web Accelerator: An Alert for Web App Designers
Date: 01/01/70
Keywords: java, web, google
37 Signals says:
Google is essentially clicking every link on the page -- including links like "delete this" or "cancel that." And to make matters worse, Google ignores the Javascript confirmations. So, if you have a "Are you sure you want to delete this?" Javascript confirmation behind that "delete" link, Google ignores it and performs the action anyway.
We discovered this yesterday when a few people were reporting that their Backpack pages were "disappearing." We were stumped until we dug a little deeper and discovered this Web Accelerator behavior.
Google Web Accelerator: Hey, not so fast - an alert for web app designers
Related: Google Web Accelerator
Comments
Source: http://www.webmasterview.com/security_and_privacy/google_web_accelerator_an_alert_for_web_app_designers
-
Mouseover DOM Inspector V2
Date: 01/01/70
Keywords: seo
SlayerOffice has released version 2.0 of Mouseover DOM Inspector bookmarklet
Via kryogenix
Related: Mouseover DOM Inspector (Old version)
Comments
Source: http://www.webmasterview.com/tools/mouseover_dom_inspector_v2
-
Good Keywords v2
Date: 01/01/70
Keywords: software, web
Good Keywords version 2.0 is released.
Good Keywords is a free Windows software for finding the perfect set of keywords for your web pages.
Download Good Keywords »
Comments
Source: http://www.webmasterview.com/tools/good_keywords_v2
-
100th Post
Date: 01/01/70
Keywords: spam
100 entries posted, 35 comments and 5 pings received and more than 500 spam comments/pings deleted. :)
Archives »
Comments
Source: http://www.webmasterview.com/blogging/100th_post
-
We Are All Little Userscripts
Date: 01/01/70
Keywords: no keywords
... I mean, in a sense, we're all little userscripts, modifying tiny parts of the world to suit our own insignificant desires....;-)
[Greasemonkey] a difference in vision
Via Simon Willison's Blogmarks
Comments
Source: http://www.webmasterview.com/humour/we_are_all_little_userscripts
-
Google Sitemaps
Date: 01/01/70
Keywords: xml, web, google
Google Sitemaps is a new experiment by Google. Web site owners can place an xml-formatted sitemap on their webserver and notify Google.
By placing a Sitemap-formatted file on your webserver, you enable our crawlers to find out what pages are present and which have recently changed, and to crawl your site accordingly.
My Sitemaps page will show information about downloading and processing of your sitemap by Google.
Google also offer Sitemap Generator, an open source client in Python to create sitemaps. Sitemap Generator can create sitemaps from URL lists, webserver directories, or from access logs and notify Google.
Related:
Comments
Source: http://www.webmasterview.com/search_engines/google_sitemaps
-
Google Sitemap: Movable Type Template
Date: 01/01/70
Keywords: xml, web, google
Create a new index template with the following code:
<$MTEntryPermalink$>
<$MTEntryModifiedDate format="%Y-%m-%d"$>
.
Save and build the file.
The above code creates a Google sitemap file containing individual entry links. If you want category archives links and date-based archives links you can add them easily using MT Template tags. Your sitemap file may not be larger than 10MB.
Now you can submit your sitemap to Google through your Sitemaps account or using an HTTP request to the following URL: http://www.google.com/webmasters/sitemaps/ping?sitemap=http://url_of_your_/sitemap.xml
There are two more tags you can put inside
: changefreq (how frequently the content is likely to change) and priority (priority of the page relative to other pages on the site).
Example:
daily
0.3
.
Related:
Comments
Source: http://www.webmasterview.com/markup/google_sitemap_movable_type_template
-
Google Sitemap for WordPress
Date: 01/01/70
Keywords: google
Create Google Sitemaps with WordPress.
(Via InsideGoogle - part of the Blog News Channel)
Related:
Comments
Source: http://www.webmasterview.com/tools/google_sitemap_for_wordpress
-
XHTML Filter
Date: 01/01/70
Keywords: html, web
XHTMLFilter is an online tool to convert any HTML or XHTML document to valid, well-formed XHTML. Using this tool you can filter a file on your computer, or a page on the Web, and preview and download the filtered version. Thomas Rutter, the co-administrator of SitePoint Forums authored this tool.
Comments
Source: http://www.webmasterview.com/tools/xhtml_filter
-
Atom 1.0
Date: 01/01/70
Keywords: rss
Atom 1.0 is almost here.
RSS 2.0 and Atom 1.0, Compared
Via Anne
Comments
Source: http://www.webmasterview.com/markup/atom_10