Tags
- apple
- arden_park
- bike
- boardgamegeek
- boardgames
- book
- bookcrossing
- boot_failure
- cabinetry
- csus
- demolition
- electrical
- framing
- gymnastics
- hacking
- ham_radio
- harry_potter
- how-to
- humor
- hvac
- joseph
- kitchen
- liberal
- library
- mac
- meetup
- obcz
- plumbing
- politics
- powerbook
- quilt_shop
- review
- roof
- sacramento
- sonicchicken_blog
- spam_karma
- stucco
- subversion
- sysadmin
- tags_plugin
- thanksgiving
- theme
- tile
- web
- wordpress
Recent comments
November 2024 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Archives
About this blog…
I use this platform to share things that are of interest to me or things I'll want to reference later. Occasionally other people like these posts, hence "Shared Interests".
What might you find here?
- Problems I've solved (mostly computer- or network related).
- Recipes and cooking-related posts.
- Hobbies and projects.
- Our remodeling experience.
- Local (Sacramento) information.
- Anything that strikes my fancy.
Tag Archives: php
PHP/curl proxy error
Yesterday I ran into a tough problem at work, (i.e. Google didn’t return a web page describing the solution). I spent almost a whole day trying to figure this out, and the solution turned out to be incredibly easy. We … Continue reading
Posted in FreeBSD, Uncategorized
Tagged apache, curl, CURLOPT_PROXY, php, proxy, sysadmin
Leave a comment
ADODB on FreeBSD
Recently I’ve had one of my student assistants working on setting up a web server. She’s pretty much got it, except that she hasn’t been able to establish a connection from the web server to our database server. We’re wanting … Continue reading
Posted in FreeBSD, Uncategorized
Tagged adodb, database, freetds, mssql, php, ports, sysadmin
3 Comments
Doh!
I am *so* screwed… I ran the [portupgrade][] utility on one of our [FreeBSD][] servers at work. This was a production system that we used for printing certificates for our students, preparing address labels for [USPS][] shipments, and several other … Continue reading
Posted in FreeBSD, Uncategorized
Tagged backup, dump, pear, php, portupgrade, restore, sysadmin, toc
2 Comments
Displaying (vs executing) PHP code on web pages
While working on an earlier post, I needed to find a way to display a PHP module on a web page without having it executed. I knew this was fairly simple and involved the .phps file extension, but I hadn’t … Continue reading
Awesome “cheat sheets” for web authors
Joseph found a bunch of handy reference sheets on Dave Child’s blog, I love Jack Daniels. The most useful (for WordPress developers, anyway) will probably be the PHP and CSS pages. Dave has also provided web-safe colors, mod_rewrite, and MySQL … Continue reading
Internet programming language?
I stumbled across this post from almost exactly one year ago. Joseph, I salute your effort, and the fact that you made this work is very cool, but I think this approach (relatively low-level network programming) may be the wrong … Continue reading