Home | About
| Archive
|
Blog
|
Subscribe
|
Feed
|
Contact
|
Links
|
5.10.2008Retro PicI recently snagged a bunch of boxes of slides that my late father had inherited from his parents--my grandparents--after their deaths. I'm going to attempt to (slowly) scan these, as they are deteriorating, but it's going to be a long process. I did find the following photo of pipe awaiting to be put in place as part of the Trans-Alaskan Pipeline. One of my grandparents took this in 1971 during their trip to Alaska.
posted by Lefty Rodriguez at
10:08
0 Comments
3.20.2008Lefty Rodriguez's Retro Pics - Memories of Aggie BonfireIn 1997, I was a student at Texas A&M University and was enrolled in a photojournalism class. As our final project, we had to choose something to document then make a feature photo page (not unlike the photo layouts of the old Life magazine) using shots we took for the project. As it was the fall semester, the big activity on campus was the annual construction of the Aggie Bonfire. This bonfire was built by students over the course of several months in anticipation of burning it the night before the annual football game against A&M's rival University of Texas Longhorns. Recently, I was combing through my archives and came across a bunch of negatives from my project. I promptly scanned these and went through them, choosing some of the better shots. Below are some of my favorites. Unfortunately, a mere two years later, in 1999, the bonfire collapsed during construction, needlessly killing twelve of my fellow students and leaving several permanently maimed. Bonfire has been suspended indefinitely on-campus since then, though it has been revived off-campus for several years now. You can read more about Aggie Bonfire and the accident here.
posted by Lefty Rodriguez at
19:02
0 Comments
3.13.2008Wanna See Something Kind Of Cool?First, go to PicLens.Com and download and install the add-in for your browser. Then go here. On that page, you'll find an archive of all the pictures on my photoblog. If you've installed PicLens, hovering your mouse over any image should produce an arrow in its lower-left corner, like this: If you click that arrow, you should get a cool view of all the pictures ever posted, like so: You can navigate by grabbing the blue dots on the bottom and dragging them left and right. PicLens also works on other photo sites like Flickr, deviantART and Google Image Search.
posted by Lefty Rodriguez at
22:18
0 Comments
3.04.2008Disturbing News...As long as I've been a photographer, I've never been hassled by anyone in an authority position besides some low-rent security guards who were making sure that I wasn't doing any commercial photography on private property. In fact, one time when I was shooting the Mustangs of Las Colinas, I had a security guard confront me saying that I must be shooting professional, commercial photography because I was using a "camera with a lens on it", referring to my dSLR, of course. I convinced him I wasn't without explaining to him that a camera, by definition, has a lens (well, except for pinhole cameras, if you want to be technical) and that everyone out there that day with their point and shoot cameras might as well have been accused of the same thing with that reasoning.
posted by Lefty Rodriguez at
20:10
0 Comments
3.03.2008Making It WorkI thought I'd talk about some of the technology behind LeftyRodriguez.Com today, since I've had a couple of people ask me about how I upload pictures and display them. Secondly, this post might be pretty boring to non-technical people, so please forgive me. Speaking of dynamically generating pages, you'll notice that the index page (the main one that displays the posted images) and the archive pages end in the .asp file extension, meaning they are written in Classic ASP (perhaps one day I'll get around to upgrading them to ASP.Net). ASP stands for Active Server Page and is Microsoft's (old) technology for dynamically creating HTML pages on the server before sending them to the end-user's web browser (which, of course, should be Firefox). Basically, ASP allows me to write the pages as a script that does things like query the database for image information then use this information to generate the page presented to the end-user on the fly. If we didn't have technology like ASP or PHP (ASP's open-source cousin), every time I added a new picture, I'd have to manually update the archive page and the index page, as well as having a different html page for each image, which wouldn't be fun enough for me to actually do everyday, so this would be one sorry photoblog that would probably hold my attention for about a week. The basic operation of the index page happens like this: When you navigate to LeftyRodriguez.Com, index.asp is automatically loaded. When my web server (hosted by Brinkster) gets the request for the main page, it finds index.asp and interprets the code contained in it. First, it opens a connection to the database and queries for the newest image and its relevant data (Caption/Image Name, description, EXIF data for the mouseover). Then it uses this data to build the actual html page sent to your web browser. Page decoration/style is an ugly mixture of both inline styles and CSS (I promise I'll fix this at some point). The archive page works the same way, except it queries the database for all posted images and then uses a loop to generate the table holding each individual thumbnail. Okay, great, you say, you just threw a bunch of technical mumbo-jumbo my way, but how do you get the images onto your web server. Well, don't worry, there's more mumbo-jumbo to come! For the first couple of months of operation, I had a page I could navigate to with my browser to upload images. This was another .asp page that would let me choose an image on my local PC, fill in the caption and description and click an "Upload" button. The page would then upload the images to the server, resize them (one for the thumbnail and one for the high-resolution main page) and update the database with the image's information. The problem with this approach was two-fold: first, the image-resizing program didn't always do a satisfying job, leaving the images with ugly artifacts; second, sometimes my web server would return an "Out-Of-Memory" error while attempting the resize and I'd either have to wait for my hosting provider to fix the memory issue or manually resize the images, upload them to the web site via FTP and then manually enter the image's data into the database, which was time-consuming and "un-fun".
This was great and all for a few days, but I started thinking about another issue: what if I wanted to go out of town for a few days or weeks and didn't have access to a my PC or laptop to upload images? I had to have a way to queue up images so that they could be posted in advanced, but not actually viewable until I desired. Aha, I thought, I can queue up pictures by assigning a date/time for them to post then having the code that queries the database look for only images that have a date/time that's already passed. For instance, right now there are about four images in my photoblog queue that have dates in the future, so they won't show up until after 6:30 EST on the day they are assigned (I arbitrarily chose 6:30 EST because I'd gotten into the habit of manually posting my images the old way every night after I'd come home from work, which was usually around 5:30 Central Time).
posted by Lefty Rodriguez at
18:44
0 Comments
3.01.2008A Blog!I started LeftyRodriguez.Com last year, but until now, I haven't had a proper way to convey further thoughts on images, photography news and whatnot until now. I finally sat down this weekend and coded up a customer blogger template that worked nicely with my photoblog platform (of course, you'll notice that the formatting isn't all that great...I'm still working on ironing out some of the kinks). At any rate, this is just a quick post to get things started. I'm not promising daily updates on this blog or anything...the only place you'll see daily updates here is on the main photoblog, but do check occasionally for posts.
posted by Lefty Rodriguez at
18:41
0 Comments
|
Archives |