links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "php",

Top "php" experts: glennm, nperriault, jdrsantos, jasonvogel, enrico.c, flocke,

Groups about "php": PHP, PHP, PHP, PHP, PHP applications, phpgurus,

1 - 20 of 20   Watch mshook
 

OneFileCMS is just that. It's a flat, light, one file CMS (Content Management System) entirely contained in an easy-to-implement, highly customizable, database-less PHP script.

Coupling a utilitarian code editor with all the basic necessities of an FTP application, OneFileCMS can maintain a whole website completely in-browser without any external programs. Screenshots

    * Validating, semantic, and commented markup. Tested in FF, Safari, and IE7/IE8.
    * Small footprint (20.4 kb)
    * Possibly the easiest installation process ever
    * All the basic features of an FTP application like renaming, deleting, copying, and uploading
uploads/deletions, you're going to want to break out an actual FTP program.)
    * Gracefully degrading CSS and Javascript
    * 100% re-brandable with page title stored in variable and a modifiable filename
Requirements

    * UNIX/Linux host, Apache
    * PHP5 (PHP4 untested)
    * File permission privileges
by mshook 2009-09-30 22:42 php · minimal · cms · ftp · editor · jquery · css · simple · small
http://onefilecms.com/ - cached - mail it - history
   ASP.NET Demos
   All PHP Demos (217)
   CMS / Portals (108)
   Forums (19)
   Blogs (16)
   Lite (16)
   Groupware (13)
   eCommerce (11)
   Image Galleries (11)
   Learning Management (10)
   Miscellaneous (7)
   Wiki (6)
by mshook 2009-08-07 10:14 php · cms · free · wiki · bb · comparison · list · demo · useful
http://php.opensourcecms.com/ - cached - mail it - history
void httpRequest()
{
  byte theByte;

  xPortSerial.print("GET ");
  xPortSerial.print(PHP_PAGE_LOCATION);

  // value0 = 123 and value1 = 456
  // You should change these to be your sensor values or whatever you want to send
  // (see php code if you want to add more values or change the names value0/value1
  xPortSerial.print("?value0=123&value1=456");
  xPortSerial.print(" HTTP/1.1n");
  xPortSerial.print(WEB_HOST);

  while(!xPortSerial.available()) {} // Just loop until available
  theByte = xPortSerial.read();
  if (theByte != 0)
    Serial.println("Passed.");
  else
    Serial.println("Failed.");
}
by mshook 2009-07-02 05:44 arduino · ethernet · server · client · avr · howto · code · php · c · sheild
http://www.glacialwanderer.com/hobbyrobotics/?p=15 - cached - mail it - history
Loading up a new laptop I downloaded and ran Uniform Server 4.2-Mona and everything worked just fine.

A few days ago I tried to start up the server and it failed, being unable to find redirect.html on drive z:

Inserting some pauses in a copy of Server_Start.bat is discovered that after uniserv.exe ran, z: disappeared.

Some searching around got me to:
http://wiki.uniformserver.com/index.php/Ne...s_Section#Skype

I closed Skype and everything worked great.

I've been using Uniform Server for years and have been very happy with it.

Many thanks!

-Michael
by mshook 2009-06-24 12:56 windows · wamp · lamp · bug · server · uniform · apache · php · mysql · perl · fixed
http://forum.uniformserver.com/index.php?showtopic=1679 - cached - mail it - history

Using a device called a trampoline, a function could return a function which needs to be called. Observe:

function add ($x, $y) {
if ($y > 0) {
return array (”add”, $x + 1, $y - 1);
} else {
return $x;
}
}
$f = array (”add”, 6, 5);
do {
$func = $f[0];
$f = $func($f[1], $f[2]);
} while (is_array ($f));

It’s hardly pretty (though implicit evaluation improves this drastically over other methods) but it’s not awful and makes some things in PHP possible that would otherwise require writing an extension in another language.

by mshook 2009-06-23 09:29 php · recursion · how · example · code · ugly · tail
http://www.alternateinterior.com/2006/09/tail-recursion-in-php.html - cached - mail it - history
Memcached will dramatically speed up MediaWiki. Some pages on my site, like the Main Page took 40 seconds to load before Memcached, but only 7 after installing Memcached. "Memcached is a high-performance, distributed memory object caching system". Memcached is essentially a database caching system which is object orientated, and works even if the database is updated. (MySQL caching discards the entire cache when a table is changed)
by mshook 2009-05-03 21:41 wiki · cache · performance · mysql · php · wikipedia · howto · sysadmin · emon
http://wiki.theplaz.com/Memcached_on_1and1_with_MediaWiki - cached - mail it - history

I'm Michael Plasmeier otherwise known as ThePlaz. I am a senior at Haverford High School as well as a web developer and project manager with a focus on user experience and design. I am also a TV Show producer and host and an open source app maintainer. Next year, I will be attending the Massachusetts Institute of Technology (MIT). See Why MIT for more.

by mshook 2009-05-03 20:37 wiki · highschool · interesting · eclectic · mysql · php · school · educatin · homework · mit · blog
http://wiki.theplaz.com/Main_Page - cached - mail it - history
by mshook 2009-05-03 20:01 php · mysql · cache · howto · code · emon
http://pureform.wordpress.com/2008/05/21/using-memcache-with-mysql-and-php/ - cached - mail it - history
by mshook 2009-04-11 13:24 via · php · popular · library · captcha · graph · json · email · template · rss · atom · feed · s3
http://net.tutsplus.com/articles/web-roundups/9-extremely-useful-and-free-php-libraries/ - cached - mail it - history
POG is certainly more complicated
by mshook 2009-04-06 08:38 php · orm · oo · comparison · code · example · generator · crud · declarative · mynote
http://www.phpscaffold.com/ - cached - mail it - history
"Tools Included for Every Developer Declarative PHP with Annotations Stays out of your way, not in it Loosely coupled Model-View-Controller Create RESTful APIs with Ease D.R.Y. in Philosophy & Practice Caching-Oriented Architecture Open Source under MIT License"
by mshook 2009-03-21 10:32 via · php · rest · tag · mvc · framework · interesting · test · orm · api · small
http://www.recessframework.org/ - cached - mail it - history
by mshook 2009-03-21 10:17 via · rest · popular · php · code · howto · emon
http://www.gen-x-design.com/archives/create-a-rest-api-with-php/ - cached - mail it - history
http://mshook.googlepages.com/b2r.htm 72,101,108,108,111,32,87,111,114,108,100,33,10 http://mshook.webfactional.com/testx/file2json/bytes2file.php?header=Content-Type:%20text/plain;%20charset=UTF-8&delimiter=,&bytes=72,101,108,108,111,32,87,111,114,108,100,33,10
by mshook 2009-03-21 01:09 test · php · javascript · convert · mynote · file · resource
http://mshook.webfactional.com/testx/file2json/bytes2file.php?header=Content-Type:%20text/plain;%20charset=UTF-8&delimit... - cached - mail it - history
by mshook 2009-03-19 10:01 xslt · xml · php · example · code · dom · howto · template
http://devzone.zend.com/node/view/id/1713 - cached - mail it - history
Lots of detail about building the site. A feed or a program is a URL and I don't want to isolate my podcast urls from my other urls, so I'll stick with del.icio.us.
by mshook 2009-03-04 22:22 lamp · php · mysql · detail · development · feed · rss · atom · podcast · mynote
http://itc.conversationsnetwork.org/shows/detail4021.html - cached - mail it - history
via via http://www.whoishostingthis.com/http://designcyclone.com/
by mshook 2008-04-17 17:48 hosting · via · php · python · ruby
http://icdsoft.com/ - cached - mail it - history
by mshook 2008-04-17 17:42 hosting · via · robert · ah · python · ruby · php · frontage
http://designcyclone.com/hosting.html - cached - mail it - history
"Quick Overview OS: Linux 7 - Windows 2 Web server: Apache 7 - IIS 2 - Lighttpd 2 Scripting: PHP 4 - Perl 4 - ASP.NET 2 - Python 1 - Java 1 Database: MySQL 7 - SQL Server 1 (possibly 2) Five of the sites use Memcached, a memory caching system originally developed by LiveJournal that has become a popular way to ease the load on for example databases. Note that not all information at the High Scalability website is complete (but it’s still a great resource)."
by mshook 2007-10-07 22:25 lamp · windows · comparison · server · mysql · via · robotwisdom · scale · python · php
http://royal.pingdom.com/?p=173 - cached - mail it - history
1 - 20 of 20  
Related Tags
 
- exclude ~ optional + require
Add Dates