I'm working on something that my friends and I can use to sync up YouTune videos based on a URL. I'd like to do this myself instead of using another site just because it's a lot more fun!
So I've been looking around and I've found nothing that can help me with the issue I'm having (Syncing the videos), and help?
Thanks in advance
good starting point is start here using javascript you need to store the position of the current playing vedio ajax would be good choice for string the position and return it back from back end storage (db)
Related
Hello Friends I was Developing an website which i only want to be viewed by Indian (People of india) , and I Want to Get The Two Digit Country Code for that using php. I browsed to http://php.net and tried using geoip_country_code_by_name , geoip_country_code3_by_name and geoip_country_name_by_name but None of Function worked , I have tried on my Existing XAMPP Installation and W3schools PHP runner but it says function not exists and i also have checked to PHP version. What Should i Do. I also Have tried methods form here and after Google(ing) whole day i finally came to ask here .Feel Free to Suggest Edit or Close this Question
Based on some research, the best way seems to be by IP. This link will help you if you go this way.
https://stackoverflow.com/a/13600004/13604954
But some VPN can easily change is on IP.
ref. https://nordvpn.com/blog/vpn-ip-location-changer/
So good luck! 😉
The easiest way will be to asking the user is country and if not what you want, just show another page.
I have a small positioning problem with html and php. I've made a calendar for a school project. Going back and further in time works now! But there is just one problem left: I've used images as control buttons to go back and forth in time with the calendar. It works fine for me, but using my friends laptop, the buttons to control the calendar(going back and forth in time) are IN the table, I think because he uses a different resolution. How can I prevent this? That the buttons are always outside the calendar, no matter the resolution someone uses? Help me out please! Thanks a lot!
I would suggest you to add one extra table row, split it into half and put those buttons inside it. It will be a much cleaner solution than setting a pixel offsets.
There are also some other solutions but this is the easiest one.
First of all I would like to tell you that I am not sure if I use the terms correctly so please excuse me for any misunderstandings. I will try to clear everything.
What I want to do is to let the users on my website to select their favorite bar or restaurant and add it to their profile.
It should be more or less like maps.google.com but in a smaller dimensions let's say 400x400. The users will be able to search for a place and once they find it they will be able to save it to their profile.
I am confused though because Google offers the Google Maps and the Google Places. I do not see any tutorials around regarding Google Places..
The question is.. Can I do my small project by using google maps or I really need to use google places?
Is there any tutorial/link which shows how to store on my database the current map location?
Thanks in advance!
Ok after some more searching I found my answer which was pretty simple.
It looks like I can get the lat and lng from place.geometry.location .
The rest about storing it to the database is easy!
Thanks anyone who at least read my post!
Cheers!
I have been googling for a while but haven't come up with anything great as yet.
What I want to do is take mysql data (below)
and display it in an hourly timeline, something like:
Anyone got any good links or tutorials on how to make this happen?
Not looking for an exact solution(although that helps) but just some direction t get me started.
so mysql db with php and jquery
Thanks,
These timeline / gantt plugins should get you most of the way there, likely just need to setup the JSON data:
dhtmlxScheduler (Timeline View)
Bluelinemedia Timeline
Pure CSS Timeline - Matt Bango (link does not work anymore)
Chronoline JS
Timeline JS
jQuery.Gantt
Most of these found using timeline, gantt, jQuery, js keywords
I have been looking for something that can display a timeline with a higher time resolution as well (at least down to hours and minutes). This Timeline might be able to be handle just that:
Timeline by Jos de Jong and Almende B.V.
Timestack is also interesting (and easily hackable).
Google have also their own timeline chart.
http://developers.facebook.com/docs/reference/rest/links.getStats/
Okay I have looked at the site above. but im still having some trouble.
I have formated what I need like this
http://api.facebook.com/restserver.php?method=links.getStats&urls=dogtags.com.com,http://www.petsmart.com
My only issue is I need this data to be picked by the zip code another words I only want to see how many likes are on the url http://www.petsmart.com in the zip code 66614. How can I add that variable to the xml data displaying
Thank you all help is greatly appreciated
You are using an outdated facebook API. I would recommend implementing:
http://developers.facebook.com/docs/reference/api/insights/
However, I do not believe there is any way to to look at data from a specific zip-code using the facebook insight API