Skip to main content

Duane Jennings's Library tagged web   View Popular

W3C Link Checker

This Link Checker looks for issues in links, anchors and referenced objects in a Web page, or recursively on a whole Web site. For best results, it is recommended to first ensure that the documents checked use Valid (X)HTML Markup. The Link Checker is part of the W3C's validators and Quality Web tools.

validator.w3.org/checklink - Preview

webdev web development

  • This Link Checker looks for issues in links, anchors and referenced objects in a Web page, or recursively on a whole Web site.
    For best results, it is recommended to first ensure that the documents checked use Valid (X)HTML Markup. The Link Checker is part of the W3C's validators and Quality Web tools.
29 Oct 09

Yahoo! Media Player - YDN

The Yahoo! Media Player enhances your web site or blog by creating an embedded player for each audio link. All the links can be played with one click, turning the page into a playlist. This is done by adding our JavaScript to your page.

developer.yahoo.com/mediaplayer - Preview

mp3 music podcasts yahoo web development

  • The Yahoo! Media Player enhances your web site or blog by creating an embedded player for each audio link. All the links can be played with one click, turning the page into a playlist. This is done by adding our JavaScript to your page.
12 Oct 09

Amazon Web Services Blog: Don't Forget: You Can Use Amazon SimpleDB For Free!

We polled the attendees at a recent Amazon SimpleDB webinar and found that over half of them didn't know that they could start using the service for free. That's a shame because SimpleDB is easy to use, scales easily to handle high request rates, and is available in our US and EU regions.

You can keep up to 1 gigabyte of data in SimpleDB without paying any storage fees. You can transfer 1 GB of data and use up to 25 Machine Hours to process your queries each month. This should be sufficient to allow you to issue about 2 million PutAttribute or Select calls per month.

We have pages of SimpleDB sample code and libraries, plenty of SimpleDB articles and tutorials, and some really good SimpleDB documentation.

aws.typepad.com/...-amazon-simpledb-for-free.html - Preview

web development webdev amazon webservices

  • You can keep up to 1 gigabyte of data in SimpleDB without paying any storage fees. You can transfer 1 GB of data and use up to 25 Machine Hours to process your queries each month. This should be sufficient to allow you to issue about 2 million PutAttribute or Select calls per month.
23 Sep 09

Imagin image processor web service

Imagin is a simple web service for processing and generating images. It understands a very basic text-based language describing transformations to apply to images.
Interface

To call Imagin, send an HTTP POST to http://imagin.notdot.net/do. The body of the post should be of mime-type multipart/form-data, and contain at least one form element, called "code", containing the Imagin script to execute. It may also contain any number of additional fields containing images for the script to use; these will be added as variables before the script begins executing.

If an error occurs, Imagin will return an HTTP 400 or 500 response, with relevant text explaining the error.

If your script contains an 'output' op, Imagin will return an HTTP 200 response, with the generated image, with the content-type set appropriately to the type of image you requested.

Otherwise, Imagin will return an HTTP 200 response indicating image processing succeeded.

imagin.notdot.net - Preview

image process WebApps web service

22 Sep 09

symfony | Web PHP Framework

Symfony is a web application framework for PHP projects.

It aims to speed up the creation and maintenance of web applications, and to replace the repetitive coding tasks by power, control and pleasure.

The very small number of prerequisites make symfony easy to install on any configuration; you just need Unix or Windows with a web server and PHP installed. It is compatible with almost every database system. In addition, it has a very small overhead, so the benefits of the framework don't come at the cost of an increase of hosting costs.

Using symfony is so natural and easy for people used to PHP and the design patterns of Internet applications that the learning curve is reduced to less than a day. The clean design and code readability will keep your delays short. Developers can apply agile development principles (such as DRY, KISS or the XP philosophy) and focus on applicative logic without losing time to write endless XML configuration files.

Symfony is aimed at building robust applications in an enterprise context. This means that you have full control over the configuration: from the directory structure to the foreign libraries, almost everything can be customized. To match your enterprise's development guidelines, symfony is bundled with additional tools helping you to test, debug and document your project.

Last but not least, by choosing symfony you get the benefits of an active open-source community. It is entirely free and published under the MIT license.

Symfony is sponsored by Sensio Labs, a French Web Agency well known for its innovative views on web development.

www.symfony-project.org - Preview

php application framework web development webdev

17 Sep 09

Pro Git - Table of Contents

The major difference between Git and any other VCS (Subversion and friends included) is the way Git thinks about its data. Conceptually, most other systems store information as a list of file-based changes. These systems (CVS, Subversion, Perforce, Bazaar, and so on) think of the information they keep as a set of files and the changes made to each file over time

progit.org/book - Preview

cvs version control programming software web development

16 Sep 09

Doloto

Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only the portion of code necessary for application initialization.

The rest of the application’s code is replaced by short stubs—their actual function code is transferred lazily in the background or, at the latest, on-demand on first execution. Since code download is interleaved with application execution, users can start interacting with the Web application much sooner, without waiting for the code that implements extra, unused features.

In our experiments across a number of AJAX applications and network conditions, Doloto reduced the amount of initial downloaded JavaScript code by over 40%, or hundreds of kilobytes resulting in startup often faster by 30-40%, depending on network conditions.

msdn.microsoft.com/...ee423534.aspx - Preview

javascript web development

27 Aug 09

Wait till I come! » Blog Archive » Tutorial: scraping and turning a web site into a widget with YQL

Using YQL to scrape content from HTML and create a usable data feed which can then be styled into a widget.

www.wait-till-i.com/...eb-site-into-a-widget-with-yql - Preview

webdev web development yql yahoo api

CakePHP: the rapid development php framework. Home

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.

cakephp.org/ - Preview

webdev programming php application framework web development

  • CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying
    applications. Using commonly known design patterns like
    MVC
    and ORM
    within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.

Django | The Web framework for perfectionists with deadlines

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Developed four years ago by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.

Django focuses on automating as much as possible and adhering to the DRY principle.

www.djangoproject.com - Preview

webdev cms python programming web development

  • Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.


    Developed four years ago by a fast-moving online-news operation, Django was designed to handle two challenges: the intensive deadlines of a newsroom and the stringent requirements of the experienced Web developers who wrote it. It lets you build high-performing, elegant Web applications quickly.


    Django focuses on automating as much as possible and adhering to the DRY principle.

Getting Started with PHP Regular Expressions

In PHP we have a total of nine PCRE functions which we can use. Here’s the list:
preg_filter – performs a regular expression search and replace
preg_grep – returns array entries that match a pattern
preg_last_error – returns the error code of the last PCRE regex execution
preg_match – perform a regular expression match
preg_match_all – perform a global regular expression match
preg_quote – quote regular expression characters
preg_replace – perform a regular expression search and replace
preg_replace_callback – perform a regular expression search and replace using a callback
preg_split – split string by a regular expression

www.noupe.com/...php-regular-expressions.html - Preview

php regex programming web development

19 Aug 09

Ratings API

Here are four important reasons to try the RateItAll Consumer Rating API:
Seed your consumer review service with some of the millions of consumer ratings in RateItAll's database
Collect and display consumer ratings and reviews from your own user base
Distribute and promote your data to RateItAll.com's large user base. Learn more about Distribution.
Monetize your data on RateItAll.com with our 50/50 Google AdSense Revenue Sharing Program. Learn more about Monetization.

rateitall.pbworks.com - Preview

API web development

Superfish jQuery Menu IE z-index Bug | webdemar.com

Ran into this problem with Superfish jQuery menu plugin on our sites. Menu was falling behind another element on the page.

webdemar.com/...ish-jquery-menu-ie-z-index-bug - Preview

jquery javascript css webdev web development

14 Aug 09

Getting Real

No more bloat

The old way: a lengthy, bureaucratic, we're-doing-this-to-cover-our-asses process. The typical result: bloated, forgettable software dripping with mediocrity. Blech.
Getting Real gets rid of...
Timelines that take months or even years
Pie-in-the-sky functional specs
Scalability debates
Interminable staff meetings
The "need" to hire dozens of employees
Meaningless version numbers
Pristine roadmaps that predict the perfect future
Endless preference options
Outsourced support
Unrealistic user testing
Useless paperwork
Top-down hierarchy

gettingreal.37signals.com/toc.php - Preview

webdev web development programming projectmanagement

Video: Jonathan LeBlanc — YQL and YUI

In this 24-minute session, Jonathan provides an introduction to YQL and then goes on to show how it can be used in combination with the YUI Library in the rapid creation of dynamic, data-driven interfaces where the data comes from hetereogeneous sources across the web. I suspect you’ll be surprised and intrigued, to say the least, if this is your first introduction to YQL; it’s the kind of service that makes you want to clear your calendar for a couple of days’ worth of uninterrupted hacking.

developer.yahoo.com/...video.php - Preview

yui yahoo webdev web development javascript json mashup

12 Aug 09

Web Page Analyzer - free website optimization tool website speed test check website performance report from web site optimization

Free Website Performance Tool and Web Page Speed Analysis

Try our free web site speed test to improve website performance. Enter a URL below to calculate page size, composition, and download time. The script calculates the size of individual elements and sums up each type of web page component. Based on these page characteristics the script then offers advice on how to improve page load time. The script incorporates the latest best practices from Website Optimization Secrets, web page size guidelines and trends, and web site optimization techniques into its recommendations

www.websiteoptimization.com/...analyze - Preview

analysis webdesign web development tools webdev performance

1 - 20 of 144 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo