locofoto.net | handed in…

November 30th, 2006

Ok.

Locofoto.net , authorship-project version is done.

Is decent (me thinks). It has a lot of php going on, with a crazy amount of loops and stuff. BUT it does have room for improvement. I should have put a list of users where people can simply click and see their pictures (if the owner allows them). Maybe a little friends network, which makes perfect sense for a site like this.

I would like to improve the site. Now without the pressure I might be able to keep adding bits here and there to make it a bit more friendly. The loading of saving pictures for further editing is not happening at the moment. I need to work on the flash bit for that, and if I do that I should use some sort of switch for the php to recognize if the picture has been edited before or not and act accordingly. For now I am going to rest a bit and try to do the essay on time :)

Anyways, I am happy with it. Let’s see what the mark says afterwards.

locofoto.net | Update 004

November 28th, 2006

blah blah blah blah.

I thought my project would be in better shape by this stage… hey, don’t get me wrong , I think is looking nice.

the problem is , as usual, the code syntax.. action script for some reason is not doing what I want it to do… which basically sucks… big time.

Anyways… I’m going to get it working I’m sure… and when I do that everything is downhill from there, and the site will be usable.

While doing the great amount of testing i’ve been doing on my laptop-server and on the uni server, I found out yet more areas that need to be improved… but then, the whole site is a big thing waiting to be improved… I reckon i’ve learned a lot about how php handle things and its possibilities, and same with flash. I’ve always known flash is powerful, but is still so annoying to work with it that sometimes it just kills me.

I’ve already asked for some help with the flash bit, and I am going to try to make the whole site a bit more user friendly by adding a couple of graphics and simplifying the process, cos right now you have to click “continue” like a zillion times. to see anything… but again, that was part of the developing stage where I am still.

Hopefully the site will be usable by tomorrow in the afternoon. The problem is that the mySQL uni server is a total disaster and when everybody is working it just dies, and as most of everybody’s pages the first thing they load is the connection to it, means that pages don’t work cos they can’t connect to the mySQL server. Which is already a HUGE problem while we try to test our sites in the impserver.

Our demonstrators never told us, but I am wondering if we should have used the…

msql_close();

…command at the end of our pages, since that may close the connections and open a new one on the next page, instead of leaving many connections open… but I am no expert and I have no idea if what I am saying makes any sense. joe? matt?

anyhow… wish me luck.. I really think my site have some sort of potential but for the hand in I wanted to prove that I can use and make something useful out of php and mySQL… while providing a website that people can, somehow, USE for themselves…. considering i’ve never used either before this project and think i’ve done aright… but at this stage I already realize how I could have done things a bit different to make it even better… but that’s part of the learning , isn’t?

-j

locofoto.net | Update 003

November 20th, 2006

Ok.

My project have moved on at an amazingly steady pace… which is good I think.

small update: the uploaded files now resize *almost* properly, the script I am using maintains aspect ratio which is good, the problem is with images that are a bit wider than the usual 4:3 ratio…

Also, the website now have a more self explanatory text in english, which is going to be useful, since I pretend to go on a first public-beta release soon… Besides that now there are 5 usable graphics and in general is very nice. I would like to post the address, but so far the website is residing on my computer and although I have done some testing on my server with people checking the site from the internet, I rather wait until I move it to university server, hopefully I will do this week.

My dilemma now is about the “sharing” bit. There are two solutions. The first one (and the most unlikely to implement) is using flash to take an snapshot, then generate an jpeg.. the problem is this technique is not very practical,consumes a LOT of cpu and the process is slow in general… and this has a shortcoming that is that the user wont be able to “edit later” in case they want to save their progress and continue later…. the other option and more related to the technical skills required for this project is to use a “live” system… how live? well, all the positions of each used object are written in a table that holds them for further use. If you are the original editor, you will be able to move them around on a later stage, if you are not you will be able to see everything, but no editing… that is a first stage, I would like in the future to let other people edit the pictures if the original editor allows them too, or maybe allow SOME people, like his friends or something. Right now im working on that system and I already got some ActionScript to get the information, now I need to find the way to send it to PHP on the server, so it can be written on a given table.

Wish me luck, I think is not impossible and I am slowly getting grips with ActionScript.

 -j

locofoto.net | quick question.

November 15th, 2006

Ok, on my site people will be able to upload pictures. (duh!) So far the filter is set to take jpeg’s but no gif’s or anything else. Should I add the .png file type?

I think .png is not as widely used for anything and much less for pictures. The thing is that *in general* I want to restrict the uploaded images to actual pictures of something preferably people, not photoshop artwork or stuff like that. Since the main idea is people sharing their pictures “with a twist” (ha! it starts to sound a bit boring now) with their friends.

If you have a suggestion on the topic, or you are a avid user of png’s for family pictures and parties, please leave me a comment.

ta.

-j

locofoto.net | Update 002

November 13th, 2006

As you can see now, my project have a proper name. It wasn’t easy, but I finally found it.

locofoto
locofoto.net is not related to trains… for those of you who don’t know (im sure plenty of you DO know) loco means crazy in spanish… so you know where this is coming from. I have a prototype of a little flash title which will show the purpose of the site more clearly, but is not done yet and is not high on the priority list.

So far things have moved along on the project. I have a working login/registration page, which interacts properly with the database, then I also have a little page where each user can see the pictures they uploaded. Today I started to work on the nitty gritty of this project which is the flash interaction with the data of the database. I already had a little (horrible) interface on the flash side and now I am triying to get it to work with the data from the database. The problem is, as usual, FLASH itself. It doesn’t matter what they tell you, of what you think. Flash is extremely unfriendly to work. I am sure the only reason flash keeps looking the same as the first few versions is because that’s how they learn to use it. I’ve used many different pieces of software and I have to say Flash is the most unfriendly one. Nothing is clear in flash, everything is a mistery and if you try to find a simple answer on the web, what you get is extremely complex examples that don’t work. Hopefully Adobe will do something about it, as autodesk did with autocad. at first it was all text based and you needed to code to use and design in autocad, today you have a great amount of graphic tools that the new users can quickly learn, or you can still use it the old school way and both ways work perfect. I guess I am paying the price of the problems we had with flash tutorials last year. . . anyways, i’m doing my best and is working so far.

The PHP thing.. the PHP issue. . . I don’t find PHP that intimidating and actually I think is quite straightforward once you have an idea of what’s going on. And I think the problem has been that the approach in the first couple of weeks wasn’t the correct one. We were never told why would we need php, we were just told what it can do in very basic terms, and I think some of us still don’t know exactly what is php. But in general terms , im getting the grasp of it. I have to say that getting the grasp on how dreamweaver can make the communication with the DB and the generation of php code for me has helped me a lot. Meaning that I don’t spend hours coding but I just tell dreamweaver which data I want from the DB, or what data I want to write on the DB, what to do with it and keep moving. Dragging the little lightning symbols is quite an useful thing to avoid typing variables and stuff. Slight modifications of the code are sometimes neccesary but nothing too complicated.

I really want this to work out. I still have to figure out a few things, but I have a feeling that I am getting stuck in things I shouldn’t get stuck at. Which sucks of course.

Hopefully functionality will be ready for the hand-in date. Hopefully it won’t matter if it doesn’t look as pretty if it actually works.

-j

the issue with Copyrights…

November 4th, 2006

The past week the subject of the week was about copyright, or the ownership of ideas

At first I thought it was going to be about how should we handle copyrighted material in case we wanted to deal with that. But then I noticed it wasn’t precisely about that. It was more about setting up a critical view of the issue of copyright. Not critical meaning to critize it but critical to understand it and analyze it.

While checking the list of recommended reading, the key reading was in a book called Free Culture by Lawrence Lessig. I checked what was it about and decided to buy a copy of it. Is possible to argue that I need to do more reading on the subject and I agree, but that read lead to a totally new point of view about copyrights and its pro’s and con’s and the considerations we should have about this issue. This point of view I’ve never had before.

Before coming to the UK, I was doing some work in production of videos, and we faced the issue of copyright with some sort of fear and ignorance. In general we tried to avoid the issue. In one of the projects, as it was going to be publicly broadcast we decided against using the music we choose in the first place, which lead to us making the music ourselves. We were not musicians and the piece was quite simple. But it worked :) the project was for the Red Cross which meant the payment was just enough and hiring a composer was simply going to be too expensive. We took the risk and I think it paid off somehow. The only thought of triying to clear the piece of music we wanted to use was a project waaaay bigger than our small red cross video promotion project as a whole.
The second example was a corporate video that was never going to be publicly shown, only within the company… and the issue this time is that they wanted to use an specific song from a recording artist. And the truth was, we had no idea how to handle the issue. We were young people with no money for lawyers asking questions about something that no one reaaally knows about. Was it fair use? (I think it was) no one was going to make money *because* of the song, it was there only to complement the images. At the end we leave it up to the company to decide and they used the song. Were they really going to get sued by it? I don’t think so, but still that cloud of uncertainty was very unconfortable.

After reading the book I understand everything a bit more. Or better said, I understand that it wasn’t much because I was a 22 yr old triying to make a project with some honest work. But because the whole copyright issue today is quite messed up and complicated. I wasn’t aware that copyrights were implemented in the first place not only to protect the author but also to promote creativity, and that at the same time it was limited to promote more creativity. Which sounds a bit odd, but seems to work.

It was interesting. Lessig suggest more balanced copyright laws. In his view we are going to a extreme where excessive control will harm the production of new works in a wide range of media types. But of course.. it makes me wonder how is it possible to change that trend? Unfortunately is pretty similar to the feeling I get about the political situation back home (but that’s another story)… It looks like an extremely tough challenge. . . but it looks possible. Which is something after all.

The author of the book is current chair of the Creative Commons project which uses copyright laws to give power to the authors/creators to decide how they want their work to be distributed and copied without having to pay shit loads of money in lawyers. Is not a free for all actitude, but a honest take on how authors can decide to reserve some rights instead of the usual All Rights Reserved.

-j