Podcasts Archives

 
icon for podpress  How To Build A Project Management App: Play Now | Play in Popup | Download
icon for podpress  How To Build A Project Management App [.wmv]: Download
icon for podpress  How To Build A Project Management App [.mov]: Download
icon for podpress  How To Build A Project Management App [.mp4 - HD]: Download

Project management software is big money.  For you to have something custom developed, it would run well into the thousands of dollars.  If you decide to go the hosted route, expect to pay about $50 a month for decent stuff.

In this how-to podcast, we’re going to show you how to build your very own project management suite.  Your clients can log in.  Your people can log in.  Everyone can keep tabs on what’s going on, upload files, send emails, and all sorts of other fun stuff.

Here the podcast notes:

  • We’re going to be using Collabtive
    • Install instructions:
      • Unpack the Collabtive archive in a directory of your choice.
      • Next, upload all the files to your webserver.
      • Make the following files/folders writable:   /files    /templates_c    config.php
      • Then open the installer in your browser.
      • Point your browser to http://yourdomain.com/collabtive_dir/install.php to do that.
  • Commercial offerings and other services

All set!  Let me know what you think!

Incoming search terms for the article:

 
icon for podpress  How To Build An Ad Server: Play Now | Play in Popup | Download
icon for podpress  How To Build An Ad Server [.wmv]: Download
icon for podpress  How To Build An Ad Server [.mov]: Download
icon for podpress  How To Build An Ad Server [.mp4 - HD]: Download

Most generally, the money you make with your website is from advertisers.  The most recent trend, aside from text link ads, is 125 x 125 pixel banners.

Today, I am going to show you how to install and deploy your own private ad server using OpenX.  That means you can sell your own ad and keep 100% of the profit!  This ad server is going be capable of running any size banner ad or text link you need to serve.

nH005 – How To Build Your Own Ad Server shownotes:

Enjoy!

Incoming search terms for the article:

 
icon for podpress  How To Build A Server Side RSS Reader: Play Now | Play in Popup | Download
icon for podpress  How To Build A Server Side RSS Reader [.mov]: Download
icon for podpress  How To Build A Server Side RSS Reader [.wmv]: Download
icon for podpress  How To Build A Server Side RSS Reader [.mp4 - HD]: Download

RSS readers are a dime a dozen.  My personal favorite is Google Reader.  It’s got great integration and support which makes keeping up on news all the more easy.  But to me, that’s a whole lot of data that I could use more efficiently if it was on my own server!

Today, we’re going to show you how to set up your very own server-side RSS reader.  It’s going to poll the feed list every 30 minutes and display the new items in a nice, ajax style list so you can get through them quickly and efficiently.  It will also have a search function so if you forget a piece of news, you can search for it.

The open source software that we’re going to use is Rnews.  Its a feed aggregator that works really, really well.  There is a Firefox plugin available at Sourceforge so you can post any blog or RSS feed directly to your server.

The concept is relatively simple through the web installation wizard…  Here’s the install instructions:

  1. Untar (unzip) rnews into a folder on your web-server. (E.g., /somedir/rnews)
  2. Browse to install.php in that folder on your web-server. (E.g., http://your.site/somedir/rnews/install.php)
  3. Enter the database and configuration information as prompted and follow the instructions.
  4. After successful installation, two files must be protected:
    1. install.php
      — remove read permissions from this file, since it exposes your
      database and add-user information. You can remove it completely, remove
      world read permissions, or deny access to it using Apache’s .htaccess
      file.
    2. inc/config_user.php — remove write permissions from this file, which holds your configuration data.
  5. Add a user account and you’re ready to add/import feeds!

If you have any thoughts or questions, please let me know!

JD

Incoming search terms for the article:

Last week, I talked about what some of the problems were with using social bookmarking services on the web.

Personally, issues I have are that the good services charge and all your information is sitting on someone else’s server!

Today, I am going to walk you through setting up your own social bookmarking application that you can open up to the world, or you can close off to yourself.  Either way, all you data is going to be safe and secure, and you’ll have your databases for backup!

For this tutorial – we are going to be using Scuttle – the open source bookmarking app.

  1. First and foremost – download Scuttle
  2. Extract it to your desktop
  3. Upload it to your webserver, whichever folder you want it to live in.
  4. Create a database and import the .SQL file found in the scuttle folder to create the necessary tables.
  5. Edit Scuttle’s config.inc.php.example file to your own parameters
  6. Set the permissions on the /cache/ directory to 0777
  7. Go to the url!

Here’s a video tour:

 
icon for podpress  How To Build Your Own Social Bookmarking App Using Scuttle: Play Now | Play in Popup | Download
icon for podpress  How To Build Your Own Social Bookmarking App Using Scuttle [.wmv]: Download
icon for podpress  How To Build Your Own Social Bookmarking App Using Scuttle [.mov]: Download
icon for podpress  How To Build Your Own Social Bookmarking App Using Scuttle [.mp4 HD]: Download

Now, with Scuttle, there aren’t any admin screens or any way to protect against spam.  There are Scuttle versions such as SemanticScuttle which provide a capcha like question for a user to answer before they sign up.  It should work and I am testing it as we speak..

If there are any questions or thoughts, please let me know!  There are two other server side bookmarking apps that I’ll be covering in the next couple posts, but if you know of any – please feel free to jump in!

Jason

Incoming search terms for the article:

 
icon for podpress  How to Install Ubuntu Server In VirtualBox: Play Now | Play in Popup | Download
icon for podpress  How to Install Ubuntu Server In VirtualBox [.mov]: Download
icon for podpress  How to Install Ubuntu Server In VirtualBox [.wmv]: Download
icon for podpress  How to Install Ubuntu Server In VirtualBox [.mp4 - HD]: Download

This video podcast will show you how to set up Ubuntu Server as a virtual operating system. That way you can build applications or websites without taking the time to continually upload and download files from a web server!

Things you’ll need to get your web server  up and running:

Once that’s set up, head over to this post to see how to install EHCP.

Incoming search terms for the article:

 
icon for podpress  How To Quick Set Up A Web Server With EHCP: Play Now | Play in Popup | Download
icon for podpress  How To Quick Set Up A Web Server With EHCP [.mov]: Download
icon for podpress  How To Quick Set Up A Web Server With EHCP [.wmv]: Download
icon for podpress  How To Quick Set Up A Web Server With EHCP [.mp4 -HD]: Download

30 different how-to articles will tell you 30 different ways of setting up a web server environment. My personal preference is using EHCP.

EHCP is a quick and easy framework for quickly installing all your PHP, Apache and email goodness. It’s self automated and will grab all the libraries you need to host your own websites in a matter of minutes.

After you have a working version of Ubuntu or any other Linux operating system, install putty and ehcp. Here’s where you’ll need to grab:

And the video will show the rest.

Incoming search terms for the article:

First podcast…  Yeah…

Podcasting is something we have been excited about ever since we started NetHackz.  But being in front of a camera – now that’s a whole different story!

Check it out and let us know what you think!  We covered a bunch of NH stories, gave props to some sponsors, and talked about the Apple/Microsoft scuffle that has been going on.  There was a lot of conversation about the Iphone and the G1 as well.

We are interested to hear what you think.  Do you like it?  What would you do differently?  We have to get up to speed on sound and video editing, but other than that I really had a lot of fun doing it!

PS. Add us at iTunes! Or download the torrent!

 
icon for podpress  NetHackz Podcast 001 - Are We Ready?: Play Now | Play in Popup | Download
icon for podpress  NetHackz Podcast 001 - Are We Ready? [.mov]: Download
icon for podpress  NetHackz Podcast 001 - Are We Ready? [.wmv]: Download

Powered by Yahoo! Answers