It took me awhile to set up the private messages between to users to act like threaded bulletin posts. Once I got it working, it took me a minute to figure out how to allow deletion of a threaded message, if the other user wanted to keep it alive.
Eventually, I solved it using folders, ie. inbox, trash, etc. But I almost lost my head over it.
3 years ago
Today, my wife showed me that she could save a website favorite to her homescreen of her iPhone and that there is an icon that represents the site. I had initially thought it was the favicon.ico file that displays. However, after some research, I came upon the following line:
<link rel="apple-touch-icon" href="http://www.yourdomain.com/path/to/image.png" />
3 years ago
Ive been working and working on the photo upload section. Now, I have allowed users to upload up to 10 images. Although, I did set some size restrictions as well as some length/width maximums. I didn’t want the uploaded photo to be taking over the whole page.
So, what I decided to do was upon uploading, the script would resize the image to 500 pixel (on its longest side). In addition, it would create a 50x50 thumbnail image to be used throughout the site as friend avatars or the profile buddy icon.
The lightbox area is to display all the images at one time with pagination, of course. Upon clicking an image, you would get a larger version of the photo. There is also flickr-type navigation for previous and next images.
3 years ago
I have the feed post functionality working for a few user actions. In addition, users can now change their email address with email verification.
3 years ago
Finally got the private messaging framework built on my website
3 years ago