Facebook TimeLine's cover system code [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want to do a web page with the same system that Facebook TimeLine's cover . I want users to be able to upload a picture and reposition it.
I know how to upload picture with PHP but i don't know how to display it without reload the page. In my opinion I need to use AJAX. Is it right?
The last problem is : How does the reposition system works?(I know that Javascript is needed) If anybody can give me some help because I have no idea of what to search on google.
Thank you
PS: Sorry for my bad english .

See if this helps?
Ajax Image Upload without Refreshing Page using Jquery.

Related

HTML/JS Button onclick download whole HTML Page for Offline Usage [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have this website I have made, and I have released it and tried it out, but one of the problems is that it won't work unless it is connected to wifi/internet. This is why I want to be able to download the whole page, and possibly other pages onclick. I am troubled on how to do implement this, which is why I am asking for help. Please do not use any php. Only JS and Html.
Thanks.
I just found this:
<a href="/test/src/webpage.html" download><button>Download</button></a>
This code downloads the webpage, and so far, works for me perfectly. Just found this. If anyone has better techniques, please share.

Javascript: how to make a website that allow user to scroll in any direction? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
This site is pretty cool, http://pharrellwilliams.com/, and I'm wondering what function makes the users can scroll in any direction and the size of page is endless.
This is the library that the website uses:
http://www.pixijs.com/
https://github.com/pixijs/pixi.js
It shows you when you open up the inspector and take a look at the console.
No problem, make a div that's HUGE, like 10,000px (hardcoded!) in width or something that's way bigger than any possible screen size, and however high you need it to be. Then, fill with content. Boom! Your done.

First public template. What to do? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm on my way to create a "open source" free template, and the only requirement for this is that they MUST keep my name at the buttom of the template.
And that's why i'm here! How can i make sure a user keeps my name at the bottom? I know that you can create something so you can delete the code, but i'm not sure how to do that, and even if it is legal.
What should i do in this situation?
It's codede in html/css/javascript/jquery/mvc/c#
If it's Open Source, then anybody have access to the code and can change the deletion code or credits., thus, there isn't really nothing you can do to defend the credits at the bottom, except to hope the appropriate license you're publish your code under will protect you.
More on License:
http://choosealicense.com/
https://stackoverflow.com/questions/6883638/how-to-publish-code-as-open-source

How to build a graph page like this one? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I came accoss this webpage: http://www.concerthotels.com/100-years-of-rock and it is very cool. I would like to build some content with similar looking.
Is it possible that someone could give me a direction how this page is built? Thanks a lot for that.
this is made with javascript , css , html5
there are many jquery plugin like scroll magic who can give you the same effect as scrolling content automatically or made you own timeline : (http://janpaepke.github.io/ScrollMagic/)
also drawing and animating lines can made with SVG (Scalable Vector Graphics ), visit for more information (http://www.w3schools.com/svg/) .
hope this can give you a small view of how you can do the same effect :)

How can i make a site like this by myself? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I saw this type of site : FireWaves
I really like the idea of desplaying pages content. The home page is simply the background image and the menu, then when you press on a page frrom the menu, it happends that :
http://i.stack.imgur.com/mb1Vg.jpg
the menu bar goes down, and the page content appears. I want to use this into a wordpress theme, but don't know how to make this type of site. i guess is a combination of css and ajax, but i'm not sure
Try using twitter Bootstrap (getbootstrap.com)
This will help you creating this type of website easily.
Twitter Bootstrap is easy to use and help you making really good and responsive websites.
Cheers!!

Categories

Resources