Skip to content

Commit 38af1f5

Browse files
committed
Resources
1 parent 0bb17d3 commit 38af1f5

25 files changed

Lines changed: 61 additions & 2 deletions

CSS/animation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [The web animation you have always wanted](http://alexjray.com/post/the_web_animations_you_have_always_wanted/)
77
* [**Foundation for App - Motion UI is the new flat**](http://zurb.com/article/1340/foundation-for-apps-motion-ui-is-the-new-)
88
* [**Codrops playground**](http://tympanus.net/codrops/category/playground/)
9+
* [**Using motion for UX on apps and websites**](http://www.smashingmagazine.com/2015/01/19/using-motion-for-ux-on-apps-and-websites/)
910
* [CSS core animation skills](http://demosthenes.info/blog/966/CSS-Core-Animation-Skills-Gravity-Squash-and-Stretch)
1011
* [The 12 principles of animation](http://the12principles.tumblr.com/)
1112
* [Interaction ProTip](http://aerotwist.com/tutorials/)

CSS/layout.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* [3D curtain template](http://codyhouse.co/gem/3d-curtain-template/)
1212
* [Float elements with a consistent gutter width and make them drop to next row automatically with cycle](http://corysimmons.github.io/elf/)
1313
* [Golden ratio is actually real?](http://www.designyourway.net/blog/inspiration/using-golden-ratio-in-web-design-is-not-ludicrous-its-actually-ideal/)
14+
* [Content filter UI example](http://codyhouse.co/gem/content-filter/)
15+
* [Responsive grid using calc](http://mintran.com/responsive-grid-using-calc/)
1416

1517
## Example
1618

CSS/resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
* [Designer's guide to DPI](http://sebastien-gabriel.com/designers-guide-to-dpi/)
4343
* [Typesettings?](http://mikemai.net/typesettings/index.html)
4444
* [Important @font-face fast loading technique](http://www.filamentgroup.com/lab/font-loading.html)
45+
* [Keeping specificity low](http://css-tricks.com/strategies-keeping-css-specificity-low/)
4546

4647
## line-height
4748

CSS/style_guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Atom (Abstract) - Molecule - Organisms - Template - Page (the level where you va
6969
* [Mixins](http://juicynex.us/juice/)
7070
* [Code Guide by @mdo](http://codeguide.co/)
7171
* [Style guide best practices](http://bradfrost.com/blog/post/style-guide-best-practices/)
72+
* [Organizing CSS color palettes](https://news.layervault.com/stories/41926-organizing-css-color-palettes)
7273

7374
## Playbook
7475

CSS/tricks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* [Mobile app introduction template](http://codyhouse.co/gem/app-introduction-template/)
2323
* [Pull](http://codepen.io/fbrz/full/bNdMwZ/)
2424
* [Nice button challenge](https://news.layervault.com/stories/41631-css-challenge-how-would-you-markup-this-element)
25+
* [CSS challenge](https://news.layervault.com/stories/41990-css-challenge-2-how-would-you-markup-this-element)
26+
* [Auto-hide sticky header](http://osvaldas.info/auto-hide-sticky-header)
2527

2628
```
2729
/* do nothing when clicked even through JavaScript */

Command/bash.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ tree folder -d
4242
pwd -P # true full path
4343
grep root /etc/* # Check every files that contain the word root
4444
df -h # Disk usage
45+
< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c12 | xargs echo
46+
grep -v // !$ | grep -v ^$ # Clean out comment
4547
```
4648

4749
`/proc/sys/net/ipv4` is where you configure your TCP/IP.
@@ -137,6 +139,7 @@ IPADDR=58.xx.xx.xx
137139
Then bring the interface up using `sudo ifup eth0:1`
138140

139141
```
142+
netstat -tnl
140143
less /etc/services
141144
sudo netstat -anlp
142145
sudo fuser 22/tcp # To see which application is using which port

Command/mavericks.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,18 @@ Use https://github.com/jimbojsb/launchrocket at the PreferencePane.
391391
update users set email=CONCAT("jlxyz_", email) where type='Employer';
392392
393393
mongorestore --db jobline_dev --drop ~/Desktop/mongodb_bak_with_timestamp/jobline_pro
394-
394+
395+
You can also change MySQL root password using:
396+
397+
```
398+
UPDATE mysql.user SET Password=PASSWORD('XXX') WHERE User='root';
399+
FLUSH PRIVILEGES;
400+
DROP USER ''@'db1';
401+
DROP USER ''@'localhost';
402+
403+
mysql -h $HOST -u $USERNAME --password=$PASSWORD $DB_NAME
404+
```
405+
395406
# FileMaker and VMWare Fusion
396407
397408
* [Change VMWare Fusion 6 NAT IP space](https://coderwall.com/p/mjbryq)

Command/vim.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Vim
22

33
* [Cheat Sheet](http://www.lagmonster.org/docs/vi.html)
4+
* [Vim customised to be like SublimeText](https://github.com/subvim/subvim)
45

56
```
67
v # Visual mode

Design (Product)/UX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* [**UX Directory**](http://abetteruserexperience.com/ux-directory/)
1313
* [**UX for wizards**](https://medium.com/re-form/ux-for-wizards-e6ffaad577b4)
1414
* [**The best UX links of 2014**](https://medium.com/@kennycheny/the-best-user-experience-links-of-2014-7405f7d1668a)
15+
* [**Lean UXmas**](http://leanuxmas.com/)
1516
* [Users Know](http://usersknow.blogspot.sg/)
1617
* [Designer Fund's blog](http://designerfund.com/bridge/blog/)
1718
* [Design Mind - Frog](http://designmind.frogdesign.com/)

Design (Product)/User Interaction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Interaction design (IxD) focuses on user behaviors and motivations. IxD asks WHY
88
* [**Stop changing UI for no good reason**](https://lobste.rs/s/kiq75p/stop_changing_uis_for_no_good_reason)
99
* [**UX UI**](http://designmodo.com/ux-ui/)
1010
* [**Google's quest to write the rulebook for interaction design**](http://www.wired.com/2014/11/googles-quest-write-rulebook-interactive-design/)
11+
* [**IA questions on navigation menus**](http://www.nngroup.com/articles/ia-questions-navigation-menus/)
1112
* [8 smartest UI design ideas](http://www.wired.com/2014/12/years-8-smartest-ui-design-ideas/)
1213
* [Writing-first design](https://signalvnoise.com/posts/3801-writing-first-design)
1314
* [Design checklist fir IxD](https://medium.com/@tinkadoic/design-checklist-for-ixd-students-419dbbe1c1d3)
@@ -81,6 +82,8 @@ There is no intuitive interface, just "easy-to-learn" interface.
8182

8283
* [Introduction to Material Design](http://marketblog.envato.com/trends/introduction-material-design/)
8384
* [How to not freak out about Material Design](https://medium.com/@xXxXxXxXxXam/how-to-not-freak-out-about-material-design-33cec7381b80)
85+
* [We are living in a material world](http://blog.trello.com/we-are-living-in-a-material-world-and-i-am-a-material-girl/)
86+
* [Please stop using material design](http://mintran.com/please-stop-using-material-design/)
8487

8588
## Sound UI
8689

0 commit comments

Comments
 (0)