create albums photos using php mysql jquery and ajax - php

i have a social media website under construction and i want to build a page where users can store their uploaded image within an album like on the facebook where their are many albums that contain multiple image in it .
i did a long search about image and albums but all the tutorials was about sliding image and this cool features of jquery and ajax but and i did not get any tutorial or help about putting or categorize images within an album.
so my question if anyone can help me to learn how to create these albums , and if the is any website or video that can help me

Have you seen these tutorials from phpacademy? There is one about creating albums on an Image Upload Website (2 videos) and several on creating the image upload website.
http://www.youtube.com/user/phpacademy/search?query=photo%20gallery

Related

Create the "Timeline Photos" album using Facebook Graph API

What I Want
I need to create the posts on a page wall with a big preview pictures - like the ones that are displayed when you upload a photo. It will make sense to add those photos to the "Timeline Photos" album of a user (or page) using the Facebook Graph API.
Sure I can poll the users albums list and search for a type:"wall" one (i.e. the Timeline Photos in the English translation), but what if the album does not exist? How do I create one or how do I make Facebook Graph create it?
What Have I Tried
Tried posting to /me/feed with a message and a picture URL (params picture or source), but all it does is just create a type:"link" post with a small picture, while what I need is a type:"photo" one.
Once again, I need that because of the big photo that gets displayed on a wall if post is a photo. For instance, that happens when I upload a picture to the album that gets automatically created for my application. But the issue is that when there are several photos posted one after another, Facebook automatically groups them in a set that belongs to an album.
P.S.
Basically, what I want to achieve is having an ability to send the posts to a page wall with big preview photos on the wall itself that are not grouped by an album name.
Please help. Thanks
Solved by posting a photo to /{page-id}/photos.
https://developers.facebook.com/docs/graph-api/reference/v2.0/page/photos

Facebook and image post

I want to post into community wall post with attached image. If I use simple api call to /page/feed with picture arguments it inserts a small image. But I want to attach big image, for example, from gallery. When I upload photo to gallery it automatically posts to wall. But when I post >= 3 photos all that posts are merged into single one with all inserted images.
The question is how to get different post for each uploaded image? Or maybe I can attach to /page/feed api not picture only, but image which would be uploaded into album?
Thanks
When you say "attach big image", I assume you are POSTing to /PAGE_ID/photos, right?
If you upload 3 or more images, yes, they will be collapsed when they are displayed in the page's feed. This is a "feature" of feed that organizes and collapses images that were uploaded together.
Imagine if you uploaded 20 photos to the page and they weren't collapsed; the feed would be dominated by the photos and it would be hard to see any other content (like content that was published slightly before the uploaded photos).
If you can provide a screenshot of what you are seeing, I can confirm this.
And yes /PAGE_ID/feed with picture is a thumbnail for a post. Example: a thumbnail to accompany a post containing a paragraph of text (or a link).
https://developers.facebook.com/docs/reference/api/page/

How to make a visual space e.g. like an album & upload pictures to a website?

I want to upload my pictures on my web site. The way I want to do is like there appear photo albums like images on my web page that contain my pictures. How do I do that?
Make an upload form, and store the uploaded files (filesystem and/or database). Then display them to the user.
Basic upload form example from w3schools

Extract Album Art Image of MP3 URL

I am trying to extract album art image from mp3 URLs. I am basically having several MP3 URLs set, and I am playing them on a website, but I do not have album art of the songs. How can I get it? Is it possible to parse ID3 tags to get album art?
How do the window media player, vlc player and winamp player show album art of songs even if there is no such image in the songs directory?
I implemented the website using php and js.
Please help me out, thanks.
Kevindra
I know VLC uses freedb.freedb.org to get his info, you could google for a API or build one to get the data through freedb.freedb.org:8880/~cddb/cddb.cgi

photo gallery in php/jquery

I'm looking for a plugin for photo gallery in php/ jquery/ mysql to get the photos from the database that would look like this:
http://dev.sencha.com/deploy/dev/examples/organizer/organizer.html
Organizing Images into Albums using php/jquery
Anyone?
If I understand correctly, you are looking more at organazing/managing photos than files in general and Coppermine is pretty much just does that.
Coppermine gallery functionality.
"Coppermine stores files inside of
albums, so you'll need at least one
album for your pictures/files to be
placed in. Albums can be stored in
categories (but they don't HAVE to be
in a category, they can just as well
go into the coppermine "root"). When
you click on "albums" in the admin
menu, you will see the Album Manager."
This should do the job I guess:
6 New File Managers Based on jQuery, Ajax, php
Good luck, hope this was what you were looking for!

Categories