Showing posts with label Code. Show all posts
Showing posts with label Code. Show all posts

Wednesday, November 5, 2014

codeshare, a website for sharing code between programmers


In codeshare.io have an application with more than one year to live, had still not passed category " Programmers Only ".
This is a website where we can, without registration, paste code in any programming language to share with others, programmers can edit simultaneously. If you select the corresponding programming language, we can see the colors that identify the characteristics of each function (it is also possible to customize the editor and the source).
When we press the red button on its home page, we arrive at a panel with unique url where we can paste the code in question. That is the only url that we share with anyone who may edit content (no control system permits). The platform offers communication tools in real time for users working on the same code can talk about it.
This is not an emulator or a system that helps to execute code, it is only an editor that lets you easily, without registration, send in the proper format the result of our work so that it can be discussed.

Share/Bookmark

Monday, October 27, 2014

enjoycss, an online editor for generating CSS3 code


In enjoycss.com have a web application that can help you create items for our web project without having to spend hours fixing details in the code.
This is an online editor where we can build and specify text fields, buttons, lists, funds and other components of our pages, allowing you to create items from scratch and apply effects from the right side menu.

Eric Willis ( erictwillis ) says the goal is to work with variables while we use a "to photoshop" interface, with a choice of colors, sliders and other components that help in creating artwork "no red tape" . We can even create statements like: hover,: active,: focus,: after and: before and give paar style to appear in the generated code, we can stick on our website easily.
On their website you can see examples classified in a gallery. The project is free, so do not worry, so far, to that theme.

Share/Bookmark