Did you ever tried to kill a stuck process (using Task Manager for example) and didn’t manage do kill it? You can kill the process forcefully manually using taskkill command: Open command line and run the tasklist command to display a list of all the running processes: Find the PID of the process you desire to [...]
Author Archive > roei
Termination Protection
New feature in AWS Management Console: Termination Protection. Once activated for an EC2 instance, you won’t be able to terminate the instance, and prevent embarrassing moments (such as termination of your production server). Hope you find it useful, Roei
Many TIME_WAIT connections
Hi, Lately our system suffered from “strange” DB connectivity issues: connection to DB failed, DB mails failed, etc. We received two exceptions: A netword-related or instance specific error occurred while establishing a connection to SQL server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL [...]
Mastering CSS
Here are several useful articles you should read to get your CSS “black belt”, and save yourself precious time and frustration: 15 CSS Habits to Develop for Frustration-Free Coding 7 Principles Of Clean And Optimized CSS Code Mastering CSS Coding: Getting Started The 30 CSS Selectors you Must Memorize Hope you find it helpful, Roei
Useful Chrome extensions for delevepoers/QA
Web Developer Adds a toolbar button with various web developer tools. The official port of the Web Developer extension for Firefox. Pendule Extends the built-in Developer tools.
SyntaxHighlighter
SyntaxHighlighter is a JavaScript library to highlight code according to it’s programming language. Examples CSS body {background:#eee url(bg.jpg) no-repeat;padding:10px;}


(3 votes, average: 4.67 out of 5)