earth2marsh + php 69
php:zerobin [sebsauvage]
6 weeks ago by earth2marsh
absolutely genius.
from Pinboard Network RSS Improver http://pipes.yahoo.com/pipes/pipe.info?_id=b22b9c9acee5906aab7e8a7645a247a9 ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.Source: http://pinboard.in/
iftttGR
cryptography
encryption
javascript
php
pastebin
genius
from Pinboard Network RSS Improver http://pipes.yahoo.com/pipes/pipe.info?_id=b22b9c9acee5906aab7e8a7645a247a9 ZeroBin is a minimalist, opensource online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.Source: http://pinboard.in/
6 weeks ago by earth2marsh
Mashape Provides Tools to Distribute, Discover and Hack APIs
june 2011 by earth2marsh
I’m exploring the Mashape API Platform, trying to break things down and understand everything in more detail. Blogging about a topic does this for me.
So let’s start with deploying an API with Mashape.
With the Mashape PHP Library you can deploy an API on your infrastructure. You download the library from Github, deploy on your server, and then add the methods for your API by extending the Mashape PHP component class.
If you already have an API that returns JSON responses, you can just register it as a Mashape API for distribution, without deploying the Mashape PHP Library.
If you’ve deployed your API without the Mashape PHP Library you will need to accomplish one more step. You will need to implement the Mashape Connector by adding one line of code to your API, which is required to connect your API to the Mashape Platform and handle user authorization, billing, and rate-llimiting.
Whichever way you deploy your API, you can now distribute it using Mashape. The first step for distributing an API is to create an XML file that describes what the API does. This XML file gets deployed on your server and needs to be updated as your API evolves.
Once your API is deployed and published to Mashape, the platform distributes your API to the Mashape Marketplace and provides a detail page with title, description, documentation, test console and PHP, Python, Ruby, Java and Objective C client libraries.
Mashape then provides a way for developers to sign-up and start hacking on any API in the Mashape Marketplace with a single developer account and key. There are also social features allowing users to follow and contact other users.
All APIs that are published using Mashape will connect and communicate with Mashape through an API Proxy. This is the proxy that handles the authorization of users, implementation of billing, rate limiting and other functions described above.
Right now the proxy is primarily available via the Mashape platform, but you can also find an open-source version of the Mashape API proxy on Github. The API Proxy is intended to be downloaded and installed on your servers, which will increase the performance and security of your API.
In addition to being able to register your API and use the Mashape API Proxy in the cloud, you can download and install on-premise. Since it is open-source, you could also fork the code and potentially add in your own modifications to the API proxy, which is written in JavaScript and runs on the latest version of node.js
I’m playing around with deploying one small and one large data-set as two separate APIs using the Mashape PHP Library, so I can get more familiar with how the platform works. I just wanted to work through some thoughts about what they provide here on the blog. More to come on Mashape…
Services
Application_programming_interface
GitHub
JavaScript
JSON
Mashape
Objective-C
PHP
Proxy
Python
Service_provider
from google
So let’s start with deploying an API with Mashape.
With the Mashape PHP Library you can deploy an API on your infrastructure. You download the library from Github, deploy on your server, and then add the methods for your API by extending the Mashape PHP component class.
If you already have an API that returns JSON responses, you can just register it as a Mashape API for distribution, without deploying the Mashape PHP Library.
If you’ve deployed your API without the Mashape PHP Library you will need to accomplish one more step. You will need to implement the Mashape Connector by adding one line of code to your API, which is required to connect your API to the Mashape Platform and handle user authorization, billing, and rate-llimiting.
Whichever way you deploy your API, you can now distribute it using Mashape. The first step for distributing an API is to create an XML file that describes what the API does. This XML file gets deployed on your server and needs to be updated as your API evolves.
Once your API is deployed and published to Mashape, the platform distributes your API to the Mashape Marketplace and provides a detail page with title, description, documentation, test console and PHP, Python, Ruby, Java and Objective C client libraries.
Mashape then provides a way for developers to sign-up and start hacking on any API in the Mashape Marketplace with a single developer account and key. There are also social features allowing users to follow and contact other users.
All APIs that are published using Mashape will connect and communicate with Mashape through an API Proxy. This is the proxy that handles the authorization of users, implementation of billing, rate limiting and other functions described above.
Right now the proxy is primarily available via the Mashape platform, but you can also find an open-source version of the Mashape API proxy on Github. The API Proxy is intended to be downloaded and installed on your servers, which will increase the performance and security of your API.
In addition to being able to register your API and use the Mashape API Proxy in the cloud, you can download and install on-premise. Since it is open-source, you could also fork the code and potentially add in your own modifications to the API proxy, which is written in JavaScript and runs on the latest version of node.js
I’m playing around with deploying one small and one large data-set as two separate APIs using the Mashape PHP Library, so I can get more familiar with how the platform works. I just wanted to work through some thoughts about what they provide here on the blog. More to come on Mashape…
june 2011 by earth2marsh
Give it a REST
june 2011 by earth2marsh
"On this site you will find a RESTful interface (written in PHP) to a database (a MySQL database, but that's not important). Below you will find a interactive tutorial that will get you accessing, adding and deleting rows from our database via our Javascript powered REST browser."
webdev
programming
apis
mysql
browser
tutorial
php
rest
from delicious
june 2011 by earth2marsh
codepad
may 2010 by earth2marsh
"codepad is an online compiler/interpreter, and a simple collaboration tool. Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email."
c++
code
python
ruby
perl
php
programming
collaboration
compiler
online
interpreter
may 2010 by earth2marsh
FRAPI - An Open Source API Framework for Web, Mobile and Legacy Systems
april 2010 by earth2marsh
"FRAPI is a framework that lets you create a RESTful API for your web application. It plugs straight into your database layer, and does not impact on your application layer."
api
apis
development
opensource
php
restful
rest
programming
april 2010 by earth2marsh
HipHop for PHP: Move Fast | Facebook
february 2010 by earth2marsh
"With HipHop we've reduced the CPU usage on our Web servers on average by about fifty percent, depending on the page. Less CPU means fewer servers, which means less overhead. This project has had a tremendous impact on Facebook. We feel the Web at large can benefit from HipHop, so we are releasing it as open source this evening in hope that it brings a new focus toward scaling large complex websites with PHP. HipHop for PHP isn't technically a compiler itself. Rather it is a source code transformer. HipHop programmatically transforms your PHP source code into highly optimized C++ and then uses g++ to compile it. HipHop executes the source code in a semantically equivalent manner and sacrifices some rarely used features — such as eval() — in exchange for improved performance. HipHop includes a code transformer, a reimplementation of PHP's runtime system, and a rewrite of many common PHP Extensions to take advantage of these performance optimizations."
hiphop
facebook
speed
c++
php
webdev
performance
optimization
february 2010 by earth2marsh
WordPress › WP-o-Matic « WordPress Plugins
june 2009 by earth2marsh
"automatically creating posts from the RSS/Atom feeds you choose, which are organized into campaigns. " Has some regex support too.
autoblogging
php
wordpress
plugins
aggregator
feed
feeds
auto
post
automatic
rss
regex
june 2009 by earth2marsh
dabr.co.uk - Home
june 2009 by earth2marsh
Nice mobile web Twitter client. Oh, and open source (PHP)
mobile
nokia
interface
clients
client
twitter
opensource
php
june 2009 by earth2marsh
Online PHP Editor - PHPanywhere.net
april 2009 by earth2marsh
a web-based php ide. collaboration coming soon
programming
webdev
coding
ide
ftp
editor
php
april 2009 by earth2marsh
Flickr: Discussing manufacturing flic.kr style photo URLs in Flickr API
april 2009 by earth2marsh
"A short photo id is a base58 conversion of the photo id. Base58 is like base62 [0-9a-zA-Z] with some characters removed to make it less confusing when printed. (namely 0, O, I, and l)."
url
flickr
photos
api
php
source
code
april 2009 by earth2marsh
folderblog: simple photoblog script
april 2009 by earth2marsh
"a free, lightweight PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery—and anything in between. It’s configurable, plugin-ready, and template-based, but it’s also designed for people who don’t know how or don’t have time to manage their sites manually. The tagline is “See & snap. Drag & drop.” It’s a photoblog for the rest of us."
photoblog
script
software
php
directory
images
opensource
april 2009 by earth2marsh
Create daemons in PHP
january 2009 by earth2marsh
"Everyone knows PHP can be used to create websites. But it can also be used to create desktop applications and commandline tools. And now with a class called System_Daemon, you can even create daemons using nothing but PHP. And did I mention it was easy?"
php
linux
process
cron
ubuntu
automation
unix
system
programming
daemon
pear
howto
january 2009 by earth2marsh
Building your first Ajax application with PHP « Blog « Peter Upfold
december 2008 by earth2marsh
another good intro to ajax dev
ajax
php
howto
tutorial
development
december 2008 by earth2marsh
Introduction to AJAX calls using jQuery and PHP
december 2008 by earth2marsh
"an introductory explanation of using jQuery to interact with your PHP application through AJAX."
php
ajax
howto
jquery
december 2008 by earth2marsh
glype proxy
december 2008 by earth2marsh
"a free-to-use, web-based proxy script written in PHP. Similar to a typical proxy server, a web-proxy script downloads requested web pages and files and forwards them back to the user. The service is provided by a web page itself, which allows instant access to the proxy without editing your browser connection settings."
via:awhite
php
proxy
freeware
opensource
script
server
december 2008 by earth2marsh
PhpGedView News - Online genealogy at its best
december 2008 by earth2marsh
"allows you to view and edit your genealogy on your website. PhpGedView has full editing capabilities, full privacy functions, can import from GEDCOM files, and supports multimedia like photos and document images. PhpGedView also simplifies the process of collaborating with others working on your family tree."
php
opensource
geneology
family
tree
mysql
december 2008 by earth2marsh
Codelog: Interacting with Google Calendar via Jabber/XMPP (Google Talk)
november 2008 by earth2marsh
php based xmpp bot to interact with goocal (and rss feeds too apparently)
php
jabber
xmpp
bot
chat
Google:Calendar
november 2008 by earth2marsh
Becoming a Kick-ass PHP ninja | Md Emran Hasan (phpfour)
november 2008 by earth2marsh
"A few days back, I read a number of blog posts where people have highlighted the shortcomings they see in newbie developers. Some of them have gone further to narrow down the focus on PHP developers only (as PHP’s nature sometimes allow developers to avoid standards). They did a great job by listing the shortcomings, but their posts missed clear way forwards (these can be inferred though). A number of readers also commented on the posts with their insight as well. So I was thinking how about compiling all these in an easy to follow list? Hence this post."
php
tips
programming
webdev
bestpractices
framework
coding
oop
november 2008 by earth2marsh
PhpDelicious - a wrapper for the del.icio.us API
october 2008 by earth2marsh
"a PHP 5 library for accessing the del.icio.us API. It combines data from the main REST and JSON APIs and presents a consolidated interface. It also implements a file based caching system which eliminates the need to query on every request and ensures access to the API won't be throttled due to excessive requests."
webdev
webdesign
delicious
library
php
tools
wrapper
api
october 2008 by earth2marsh
WordPress › Include It « WordPress Plugins
october 2008 by earth2marsh
a plugin that permits the inclusion, in a post or in a page, of any type of file (even a php script that will be executed). use it to write some functionalities needed in some pages, without creating special template pages (that are theme dependant) and without using a "php code executor".
wordpress
plugins
code
php
scripts
october 2008 by earth2marsh
Conditional-CSS
august 2008 by earth2marsh
allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers.
css
conditional
webdesign
php
august 2008 by earth2marsh
BambooInvoice: Simple, Beautiful, Open Source, Online Invoicing
august 2008 by earth2marsh
free Open Source invoicing software intended for small businesses and independent contractors
webapp
software
php
opensource
finance
invoicing
august 2008 by earth2marsh
WordPress 2.5 Shortcodes · Xavisys
august 2008 by earth2marsh
howto use the powerful macro-like feature in Wordpress 2.5
wordpress
howto
shortcode
plugins
php
august 2008 by earth2marsh
ONLamp.com -- PHP Form Handling
october 2007 by earth2marsh
Primer on handling html forms with PHP
forms
php
programming
tutorial
coding
form
webdev
validation
ui
advice
howto
reference
processing
october 2007 by earth2marsh
Only Ubuntu Linux: Ubuntu 7.04 (Feisty Fawn) LAMP Server Setup
october 2007 by earth2marsh
Automatic LAMP (Linux, Apache, MySQL and PHP) In about 15 minutes, the time it takes to install Ubuntu Feisty Server Edition, you can have a LAMP server up and ready to go.
ubuntu
linux
LAMP
howto
guide
server
apache
php
MySQL
october 2007 by earth2marsh
PHP VIDEO TUTORIALS FOR WEB DESIGNERS
october 2007 by earth2marsh
This is a beginners website/course on PHP created for web designers who have little to no programming experience.
php
tutorial
video
programming
webdesign
Tutorials
development
webdev
coding
howto
october 2007 by earth2marsh
Sam Ruby: OpenID for non-SuperUsers
september 2007 by earth2marsh
Howto for running your own OpenID server using phpMyID
openid
identity
howto
tutorial
article
authentication
php
september 2007 by earth2marsh
Robust email address validator - with address suggestions! at amnuts
september 2007 by earth2marsh
PHP method to check an email address against the RFC822 specs, as well as validating the MX record if required.
email
php
validation
code
september 2007 by earth2marsh
NearlyFreeSpeech.NET Blog » Writing files in PHP
august 2007 by earth2marsh
PHP safe_mode imposes a number of restrictions above and beyond standard Unix filesystem permissions.
hosting
php
tip
webdev
august 2007 by earth2marsh
streber/Overview - streber
july 2007 by earth2marsh
a free wiki driven project management tool written in php5. Freelancers and small teams can easily setup projects and keep track of tasks, issues, bugs, efforts etc.
opensource
projectmanagement
php
management
project
software
web
freeware
july 2007 by earth2marsh
XAMPP | PortableApps.com - Portable software for USB drives
july 2007 by earth2marsh
f Apache, mySQL, PHP and Perl (the AMPP in XAMPP) that all run from a removable drive
apache
php
portable
mysql
usb
opensource
tools
development
webserver
july 2007 by earth2marsh
Bad Behavior / Bad Behaviour: Home
july 2007 by earth2marsh
complements other link spam solutions by acting as a gatekeeper, preventing spammers from ever delivering their junk, and in many cases, from ever reading your site in the first place. This keeps your site’s load down, makes your site logs cleaner, and
wordpress
php
plugins
phpbb
antispam
spam
plugin
opensource
july 2007 by earth2marsh
Using Apache's MultiViews with PHP whilst avoiding 406 errors
july 2007 by earth2marsh
I wonder if a sitemap solves these problems?
apache
php
admin
multiviews
Google
july 2007 by earth2marsh
The Definitive Post on Gzipping your CSS - Compressing CSS
march 2007 by earth2marsh
CSS files for larger sites can become pretty large themselves. Gzipping or compressing these files has shown to provide a reduction in the neighborhood of 70-80% of the original file size, a fairly significant 'weight loss'.
css
gzip
PHP
compression
optimization
Apache
development
webdev
performance
march 2007 by earth2marsh
PhpDelicious - a class for accessing the del.icio.us API - Ed Eliot
march 2007 by earth2marsh
PhpDelicious is a class for accessing the del.icio.us API. (nice standards based site design!)
php
del.icio.us
api
programming
webservices
css
march 2007 by earth2marsh
Sam Ruby: OpenID for non-SuperUsers
march 2007 by earth2marsh
nice basic howto for setting up OpenID on your domain with phpMyID
php
OpenID
webdev
howto
march 2007 by earth2marsh
Zend Framework
january 2007 by earth2marsh
Zend Google Data Client Library provides a PHP 5 component to execute queries and commands against Google Data APIs from your PHP applications.
php
Google
api
programming
library
framework
data
january 2007 by earth2marsh
phpMyID
december 2006 by earth2marsh
phpMyID is a standalone, single user, OpenID Identity Provider.
openid
php
authentication
server
Software
opensource
identity
december 2006 by earth2marsh
phplist.com : Information : phplist Features
december 2006 by earth2marsh
phplist is a one-way email announcement delivery system. It is great for newsletters, publicity lists, notifications, and many other uses.
php
Email
mailinglist
OpenSource
newsletter
manager
december 2006 by earth2marsh
activeCollab - open source project management and collaboration tool.
july 2006 by earth2marsh
activeCollab is an easy to use, web based, open source collaboration and project management tool.
collaboration
opensource
project
management
Software
tools
php
july 2006 by earth2marsh
- Photography, Web Design, Web Development - Fairhope, Alabama
may 2006 by earth2marsh
a PHP based script which allows flickr members to display the photos they have uploaded to flickr on there own "personal" website.
flickr
php
gallery
photos
may 2006 by earth2marsh
Zend Technologies - Beginner Tutorials - Build your own Database Driven Website using PHP & MySQL
april 2006 by earth2marsh
This tutorial is aimed at intermediate or advanced Web designers looking to make the leap into server-side programming. You'll be expected to be comfortable with simple HTML, as the tutorial makes use of it without much in the way of explanation. A teensy
php
tutorial
MySQL
programming
webdev
april 2006 by earth2marsh
Pligg Beta
march 2006 by earth2marsh
Pligg is Web 2.0 Content Management System (CMS) unlike any other existing CMS.
opensource
cms
ajax
php
socialsoftware
scripts
march 2006 by earth2marsh
PHProxy - Anonymizing PHP Web Proxy
february 2006 by earth2marsh
PHProxy is a Web HTTP proxy programmed in PHP to bypass firewalls and other proxy restrictions through a Web interface
proxy
php
opensource
software
february 2006 by earth2marsh
The Uniform Server
february 2006 by earth2marsh
a WAMP package that allows you to run a web server on any MS Windows OS based computer
opensource
Server
web
windows
php
february 2006 by earth2marsh
WinBinder: An overview
february 2006 by earth2marsh
allows PHP programmers to easily build native Windows applications
php
windows
programming
opensource
february 2006 by earth2marsh
WordPress › Free Blog Tool and Weblog Platform
december 2005 by earth2marsh
WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. What a mouthful. WordPress is both free and priceless at the same time.
wordpress
blogging
software
php
blogs
opensource
free
december 2005 by earth2marsh
myGifts - Handling your wish list on the Internet
december 2005 by earth2marsh
myGifts enable you, your family and your friends to share your xmas wish-lists, your gift registry for your wedding or a newborn.
freeware
gift
php
mysql
december 2005 by earth2marsh
Lussumo Vanilla - The sweetest forum on the web
december 2005 by earth2marsh
Ajax powered opensources forum
mysql
php
forum
opensource
ajax
december 2005 by earth2marsh
drupal.org | Community plumbing
december 2005 by earth2marsh
Equipped with a powerful blend of features, Drupal can support a variety of websites ranging from personal weblogs to large community-driven websites.
opensource
php
socialsoftware
symposium06
december 2005 by earth2marsh
CivicSpace: Our software, our process | CivicSpace
december 2005 by earth2marsh
CivicSpace is a community organizing process and software platform. It allows you to build communities online and offline that can communicate effectively, act collectively, and coordinate coherently with a network of other related organizations.
opensource
community
php
socialsoftware
symposium06
december 2005 by earth2marsh
OpenSourceCMS - Home
december 2005 by earth2marsh
A meta-site that gives you the opportunity to "try out" some of the best php/mysql based free and open source software systems in the world. You are welcome to be the administrator of any site here, allowing you to decide which system best suits your need
opensource
php
webdev
symposium06
december 2005 by earth2marsh
MediaWiki - MediaWiki
december 2005 by earth2marsh
MediaWiki is a free Wiki software package licensed under the GNU General Public License (GPL). It is used to run Wikipedia and other projects of the non-profit Wikimedia Foundation, as well as many other wikis.
symposium06
lsi
opensource
wiki
php
software
december 2005 by earth2marsh
related tags
admin ⊕ advice ⊕ aggregator ⊕ ajax ⊕ antispam ⊕ apache ⊕ api ⊕ apis ⊕ Application_programming_interface ⊕ article ⊕ authentication ⊕ auto ⊕ autoblogging ⊕ automatic ⊕ automation ⊕ bestpractices ⊕ blogging ⊕ blogs ⊕ bot ⊕ browser ⊕ c++ ⊕ calendar ⊕ chat ⊕ client ⊕ clients ⊕ cms ⊕ code ⊕ coding ⊕ collaboration ⊕ community ⊕ compiler ⊕ compression ⊕ conditional ⊕ cron ⊕ cryptography ⊕ cse ⊕ css ⊕ daemon ⊕ data ⊕ del.icio.us ⊕ delicious ⊕ desktop ⊕ development ⊕ directory ⊕ editor ⊕ email ⊕ encryption ⊕ facebook ⊕ family ⊕ feed ⊕ feeds ⊕ finance ⊕ flickr ⊕ form ⊕ forms ⊕ forum ⊕ framework ⊕ free ⊕ freeware ⊕ ftp ⊕ gallery ⊕ geneology ⊕ genius ⊕ gift ⊕ GitHub ⊕ Google ⊕ Google:Calendar ⊕ Google:Coop ⊕ Google:CSE ⊕ guide ⊕ gzip ⊕ highrise ⊕ hiphop ⊕ hosting ⊕ howto ⊕ ide ⊕ identity ⊕ iftttGR ⊕ images ⊕ install ⊕ installation ⊕ interface ⊕ interpreter ⊕ invoicing ⊕ jabber ⊕ javascript ⊕ jquery ⊕ JSON ⊕ LAMP ⊕ library ⊕ linux ⊕ list ⊕ lsi ⊕ mailinglist ⊕ management ⊕ manager ⊕ manual ⊕ Mashape ⊕ mobile ⊕ multiviews ⊕ mvc ⊕ mysql ⊕ newsletter ⊕ nokia ⊕ Objective-C ⊕ online ⊕ oop ⊕ openid ⊕ opensource ⊕ operators ⊕ optimization ⊕ pastebin ⊕ pear ⊕ performance ⊕ perl ⊕ photoblog ⊕ photos ⊕ php ⊖ phpbb ⊕ plugin ⊕ plugins ⊕ portable ⊕ post ⊕ process ⊕ processing ⊕ programming ⊕ project ⊕ projectmanagement ⊕ proxy ⊕ python ⊕ reference ⊕ regex ⊕ RegExp ⊕ rest ⊕ restful ⊕ rss ⊕ ruby ⊕ script ⊕ scripts ⊕ search ⊕ server ⊕ Services ⊕ Service_provider ⊕ shortcode ⊕ shortcut ⊕ shortcut:dev ⊕ shortcut:php ⊕ shortcut:wd ⊕ shortcut:webdev ⊕ socialsoftware ⊕ software ⊕ source ⊕ spam ⊕ speed ⊕ symposium06 ⊕ system ⊕ telephone ⊕ tip ⊕ tips ⊕ tools ⊕ tree ⊕ tutorial ⊕ tutorials ⊕ twitter ⊕ ubuntu ⊕ ui ⊕ unix ⊕ url ⊕ usb ⊕ validation ⊕ via:awhite ⊕ video ⊕ web ⊕ webapp ⊕ webdesign ⊕ webdev ⊕ webserver ⊕ webservices ⊕ wiki ⊕ windows ⊕ wordpress ⊕ wrapper ⊕ xmpp ⊕Copy this bookmark: