Linux.com

NewsVac: News from around the Web

  • Missing Code Challenge 6 days, 21 hours ago
    "Online identity management and single sign-on still doesn't work. Not well enough, anyway. OpenID is a good step forward. So are a bunch of other less familiar approaches. But we still haven't arrived .... "
  • Ruby on Rails performance options grow 1 month, 2 weeks ago
    Code alone isn't enough to make Ruby fast -- sometimes you need a little help.
  • Microsoft and Yahoo! renew their marriage talks 2 months, 2 weeks ago
    Microhoo: Microsoft and Yahoo! have pulled their chairs back up to the proverbial negotiating table. Citing an unnamed source, The New York Times insists the two giants are now in "active merger talks."
  • Is SaaS a savior or 'scary' for the enterprise? 3 months, 2 weeks ago
    Salesforce.com's CEO Marc Benioff and SAP's chairman Hasso Platnner have at it in spirited debate.
  • Steve Souders asks: "How green is your web page?" 4 months, 1 week ago
    "Writing faster web pages is great for your users, which in turn is great for you and your company. But it’s better for everyone else on the planet, too."
  • Web 2.0: Unsafe At Any Speed? 5 months, 1 week ago
    Paul Ferguson, a network architect with antivirus vendor Trend Micro, summed up Web 2.0 as thus: "We're basically training our online users to be exploited."
  • HTML 5: A vocabulary and associated APIs for HTML and XHTML 5 months, 4 weeks ago
    This specification defines the 5th major revision of the core language of the World Wide Web, HTML. In this version, new features are introduced to help Web application authors, new elements are introduced based on research into prevailing authoring practices, and special attention has been given to defining clear conformance criteria for user agents in an effort to improve interoperability.
  • RubyStack 1.0 released 6 months, 1 week ago
    The RubyStack project finally reached 1.0! It is a free, all-in-one binary installer for Apache, MySQL, Ruby and the Rails framework. You basically click-click-finish your way to a complete Rails installation, including third-party modules such a Mongrel and ImageMagick. It runs on Windows, Linux and OS X and is distributed under the Apache license.
  • Avoid unnecessary Ajax traffic with session state 8 months ago
    Where possible, creating Web applications — including Ajax-based applications — in a RESTful way avoids a large class of bugs. However, a pitfall of REST is sending duplicate data across similar XMLHttpRequests. This tip shows how the moderate use of session cookies can maintain just enough server-side state to significantly reduce client-server traffic, while still allowing fallback to cookie-free operation.
  • Facebook Defines the Web-Based OS 8 months, 2 weeks ago
    Could Facebook become the next Microsoft? TechCrunch recently examined this and has their thoughts on the matter. Personally, I see Facebook as redefining the OS rather than simply mirroring successes of failures had by Microsoft. Placing them into the same category as Microsoft may actually prove counter-productive, as they are two completely different types of companies, despite any striking similarities.
  • Mozilla, Microsoft drawing sabers over next JavaScript 8 months, 2 weeks ago
    Mozilla CTO Brendan Eich and Microsoft's Chris Wilson are trading heated rhetoric over the proposed next version of ECMAScript, better known as JavaScript.
  • I have lost my Wow 9 months ago
    "Last week, I mentioned that Mozilla is planning to give the Firefox browser a makeover. Alex Faaborg had mentioned that they plan to integrate the look of Firefox with Microsoft's Windows Vista and Apple's Mac OS X. The problem was Alex had failed to mention anything about the Linux operating system .... "
  • Falt4 CMS massive speed up 10 months ago
    Falt4 CMS, an opensource content management system, published a new major release. The main goal of the new release is mostly about speeding things up. Thus it includes a new caching engine to deliver 'almost flatfiles'.
  • Build 404 error page CGI handler brains 10 months, 1 week ago
    Bad URLs, every Web site's bane, generate the infamous 404 error. Make your 404s useful by customizing redirects based on your site's content. This article shows you how to create your own 404 error-message intelligent CGI handler to provide useful links and 404 error page redirects for the contents of your site.
  • How To Set Up A Facebook RSS Feed Reader Application For Your Blog 10 months, 2 weeks ago
    This guide shows how you can build an RSS feed reader application for the social network Facebook that will display your blog's/web site's RSS feed on the profile pages of Facebook users (that have installed the RSS feed reader application). Each item of the RSS feed will have a Share button so that people can share the story with their friends, and the application will have an Invite link so that people can invite up to ten friends at once to also install this feed reader application. I will use PHP5 to build the RSS feed reader application. To parse the RSS feed and generate HTML from it, I will use Magpie RSS.

    http://www.howtoforge.com/rss_facebook_app_php
  • More News

Linux.com : Web Development

An introduction to CGI scripting with Python

By Robert D. Currier on June 04, 2008 (9:00:00 AM)

Mention Common Gateway Interface scripting to a Web developer, and their first response is likely to be "I use Perl." While Perl has long dominated the CGI scripting world, there are other, and perhaps better, tools available. In this tutorial we'll take a look at CGI scripting with Python, a fast, versatile, multi-platform language.

Read the Rest - 4 comments

Brad Neuberg, Google Gears, and the future of the Web

By Bruce Byfield on May 12, 2008 (9:00:00 PM)

"I like to make browsers do things that they weren't supposed to do," Brad Neuberg likes to say. As a developer advocate for Google Gears, Neuberg has a wide scope for pursuing this interest, not only as an active developer, but also as a frequent speaker at conferences. His message is that Gears is not a means of working offline with Internet content -- which, so far has been its main function in applications like Google Reader and Google Calendar -- but also a potential universal update mechanism for browsers that could help to keep the Web free.

Read the Rest - 12 comments

Webtop software development with LAMP and Prism (video)

By Chad Files on April 23, 2008 (9:00:00 PM)

Bridging the gap between the desktop and the Internet is becoming easier and easier. In this video I show you how to create an application that looks and feels like a desktop application but runs on a typical Linux, Apache, MySQL, and PHP stack. The application has a back end database, is written in PHP, and uses Mozilla XUL instead of HTML. I also discuss how to use Mozilla Prism to create a streamlined version of the application that will run outside of a typical Web browser.

Read the Rest - 6 comments

Paterva Evolution is dead, long live Maltego

By Joe Barr on September 10, 2007 (1:10:44 AM)

As noted in the update to our review of Paterva Evolution, a personal data mining tool, Roelof Temmingh has removed the binaries for the application after having received legal threats over its use. In an email on the Paterva announcement's mailing list over the weekend, Temmingh revealed more about why the binaries had to be removed and unveiled his plans for future work on the project.

Read the Rest - 2 comments

Add star ratings to Web pages with AJAX Star Rater

By Dmitri Popov on June 26, 2007 (5:00:00 PM)

If you want feedback on the contents of your Web site, let your visitors rate your pages. Some content management systems include this functionality by default, but if yours doesn't, you can add rating capabilities with AJAX Star Rater, a PHP/MySQL application that allows you to display AJAX-ified star rating bars on any Web page.

Read the Rest - 2 comments

Movable Type 4 to go open source

By Joe "Zonker" Brockmeier on June 05, 2007 (10:15:00 PM)

Anil Dash of Six Apart has let the cat out of the bag on his blog: The next release of Movable Type (MT), one of the most popular blogging platforms, will have a version released under the GNU General Public License (GPL). A beta of MT4 is available now, though not yet under the GPL.

Read the Rest - 1 comment

Bringing Web-based applications offline

By Joe 'Zonker' Brockmeier on March 14, 2007 (7:00:00 AM)
The Web 2.0 mantra suggests that you forget desktop applications and embrace AJAXified browser-based apps that you can run from any OS, anywhere, as long as you have a speedy connection to the Internet. But what about times when you can't get online? Firefox, Opera, and others are looking to make it possible run applications offline, anytime, anywhere.

Read the Rest - 11 comments

Debug your Web code with Firebug

By Mayank Sharma on March 08, 2007 (8:00:00 AM)
Developing Web sites isn't as straightforward a task as it used to be at the turn of the century. With an influx of new tools, technologies, and development methodologies, a Web page is no longer a string of plain ol' HTML, but instead a complex mix of stylesheets, markup languages, and scripts. Debugging this complicated blend is no easy task. Firebug is an open source add-on to the Firefox Web browser that lets you edit and debug everything from simple CSS and JavaScript templates to complex AJAX applications.

Read the Rest - 5 comments

Create a Web-based interface for MySQL databases in a flash with phpMyEdit

By Dmitri Popov on March 08, 2007 (8:00:00 AM)
If you've ever worked with MySQL databases, you are probably familiar with phpMyAdmin, a PHP-based tool that allows you to create and manage MySQL databases via a browser. It is an indispensable tool for anyone building a PHP/MySQL-based Web application. But while phpMyAdmin eases the task of creating and managing the back end of your Web application, it is of no help when it comes to designing a Web-based interface. To simplify creating PHP-based front ends, try phpMyEdit, an ingenious piece of software that can generate a functional Web interface in a matter of minutes -- no PHP programming skills required. Although phpMyEdit hides the complexity of generating a PHP-based interface, it still offers an easy-to-use yet powerful mechanism to customize virtually any aspect of the created front end.

Read the Rest - 5 comments

GreyBox: Jazz up your Web site in 10 minutes

By Dmitri Popov on January 22, 2007 (8:00:00 AM)
Want to add a couple of cool features to your Web site without delving into the world of Web programing? In this case, you might want to give GreyBox a try. It's a tiny (only 22KB) JavaScript-based tool, released under the LGPL, that allows you to add page-in-a-page and gallery features using just a few easy-to-understand lines of code (check GreyBox' Web site for some examples).

Read the Rest - 7 comments

Opera contests draws attention to widget development

By Nathan Sanders on January 04, 2007 (8:00:00 AM)
With the latest release of its Web browser in June, Opera Software introduced widgets -- small Web applications that run in their own windows on the desktop. Now the company is turning to programming contests to promote their creation.

Read the Rest - 7 comments

Behind the scenes at GNOME's Web site revision

By Tom Chance on November 22, 2006 (8:00:00 AM)
Like any large organisation, the GNOME Project faces a formidable challenge in maintaining an effective Web site. Trying the balance the demands of promotion, documentation, and community coordination is made all the more difficult when you only have volunteers to do the work. But over the past year the GNOME community has developed and begun to execute a well-defined process to refocus and rejuvenate its much-neglected Web presence.

Read the Rest - 2 comments

A geo-located photo album in five easy pieces

By Kevin Quiggle and Mike Whitton on July 27, 2006 (8:00:00 AM)
Open standards, and openness in general, enables people to combine a variety of technologies in new and interesting ways. For example, using a camera with Exif support, a GPS receiver, the Google Maps API, and Perl, PHP and JavaScript, Mike Whitton created a Web-based photo album in which the photographs are automatically placed on a map at the exact location they were taken. Let's take a look at how this is done.

Read the Rest - 5 comments

Choosing an open source CMS

By Michael Stutz on June 23, 2006 (8:00:00 AM)
It seems as if everyone is a Web publisher today -- from the habitual bloggers and online diarists to the companies running major news outlets, portals, and magazines -- and they're all using some kind of database-backed content management system (CMS) to do it. There are a lot of CMS choices -- Drupal, Mambo, Bricolage, WordPress, and Plone are some of the most recognizable names. While they all perform the same basic functions, you have to pick only one. How do you do it?

Read the Rest - 28 comments

A first look at Google Page Creator

By Tina Gasperson on March 01, 2006 (8:00:00 AM)
Google is offering free Web pages with an easy-to-use home page creator that you don't have to download, and you can use the utility even from a Linux desktop if you use Firefox. The company released Google Page Creator last week as a Google Labs project. That means you won't find it on the main directory of services because it's in an early stage of beta testing. If you're willing to be a Google guinea pig, you'll find the service functional, if limited in scope, and easy enough for a beginner to use.

Read the Rest - 8 comments

Eclipse accepts OpenAJAX framework code

By Tina Gasperson on February 04, 2006 (8:00:00 AM)
The Eclipse Foundation has granted initial approval to incorporate a new AJAX Toolkit Framework into its Web Tools Platform (WTP) project. The framework includes a "personality builder" that is expected to provide IDE-building tools for many specific AJAX runtime programs, including Dojo and Zimbra. IBM, the driving force behind the AJAX Toolkit Framework development effort, has launched the OpenAJAX initiative in hopes of attracting coding participation from outside IBM.

Read the Rest - Post Comment

A survey of Linux Web development tools

By Joe 'Zonker' Brockmeier on October 12, 2005 (8:00:00 AM)
Choice is a good thing, and Linux users have plenty of it when selecting a program for Web development. Users can choose from the basic no-frills text editors, to full-featured "what you see is what you get" (WYSIWYG) programs. Here's a survey of the best programs I've used.

Read the Rest - 42 comments

Web design and administration with WordPress

By Kris Shaffer on September 13, 2005 (8:00:00 AM)
Recently, a colleague and I decided to create a Web site that would serve as an online community and resource for young musicians. Though I had some Web design experience, neither of us had the experience or knowledge to create all of the features that we wanted in our site. Luckily, we were able to turn to WordPress. With its tools we could combine static pages with dynamically updated pages, categorize site content, automate formatting of site data, manage site membership accounts, incorporate RSS feeds and podcasts, and allow for community discussion of the site's content. Best of all, we could accomplish all of this with relatively little setup effort, and once the site was up and running, we could focus almost exclusively on content and let WordPress do the rest.

Read the Rest - 1 comment

Free software transforms Web service business

By Tina Gasperson on September 08, 2005 (8:00:00 AM)
Robert Dayton owns CheckStatus.net, a network of process servers that deliver subpoenas, summons, and other legal documents for clients. One day in 2000, Dayton shut himself in his office with a stack of books and taught himself to program in Perl and PHP. He didn't come out until he'd written a complete Web application for his court documents processing service.

Read the Rest - 7 comments

LAMP made easy with XAMPP

By Paul Virijevich on June 23, 2005 (8:00:00 AM)
The LAMP (Linux, Apache, MySQL, PHP/Perl) software stack is emerging as a popular and cost-effective Web development platform. This is understandable given that it comprises a free operating system, Web server, database, and scripting language. However, a problem with having a number of separate open source components is integration. The XAMPP project aims to eliminate this problem. With XAMPP, there is no reason for developers to skip over an open source solution when considering Web development platforms.

Read the Rest - 9 comments

  |<   <   1   2   >   >|


 
Tableless layout Validate XHTML 1.0 Strict Validate CSS Powered by Xaraya