Tag Archives: php

SSLBridge: Ajax Samba Client

Jim Kern has created SSLBridge, an Ajax enabled Samba Web GUI, and has released it using the GPL open source license.

SSLBridge features:

  • Authenticates using your existing user name and password against MS Active Directory using Samba.
  • All permissions that apply at office are also applied through SSLBridge.
  • Can download files from computers, just like you are at the office.
  • Can Drag and Drop files between computers.
  • Can select one of more files using both SHIFT-Click and CTRL-Click

Download the PHP based software (requires: Apache, PHP, Samba).

SSL Bridge
[via Ajaxian]

Did you like this? Share it:

Build an RSS Feed Reader using Ajax and PHP

ScratchProjects.com has posted both Part one and Part two in a new tutorial series, this time with a focus on creating a RSS feed reader by combining PHP and Ajax.

In Part one they lay the foundation, explaining how the tutorial will work, what the parts are, and what the parts do. Then, it’s on to the code, showing first how to fetch and parse the remote feeds and create the DIV the results will be dropped into.

Part two takes the next steps and creates the form to add a feed to be parsed, the functionality to insert it and its information into the database, and to grab the list of feeds from the database and read in the contents.

It’s a pretty basic tutorial, but great for those just starting out with this handy, powerful functionality. It requires a bit of knowledge about PHP, but most of the code needed is spelled out for you. Plus, you can download the code as well.



Technorati Tags: , , , ,
Did you like this? Share it: