Ubuntu 7.10 (Gutsy Gibbon) Screenshots Tour

Ubuntu is a community developed, linux-based operating system that is perfect for laptops, desktops and servers. It contains all the applications you need - a web browser, presentation, document and spreadsheet software, instant messaging and much more.The most recent version, Ubuntu 7.10 (Gutsy Gibbon), was released on October 18, 2007.

Full Story

Installing LAMP Server Using TASKEL (desktop edition) in Ubuntu

This is to help people install LAMP(LINUX-APACHE-MYSQL-PHP) server in ubuntu(if u use the desktop edition,not for server edition).There are many ways in installing LAMP in a desktop edition. now lets see them.

Full Story

Step-by-step JBoss Application Server Tutorial

Author: Nayyar Ahmad
Contact: nayyars@fedoraproject.org
Copyrights: GNU Free Documentation License

Idea behind this article is to give a stepwise Howto to newbie in JBoss Application Server, I felt its need when I first started working on JBoss and found it difficult to get such a Howto that can give me comprehensive steps for installing and configuring JBoss Cluster.

The Article covers JBoss 4.2.1 and JRockit 5.0-27.3 cluster on Centos/RHEL 4.4 using VMware.

Cheers!

Download attached PDF version of the Article.

Attachments:
Implementing JBoss & JRockit cluster on Centos-RHEL 4.4 using VMware..pdf

PHP Developer - Cutting Edge Open Source Environment

Join SellingSource.com, an industry leading developer of Technology Driven Marketing Solutions, as a PHP Developer and become part of a dynamic and fast growing team. Tackle a variety of projects on a daily basis, working with cutting edge technologies from multiple environments. Apply your PHP, OOD and programming experience to develop code for a range of web applications, and your success will lead to growth opportunities within the organization. If you’ve always wanted to move to Las Vegas, this is your chance, as SellingSource will assist in the relocation of the top candidate. To take a look at all the great reasons to move to Las Vegas, please visit http://netxstudios.sitestream.com/livinginlasvegas

Founded in 1997, SellingSource.com (www.SellingSource.com) develops technology-driven marketing solutions for the online marketplace. Its affiliated companies offer services such as enterprise software, campaign management solutions, online advertising, text messaging, online data verification, stored value financial products, software development and video production services. The firm’s unique approach to corporate development ensures that each affiliate company remains focused on developing, selling, and supporting customer solutions, while SellingSource.com provides consistent infrastructure, leadership, and financial stability to each company as it grows.

As a PHP Developer working in our Las Vegas, Nevada office, you will develop code for a variety of web applications, depending on the current needs of our business. A strong understanding of overall PHP programming techniques, including writing and interacting with objects, will be critical as you work with other developers, project managers and the software director to complete projects on a relatively short cycle time. You will work with the project lead to determine priorities, and then work autonomously to reach your goal. Comfort maneuvering in Unix is important, as that is our platform of choice, and the ability to write and debug SQL queries will also be helpful. Join a fast paced company where the impact of your work can be immediately felt, and take the next step in your career!

All applications for this position are accepted via our online interview system, managed by Accolo. You can begin the interview process or REFER someone you know by going to this link:

http://jobs.accolo.com/10175

Once you have completed the interview, your information will be sent directly to the hiring manager for decisions on the next steps. Regardless of the outcome, SellingSource.com or Accolo will keep you updated as to your status by e-mail or phone.

Related Keywords: PHP, developer, Unix, Linux, SQL, MySQL, programming, code, queries, coding, web application, C, C++, Perl, Python, JavaScript, AJAX, ASP.NET, object oriented, SOAP, LAMP

Download Streaming Videos From Myspace, YouTube, MetaCafe, Google Video, DailyMotion, Blip.tv And IFilm

Download Streaming Videos From Myspace, YouTube, MetaCafe, Google Video, DailyMotion, Blip.tv And IFilm

Video Streaming websites are very hot now-a-days specially after google million-dollar offer to youtube now many people want to make video websites and there are already plenty out service a large number of videos on different fields of life ranging from comedy, tragedy to entertainment and sports videos, video songs, home made videos and people won’t hesitate to share their own videos belonging to their family and daily life.

Easy FLV Videos Downloading Website
Read the rest of this entry »

Parsing XML using PHP: SimpleXML

Introduction

“Simplicity of character is no hindrance to the subtlety of intellect.”

- John Morley

When people ask me “What is SimpleXML?” I often quip, “XML is the solution to all your problems; SimpleXML ensures it isn’t the root of your problems!”

Those of you who have parsed XML with PHP4, or are currently dealing with XML parsing in PHP4, know that it can indeed be very painful to handle documents with any degree of complexity. You either need to use the SAX approach and write a handwritten parser for every document, or you need to use the DOM extension; which (in addition to its tendency to crash, leak and generally misbehave under heavy usage) involves the pain of processing documents using an API designed for a heavily object oriented language and

Read the rest of this entry »

How To Back Up MySQL Databases Without Interrupting MySQL

Version 1.0
Author: Falko Timme
Last edited 04/23/2007

This article describes how you can back up MySQL databases without interrupting the MySQL service. Normally, when you want to create a MySQL backup, you either have to stop MySQL or issue a read lock on your MySQL tables in order to get a correct backup; if you don’t do it this way, you can end up with an inconsistent backup. To get consistent backups without interrupting MySQL, I use a little trick: I replicate my MySQL database to a second MySQL server, and on the second MySQL server I use a cron job that creates regular backups of the replicated database.

Read the rest of this entry »

Pagination: Easy as PREV 1 2 3 NEXT (REVISED)

Pagination: Easy as PREV 1 2 3 NEXT (REVISED)

Alright. You’ve had enough, haven’t you? Pouring countless hours into trying to figure out pagination. Yep, I feel your pain. Don’t fret though, this tutorial will get you through it without too many bruises–it’s easier than you think.

For those of you who don’t know, pagination (in the Web world) is usually dividing a large list of items into several pages, and then providing a nifty link for it. You usually see pagination link displayed like this:

PREV 1 2 3 4 5 NEXT

Read the rest of this entry »

Virtual Hosting With vsftpd And PostgreSQL

Virtual Hosting With vsftpd And PostgreSQL

source: http://howtoforge.com/virtual_hosting_vsftpd_postgresql_freebsd

This document describes how to install a vsftpd server that uses virtual users from a PostgreSQL database instead of real system users. I couldn’t find any tutorial like that on the internet, so when that configuration finally worked for me, I decided to publish it. The documentation is based on FreeBSD 6.2 which I was recently forced to use (I usually use Debian). Nevertheless the document should be suitable for almost any Linux distribution as well (may require very small amendments).

OK, let’s start.

Read the rest of this entry »

Transforming XML with PHP

I have been getting requests from lots of users to post a PHP XML Parsing article. I have chosen this article from XML official website written by Bruno Pedro, You couldn’t find a better article on PHP XML Parsing than this one.

Transforming XML with PHP

This article compares two methods of transforming XML in PHP: PEAR’s XML_Transformer package and the W3C XML transformation language XSLT. I will first describe the PEAR project and its philosophy, with a focus on its XML transformation techniques. I will then give a brief introduction to XSLT and the way to use it from PHP.
Introduction

Read the rest of this entry »

« Previous entries · Next entries »