Blog News
| Browse in : |
All
> Topics
> CMS Blog All > Topics > Gadgets All of these categories |
Getting at Mailman with PHP and Xaraya
For some time now, I have been picking away at the idea of connecting the Mailman mailing list server to Xaraya. If I could get Xaraya to read Mailman data, including the list of members and the archive of posts, I could provide a powerful (and free) listserv to Xaraya members by automatically adding them to a mailing list in Mailman that is associated with membership in a specific group in Xaraya (ostensibly the default Users group, but any group could ostensibly be used for various purposes). Furthermore, I could automatically establish user accounts in Xaraya for all listserv members in Mailman, run via CRON to keep a Xaraya group and a Mailman list in sync together.
However, it's been an uphill battle getting at Mailman from anything but the command line... until now!
Bootstrap Podcasting
After listening to some of the other podcasts that are out there, I decided that the time has come for me to give it a try.
I recently downloaded Audacity, which offers voice-activated recording features and accepts the line-in that is currently carrying the mic from an old over-the-ear gaming headset I had sitting around. I have to increase the Gain quite a bit to hear myself after recording through such a low-end mic, but it gets the job done.
In order to run a podcast, however, you need more than just a few mp3's.
In about two hours, I worked out a way to run podcasts from Xaraya using only Xarpages, a new articles pubtype and a couple of templates. Continue reading to see the actual templates and get started setting up your own podcast using Xaraya!
BloodFrontier FOSS FPS Gets Slashdotted
What does it mean to get "Slashdotted"?
If you have been online for a decent amount of time, you probably know about the news site for geeks called Slashdot.
From this, you may surmise that getting "Slashdotted" involves getting your site linked to in an article on Slashdot, resulting in a significant increase in your site traffic.
You would be correct. Very correct.
You may also surmise that this increase in traffic results in a corresponding increase in sales/leads/etc.
Mobile Coffee + Biodiesel
You could build a truck that ran on biodiesel, contained biodiesel processing equipment, pulled a biodiesel tank, and also sold coffee. It could drive around collecting grounds until it was full, at which point it would drive to a biodiesel consumer community to sell it all before going on another round.
Custom built coffee ground collection containers could be dropped off at each cafe on an established route.
Gas Heated Home? Make Sure...
If your home is heated by gas and it does not seem to be getting the job done very well as the winter months roll in, you may want to ensure that your hot water line into the heater is open (not to mention the line back into the hot water line, down-stream from the heater).
After being present at a neighbors while a leasing office rep came in to ensure the above was established correctly, I realized the reason that my apartment as been ice-fucking-cold over the past few weeks.
Oh, don't get me wrong, the "heater" was "running"; but that just means the fan was on. Lots of air has been recirculating in my unit for a while now, but absolutely nothing has been getting done to change it's temperature.
I opened the inlet immediately after witnessing the incident, but just now realized I'd left the outlet closed still and corrected THAT deficiency...
Maybe you like it cold, but I may as well be a lizard when it comes to maintaining body heat.
Good luck, and stay warm in there!
St.Ego in xarPolitics: Xaraya Project Management Committee Elected
Over the years, various people have scoffed at my aspirations of political involvement. Astrologically, I am a Leo, and I fulfill that stereotype quite well, if I do say so. Leo's are typically attributed with leadership skills and a strong inclination to use them. I am no exception. I was a supervisor almost as soon as I was hired on in many of the jobs that I have held over the years. Let's say that I just... have a tendency to take over.
As of this month, I am now officially a member of the Xaraya PMC (Project Management Committee), the body responsible for maintaining and supporting the Xaraya platform and it's developer communitee. Together with Marty Vance and Chris Powis, we will be responsible for ensuring that Xaraya continues to be the most viable web platform available.
Xaraya is free and Open Source software (FOSS) licensed under the GPL.
Stay tuned for details about the Xaraya PMC and what it will be doing to start building the community. Not all of the developers have to work on the code; some of them have to work on the bigger picture.
It is my privilege and pleasure to serve alongside my fellow committee members. I look forward to posting here about my many successes with inspiring other leadership within the Xaraya community. This incredible tool is available to give web developers what they will find missing in any other FOSS platform on the market today. Welcome home and thank you for voting!
My Ping.fm Auto-Cross-Poster w/Snippets!
A while back, I posted about how I was using Ping.fm to cross-publish my articles from Xaraya to my various social networking profiles.
I had been experimenting with direct use of the various API's made available by Facebook/MySpace/etc., but it was becoming a long and arduous process.
Then I discovered Ping.fm and have been using it ever since.
However, I was not able to publish the code snippets that I used to accomplish this for you, my readers... until now.
Getting Flash Into TinyMCE
While developing the PokerEnlightenment site, I was exposed to an issue with using the TinyMCE WYSIWYG editor to insert Flash when using IE. Apparently, IE likes to rip up OBJECT/EMBED/PARAM tag contents and restructure in funny ways. After some googling, I came across a post by Spocke, the main developer of TinyMCE. As specified in his post, I added the media plugin to TinyMCE in the advanced config and IE suddenly started to behave itself.
Digital Convergence: Gaming Style
I found an incredibly cool graph illustrating the anticipated future trend of computing, gaming, movies and artificial intelligence. They graph things between Best, Worst and Base Case scenarios, showing a range of just how pleasant or unpleasant things could become. Regardless, it is all inspiring from a technology perspective. Some truly great ideas are listed across the graph; things that I had not previously considered and that the industries affected may not have either. Virtual cinema attendance was one idea that struck me as obvious in retrospect, but predicting the last human produced film and game on such short notice (10 years from now?) is not something that ever occurred to me.
No matter who you are, there is bound to be a few things that spark your interest. I will be using the graph as a repeated inspirational exercise going forward; it's just that cool.
MS Office Hyperlinks And Secure Sites
After spending a great deal of time helping lock down file access for restricted areas of the Cobb County site, we began experiencing issues with pages that required login before accessing, even though the user was already shown as logged in. Troubleshooting narrowed down the problem to users of MS Office. It seems that MS Office doesn't carry cookies with it's links, according to this article by Lars Pind.
The workaround described by Lars Pind worked out rather well for us. I established a new webroot file to catch failed authentication attempts for the file system and redirect them back to the file system a second time to attempt getting the file, since the browser will carry the cookie that MS Office fails to pick up.
Due to the sensitive nature of the code in question, I cannot post snippets, but you should easily be able to discern your own workaround based on the above-linked article.