As frontend developer you probably has often problem with cache. As you should know standard refreshing page won't clear pages cache. You can set option Disable Cache in devtools, but it works only with opened this tools.
Tuesday, July 30, 2013
New reload types in Chrome
As frontend developer you probably has often problem with cache. As you should know standard refreshing page won't clear pages cache. You can set option Disable Cache in devtools, but it works only with opened this tools.
Etykiety:
Google Chrome
,
tips
Monday, July 29, 2013
New Twitter Bootstrap 3.0
Few days ago new version of most popular frontend framework - Twitter Bootstrap was released. It's first release candidate so be aware if you want use it on production.
Etykiety:
css
,
framework
,
javascript
Sunday, July 28, 2013
How to build Rubik's Cube using CSS3 and HTML
Etykiety:
css3
,
javascript
,
transform
,
transition
,
tutorial
Sunday, July 14, 2013
My simple chat application uses Node.js and Angular.js
Because I like learning new things some times ago I decided to create project where I can learn new technologies like:
- AngularJS - [http://angularjs.org/]
- NodeJS - [http://nodejs.org/]
- Websockets - by using socket.io library [http://socket.io/]
- Browser notification (at the moment not working :) )
- Authentication via node.js (I'm using Passport library [http://passportjs.org/])
- Jade - as a node template engine [http://jade-lang.com/]
Etykiety:
angularJS
,
browser notification
,
jade
,
javascript
,
NodeJS
,
passportjs
,
Websockets
Tuesday, July 9, 2013
Basics of RequireJS
I hear a lot of about RequireJS and today I decided to learn this. So for start let's read what is RequireJS.
What is it?
We can read from documentation that RequireJS is:
... a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code.
Etykiety:
amd
,
javascript
,
requireJS
,
tutorial
Subscribe to:
Posts
(
Atom
)