What Language/Framework To Use For This Interactive Website? [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to make a website which provides news stories in the form of cell bubbles. As news stories become more popular, the bubbles rise from the bottom towards the top of the webpage. Please see this link for a rough prototype: https://www.fluidui.com/editor/live/preview/p_yPy7q7EccTK7TE1Xhb9MRlVtp54v24E5.1374716630665
I was wondering what front-end language(s)/framework(s) I should use to accomplish this. The bubble text and position will be updated in real-time from a server. I want these bubbles to have fluid animations when they shrink, expand, and even "bump" into each other.
Thanks for your help!

You should use, of course, HTML, CSS and JavaScript.
Optionally, you can use a JavaScript library (like jQuery) to make things easier.
And then you need a server language. There are lots of them, such as PHP or node.js
Probably, you will also need a database, like SQLite or MySQL.
To sum up, you have lots of possibilities because you can do the same thing with different languages. Then, you should choose the language that appeals most to you, or that you know more.

Related

Are there any sample templates for product grids websites? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Does anyone know of any websites that offer sample html templates of product/image grids in a ecommerce website, which is easy to manipulate, so it's something to my appeal. Right now, I'm not really looking to pay for anything, but just the whole product grid is what I am really looking for, I have everything else.
Something similar to this: http://www.stellamccartney.com/us/stella-mccartney/women/tops/
There's no code, I just want some suggestions.
There are TONS of site templates out there. If you're willing to pay a very little amount, like < $50, you can get a fully baked template on sites such as Theme Forest. It is an unbelievably good deal if you find one you like.
Otherwise, take a look at some of the free templates for Twitter Bootstrap or Zurb Foundation. You can roll your own or find free templates for these frameworks as well. Good luck

HTML to PDF document [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
was wondering if there is any way to have the functionality of converting a html page to pdf without the need to third party plugins. So in other words just using PHP, Javascript etc or a combination of web based languages.
Sorry to say this, but in this case a library probably is your best bet. It is possible to write one from scratch, but it's extremely time consuming, since you have to write a function, that renders the HTML/CSS to vector.
It depends on what you mean by 3rd party. If you want a native js or php function, then, no. There is no such thing. But if you want to use a library, there are a couple.
A quick google search turned up
http://parall.ax/products/jspdf
http://code.google.com/p/jspdf/
Generating PDF files with Javascript
http://www.fpdf.org/
http://phptopdf.com/

Is there a Javascript Javascript Beautifier (color markup) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'd like to display a block of JavaScript code on my website, and have it marked up in such a way that the variables, reserved words, ect, are color coded. I've checked several site for their CSS and JavaScript which is assigning classes and styles to the text, but so far, all of their methods have been sufficiently obfuscated such that I can't utilize their methods. I found and easily implemented a FANTASTIC format tool in JS-Beautify, but it doesn't color code. I saw that he is using code-mirror on his web interface, but was unable to determine how to implement it on my own. Unfortunately, doing an internet search for this isn't helping a lot because when you combine search terms Javascript, code, CSS, format, markup, stylsheet, etc. all kinds of results appear, but none of what I want.
Does anyone know where I can find either a CSS for Javascript code, or a combo of JS & CSS to apply classes/styles to color code my code?
Thanks!

How do I do a landing page like this [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I know some things in HTML5 and jQuery, but I don't know where to start so I can create a landing page like this one: http://www.getblogo.com/
Can you give me tips or suggest articles so I can do the same?
PS: I don't want anyone to do a search at Google for me. I just don't know what to search (how this feature is called, to be more specifically).
I think the search term you are looking for is "parallax scrolling" , or "parallax scrolling with animation".
You can find some tutorials here: http://inspiretrends.com/parallax-scrolling-tutorials/
In order to build a website you need to know some basic things:
CSS
HTML
Javascript
Some server side language like PHP
a Content management system like wordpress (not a must but most sites use it)
these are the basics you must have.
The site was made with Adobe Muse without writing code
A Quick Demo of Parallax Scrolling in Adobe Muse CC

Are there any free Ajax implementation of a HTML editor that can be used in the browser? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
What I'm looking for is something similar to this ASP.net Ajax Control.
However, I need a solution that uses only free technologies (e.g. PHP, Javascript).
I like TinyMCE
Have you checked CKEditor (ex FCKEditor). This is one of the most powerful editors. But it depends what your end users are. If they're developers then consider something similar that SO uses (WMD Editor). Much easier and faster to use. SO guys actually changed it to some degree but the original was used at first.
Basically you don't need it to tie to any server-side technology as long as it's programmable on the client side.
Probably the most popular is the FCKeditor - now renamed CKeditor.

Categories