Author Archive for feeder
Joshua Tauberer updates the classic XML.com article “What Is RDF” by rewriting it from scratch. Tauberer claims that RDF is more relevant than ever in the world of Web 2.0.
PHP Filtering with OWASP
0 Comments Published by feeder August 23rd, 2006 in tutorials, php, developmentPHP Filtering with OWASP
Doodle, A Demo Drawing Program - Part 1
0 Comments Published by feeder August 23rd, 2006 in tutorials, javascriptThis week you’ll learn about solid software design practices, many of them borrowed from working with Windows applications. The result is the development of a Web based drawing package. By Guyon Roche. 0802
ExplorerCanvas: Interactive Web Apps
0 Comments Published by feeder August 22nd, 2006 in tutorials, xml, web 2.0Dave Hoover returns with an update about canvas-powered web apps, adding interactivity to the method he described in his Supertrain article.
SocialPicks enables collaborative investment research
0 Comments Published by feeder August 21st, 2006 in web 2.0There’s no shortage of stock market oriented communities coming online, it’s almost hard to tell them apart, but today’s entrant is particularly interesting. SocialPicks is focused on reputation building and small group collaboration. They have just begun to offer limited beta accounts.
Users enter their stock trading activities and thoughts then befriend and […]
HTML and CSS: An Absolute Beginner’s Guide
0 Comments Published by feeder August 21st, 2006 in tutorials, cssToying with the idea of building your first web site? Or are you tired of being asked to build sites for family and friends? In this hands-on tutorial, Ian Lloyd unwraps the building blocks of web design and development, and shows exactly how they should be used! With this tutorial, readers can begin to build a complete, standards-compliant web site from scratch — Ian assumes no prior knowledge at all.
Object-oriented JavaScript
0 Comments Published by feeder August 17th, 2006 in tutorials, javascriptGreg Brown explains how to use basic object-oriented techniques to build more robust AJAX applications.
Validating PHP User Sessions
Building a Web Page Controller for Simulating the Model-View-Controller Schema in PHP
0 Comments Published by feeder August 14th, 2006 in tutorials, patterns, phpIf you re one of those PHP developers that want to extend your background in object-based applications then this series might be quite attractive to you. In these three tutorials of which this is the second you ll learn how to simulate a simple Model-View-Controller schema which can be easily expanded to construct more complex relationships between the different entities in this case applicable specifically to PHP classes….
(Advertisement) Rackspace-Managed Servers, Fanatical SupportÂ? Full-Scale Microsoft & Linux Solutions & 0% Network Downtime! Click here now!
Create Dynamic Images with ImageMagick
0 Comments Published by feeder August 12th, 2006 in tutorials, php, sitepointBitMasks - Emulate Unix Permissions in PHP
0 Comments Published by feeder August 9th, 2006 in tutorials, phpBitMasks - Emulate Unix Permissions in PHP
An Introduction to Simulating the Model-View-Controller Schema in PHP
0 Comments Published by feeder August 7th, 2006 in tutorials, patterns, phpWould you like to learn how to simulate an MVC-based system with PHP If so you ve come to the right place. This is the first article in a three-part series that will show you how to build this schema in PHP by constructing a few classes that represent what is needed….
(Advertisement) Protect your software for the entire lifecycle. Only Unified Software Protection from SafeNet gives you complete security from the development stage through fast and flexible licensing, to distribution and beyond. Lock down your softwareÂ? click for a free whitepaper on securing software revenue.
There’s lots of instant messaging news today. Google isn’t letting the fact that it has less than 1% market share and only 44,000 people used its Google Talk client last month get it down. Tonight they’ve released three significant new features to the product - file transfers, voicemail and music status. Information on all of […]
Client Access Control with MySQL
0 Comments Published by feeder July 27th, 2006 in tutorials, mysql, devshedIn our third and final article covering MySQL security you will learn about client access control. There are exercises included with answers so you can test yourself on what you learned. This article is excerpted from chapter 12 of the em MySQL 5. Certification Guide em written by Paul Dubois et al. Sams 2 5 ISBN 672328127 ….
(Advertisement) Java/.NET reporting Report Design made simple with M.S. Word. Generate PDF, HTML, and more.
Overloading Classes in PHP 5
0 Comments Published by feeder July 25th, 2006 in tutorials, php, developmentWelcome to the last installment of the series Overloading classes in PHP. Comprised of three tutorials this series shows you how to overload your classes whether you re using PHP 4 or PHP 5 and explains in detail the implementation of the __set __get and __call methods in order to overload property accesses and method calls respectively….
(Advertisement) Java/.NET reporting Report Design made simple with M.S. Word. Generate PDF, HTML, and more.
Scripting in the Browser - Part 2
0 Comments Published by feeder July 25th, 2006 in tutorials, javascriptThis week we examine extra functionality in MSXML which provides additional properties and methods that can be used with the DOM interfaces discussed previously. You’ll see examples and learn how to create similar functionality in Mozilla. By Apress. 0705
Scripting in the Browser - Part 1
0 Comments Published by feeder July 25th, 2006 in tutorials, javascriptThis week you’ll learn how to use JavaScript to manipulate XML documents. Some of the topics covered are the key DOM interfaces and the differences between Internet Explorer (IE) and Mozilla. By Apress. 0628
The Creative Process of Photography
0 Comments Published by feeder July 25th, 2006 in tutorials, photoshopThis week you’ll learn about the creative process from the artist’s perspective. Broken into three parts, you’ll learn how to stay creatively alive, how the images were shot, manipulated, prepared for printing, and more. By O’Reilly Media Inc. 0606
Search Engine Optimization with Google Sitemaps
0 Comments Published by feeder July 25th, 2006 in seoIf you’ve been looking for a way to optimize your Web site, check out Google Sitemaps. Among other things, you can tell Google how important a given page is relative to others and you can learn what Google thinks of your Web site! By Matthew Coers. 0602
The JavaScript Diaries: Part 14 - The Math Object
0 Comments Published by feeder July 25th, 2006 in tutorials, javascript, development, webreferenceThis week we look at the Math object, a JavaScript object used to perform mathematical operations such as obtaining the values of predefined mathematical constants. It can also be used to generate random numbers. By Lee Underwood. 0609
For Web developers who want to add more interactivity to their Web sites, this book is packed with information. It’s well written, but if you’re a novice additional programming background is recommended. To learn more, read on… By Lee Underwood. 0623
How to Manage Memory in PHP
0 Comments Published by feeder July 25th, 2006 in php, development, webreferenceAn important difference between a managed language like PHP, and an unmanaged language like C is control over memory pointers. Here you’ll learn that traditional memory management functions are almost never used directly by the PHP source code. By Pearson Education. 0619
Want to boost your traffic? Learn how to improve your rankings by creating a list of specific keywords, create a theme based content site, use the Overture Search Tool and more. By Robert Spadinger. 0630
Apache Ant is a powerful build tool. This week you’ll learn what Ant property files are, how to use Ant’s capabilities to better integrate with IBM Rational ClearCase, how to implement Ant build files and more. By Kevin A. Lee. 0717
Simple Comments
0 Comments Published by feeder July 25th, 2006 in perl, tutorials, development, webreferenceA common feature appearing on more and more Web sites is support for comment posting by users, which tends to appear at the bottom of a Web page or article. Our own Perl-based comment system is the focus of this article and you’ll learn how to use this on static Web pages. By Dan Ragle. 0712
Search
About
Archive for feeder.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Archives
Categories
- ajax (10)
- apache (4)
- book (1)
- css (5)
- development (22)
- devshed (4)
- eclipse (5)
- flash (2)
- frameworks (1)
- java (5)
- javascript (12)
- music (2)
- mysql (5)
- news (1)
- patterns (12)
- perl (1)
- photoshop (3)
- php (48)
- python (2)
- python (2)
- seo (5)
- sitepoint (4)
- sqlite (1)
- techcrunch (7)
- tutorials (54)
- Uncategorized (7)
- web 2.0 (13)
- webreference (6)
- xml (11)
- zeldman (1)