Quantcast
Channel: css – Rushi's
Viewing all 15 articles
Browse latest View live

Ace Editor

0
0
Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Ace can be easily embedded in any web page and JavaScript application. Ace is developed as the [...]

“Best of Smashing Magazine” Anniversary eBook

0
0
Founded in September 2006, Smashing Magazine delivers useful and innovative information to Web designers and developers. Smashing Magazine is a well-respected international online publication for professional Web designers and developers. Smashing Magazine’s main goal is to support the Web design community with useful and valuable articles and resources, written and created by experienced designers and [...]

Zen Coding in HTML,CSS,XSL,XML,HAML Using Notepad++

0
0
ZenCoding is a fun, fast, intuitive way to write html,css,xsl,xml and haml code. Consider this like the typewriter shorthand system, but only better. This kind of coding style has been around since the late 2009. ZenCoding is possible by adding the plugin for your favorite editor. Check here if your editor has a ZenCoding plugin. [...]

11.3.11 BarrelRoll

0
0
On 3rd Nov 2011, google amused people world over by a bit of CSS3 magic. If you haven’t heard about it, try this Google link. function doBarellRoll(){ document.getElementById('outline').className = 'barell-roll'; setTimeout(function(){document.getElementById('outline').className = '';},5000); } .barell-roll{ -webkit-transition: -webkit-transform 4s ease; -webkit-transform: rotate(360deg); -moz-transition: -moz-transform 4s ease; -moz-transform: rotate(360deg); -o-transition: -o-transform 4s ease; -o-transform: rotate(360deg); transition: transform [...]

ZenCoding becomes Emmet

0
0
Emmet (formerly Zen Coding) is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow. Last year my blogpost gives insight on Zen Coding with Notepad++. Things have changed since last year and for better. I haved ditched Notepad++ for SublimeText2 and ZenCoding project is changed to Emmet project. Emmet is developed and [...]

Ratchet 2.0

0
0
Ratchet enables you to build mobile apps with simple HTML‚ CSS‚ and JS components. Ratchet 2.0 is now part of Bootstrap Organization. Twitter Bootstrap is in itself a Sleek, intuitive, and powerful front-end framework for faster and easier web development. Checkout the components page which showcase the common Design patterns that serve as basic building [...]

Chrome Custom css Cool Tricks

0
0
Chrome browser is one of the best browsers around and definitely one of the coolest to play with. The tricks in this blog post apply to both Chrome and its open-source big brother Chromium. In the address bar, type about://version or chrome://version This will display a webpage not surprisingly about which version of chrome you [...]

Ajax Page Mask With Loading Indicator

0
0
Any web app without ajax calls is hard to imagine. A lot of javascript frameworks provide this solution of ajax page mask and custom loading indicator. Here we see a solution that uses plain css and javascript. The good thing about this solution is, it is completely customizable, from the color of the page mask [...]

Adobe Brackets: Code Editor

0
0
Adobe Brackets is a modern, open source text editor that understands web design. Its built in HTML, CSS, and JavaScript. Brackets focusses on the front-end only, freeing it to deliver a amazing features like inline editing; where CSS code associated with an HTML element can be edited just by hovering over it. Brackets is a [...]

Hackr.io

0
0
Finding something to learn is just a google(whatever search engine of ur choice)search away. However you do not want to spend time weeding out the bad ones and selecting which ones to learn from. Hackr.io is a simple website which takes out this pain of discovering good resources to learn programming languages. It is a [...]

Visual Studio Code Editor

0
0
Microsoft Launches Visual Studio Code, A Free Cross-Platform Code Editor For OS X, Linux And Windows. The editor features all of the standard tools you would expect from a modern code editor, including syntax highlighting, customizable keyboard bindings, bracket matching and snippets. It also works with Git out of the box. Visual Studio Code offers [...]

Hyper: A terminal built on web technologies

0
0
Hyper is a terminal built on open web standards HTML/JS/CSS. The goal of the project is to create a beautiful and extensible experience for command-line interface users. It is hackable, open source, and inspectable. Extensions are available on npm. “Developer who doesn’t love terminal has terminal illness.” -Rushi

unDraw: Free Illustrations

0
0
unDraw is a collection of about 279 svg illustrations. The collection pretty much cover most illustrations for regular use cases. The users can also take advantage of the on-the-fly color image generation to match whatever project they are working on. Here is a image that matches my current webpage theme colors: All the illustrations are […]

The Front-End Checklist

0
0
A checklist is a type of job aid used to reduce failure by compensating for potential limits of human memory and attention. It helps to ensure consistency and completeness in carrying out a task. Checklists are useful for applying methodology. The Front-End Checklist is an exhaustive list of all elements you need to have/test before […]

web.dev towards a better web

0
0
Google’s web platform team has spent over a decade learning about user needs. The Google team has distilled their learning’s and created web.dev for you to master the defining standards of web development. web.dev is the ultimate resource for developers of all backgrounds to learn, create, and solve on the web. It’s meant to not […]

Viewing all 15 articles
Browse latest View live




Latest Images