Made in Србија

Sublime - Reset font size shortcut key (on macOS)

Sublime menu > Preferences > KeyBindings

Copy and paste to the newely open config file in Sublime.

[
	{ "keys": ["super+0"], "command": "reset_font_size" },
]

What is DaD call? (the meaning)

Working remotely has it's obstacles. So, you've had your daily meeting, you've said what you were doing yesterday and what you're going to do today.

Then, you have a call with your fellow colleagues (developers) to align on the tickets, do a common PR review or just share some insights.

DaD (disambiguation)

DaD is an abbreviation often meaning in ordirinary writing "Daily after Daily", additional alignment meeting.

Када ”npm install --global” не ради на macOS

Инсталирали сте NodeJS и сада сте уз њега добили NPM. Желите да подесите свој нови рачунар тако што ћете инсталирати неке модуле који су вам потребни. Ви тамо, а оно међутим, јавила се грешка.

npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules

#1 У терминалу извршити команду (систем ће вас питати за лозинку):

sudo chown -R $USER /usr/local/lib

Затим се појавила још једна грешка

npm ERR! Error: EACCES: permission denied, symlink '../lib/node_modules/...

#2 Додатно извршите следећу команду у терминалу (нећете морати поново да уносите лозинку):

sudo chown -R $USER /usr/local/bin

Best FTP client: FlashFXP vs Transmit

So there isn't all that much to say about FTP clients, they are piece of software that helps you manage your files from your local machine to a server environment. In essence it has a simple job basically moving the files around while we keep trust that under the hood it supports most of the protocols (FTP, FTPS, SFTP, WebDAV, Amazon S3...) in order to make our lives easier.

So, when it comes down to it, the basics are the same, but the difference, for most people (developers), is in the workflow, and that comes down to speed and comfort of performing those file managing tasks.

I've been using FlashFXP for 10+ years and Transmit 5+ years (very frequently in the last two), so I believe I can give a pretty good impresion on how those two stack up.

One side note, both of the FTP clients are platform-only which means that FlashFXP is Windows, while Transmit is Mac OS X (now macOS) based. Some say its like comparing apples and oranges, right? Right? Thank you! Thank you! I'll be here all night.

True, the "eco systems" are different but the point is workflow and advantages and downsides of both apps. (Даље)

Adobe Dreamweaver REMOVE CSS

How to remove CSS properties from Adobe Dreamweaver CS3 and stop thanking people of Adobe by mentioning their nearest family in a sentence with fornication?

Seems that someone in Adobe, who is in charge of tag libraries, is not all that fond of acctually using his own software for work. So, for example, if you want to add a background property to a class or an id, you have to write almost a whole word so the Code Hint would jump over the backface or widow property that is in the way. True, you could use mid word letters but who wants to type kg for background?


How to remove CSS backface-visibility property?

OPEN

C:\Users\%USERPROFILE%\AppData\Roaming\Adobe\Dreamweaver 9\Configuration\CodeHints

FIND AND OPEN

CSS3_hints.xml

SEARCH and DELETE

backface

or

backface-visibility

How to remove CSS widows property?

OPEN

C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS3\configuration\CodeHints

or

C:\Program Files\Adobe\Adobe Dreamweaver CS3\configuration\CodeHints

FIND AND OPEN

CodeHints.xml

SEARCH AND DELETE

widows

NOTICE: This article is more of a reminder for myself, than for others. If anyone finds it useful drop a comment. (Даље)

Ш? Немања?

Немања Ћососвић

Немања је садашњи студент ВШТСС-а, а бивши ТФ-а. Професионално се бави веб дизајном, оснивач је PlumTS Inc. групе и портала града Чачка ЧаКућица. Увек је активан у сфери информационих технологија, мултимедије и интернета. Члан је BENCHmark форума, са статусом модератора.
Хобији су му научна фантастика, филмови, фотографија, рад у студентском часопису IndexPRESS и пливање.
Тренутно живи у околини Чачка, Србија.