Include fonts in open-source project [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
If I want to include a font in my open-source project, how do I know if its OK to do this?
Are the fonts that come with MS Windows ok?
Are the fonts that come with OSX ok?
Are the fonts that come with Linux ok?
Are the Google open fonts ok?

There are sources for free fonts, but none of the fonts you mention are necessarily going to be among them, although the Google Web Fonts are probably your best bet.
It's just like any code that you're planning to incorporate into your project: if you didn't write it, find out what the license says. What you want are fonts that are not just "free", or "open source" but free to redistribute. Here's a relevant discussion on gamedev.
Here's a list of five sources for open source fonts, many of which will fit your criteria. (It includes Google Web Fonts.)

Related

HTML editors similar to Android studio design pane [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Some time back I used Android studio's UI designer. I liked it a lot since it allows drag and drop of components like buttons/inputs/widget. More importantly,
we can edit the properties of existing UI component like ID/Size/Visibility using its UI pane(see right of the image). This reduces the changes of errors because we dont need to edit it directly into XML file. Also its quite fast.
I am now working now on an web application and need to design HTML page. Could you suggest any software which provides any of the two feature mentioned above for HTML.
Thanks
Online
Mobirise
Bootstrap Studio
Square Space
Wix
Idk about desktop apps, But since adobe is always perfect, I think DreamWeaver will surely support that.

LightSwitch Calendar Screen [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a HTML5 Visual Studio LightSwitch, calendar screen template or extension, similar to outlook or Google calendar. Or is there a way to implement Google's calendar efficiently and legally?
For example.
This preferably needs to be free, and used in multiple programs, being sold by my company. Seems simple, yet I've struggled finding anything similar online.
Any help is appreciated.
Syncfusions calendar is very good, and if it's for yourself only you can get a community licence, which gives you the control completely free. Im pretty sure its for small business's aswell that turn over less than $1,000,000 a year, might be worth dropping them an email and asking about it. The support also is excellent
Demo: http://js.syncfusion.com/demos/LightSwitch/HTMLClient/

Recommendations for open source alternatives to Dreamweaver for web development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm on the hunt for an open-source version of Adobe Dreamweaver to use for my freelance web development projects. I'm primarily a source coder, but I would find a split or visual view for CSS and design work, as well as native FTP functionality, helpful. My work involves HTML, CSS, JavaScript/jQuery, and ColdFusion. Native support for the latter, in particular, would be ideal.
I've come across the following programs that seem somewhat promising:
BlueGriffin (last stable version is dated June 19, 2013)
Brackets
CoffeeCup HTML Editor
A quick search here in the StackOverflow community turned up a couple of similar questions (see Dreamweaver alternative and Any open source alternatives for Dreamweaver using WebDav?), but I would appreciate more recent/modern alternatives.
I'm a Windows user running 8.1.
I'd love to know what others more experienced than me in this quest have uncovered.
To provide an update and answer to my question, I've found Brackets to be superior thus far. The editor is nifty in and of itself, but there's an absolute treasure trove of extensions to behold. For my specific needs, I found FTP-Sync and cfBrackets exceptionally helpful. They installed neatly and effortlessly.
Eclipse with the CFEclipse plugin , or CFBuilder (yes there is a free version)

how to check for html5/css3 compliant web pages [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
We are building web based application front end for a web based application using HTML5/CSS3/JQUERY. We are using firebug at the moment which is not helping us good. I would like to know how can i ensure the pages are html5/css3 compliant. I am also looking for a plugin like firebug, which will help my team to make sure we are following best practices and while building quality front end for web based application for fortune 500 client.
If i could get a plugin or any link to web based open source application will be great!
You always want to run tests on here towards the end. But you can also run them periodically.
http://validator.w3.org/
As codehorse has said you can validate them on w3.org. There is an add on for firebug which can do this for you (I have never used it). https://addons.mozilla.org/en-US/firefox/addon/validator/
Just found this one while I was looking at other stuff
https://addons.mozilla.org/en-US/firefox/addon/html-5-validator/?src=ss yet again not sure if it works.

Office 2007 look and feel for web site [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Do you know where a can find a web site template for a web site that would look like Office 2007. I am looking for the right colors, hover, etc.
Perhaps check something like templatemonster.com, or similar template websites... To be honest, though, you're probably better off using GIMP or Photoshop to re-create the buttons to your liking.
Not sure if this is really applicable, as I didn't look into whether or not this is intended for only platform applications, but microsoft allows you to license office 2007's ui: http://msdn.microsoft.com/en-us/office/aa973809.aspx
Not exactly what you mean, but I always though Extjs looked sort of like Office. Not exactly, but close. If you want a JS framework, that one might be what you want, or you could skin it.
If you're just looking for a CSS template, I have no idea.