Skip to main content

Posts

Showing posts with the label

1 – Essential Frugal Hackers Toolkit

1 – Essential Frugal Hackers Toolkit INTRODUCTION For those of you who dont know me, Im a network security analyst and project manager. I lead a team of network security analysts whose job it is to perform vulnerability assessments for the Department of Defense and to perform penetration tests for some commercial customers. Not only do I lead my team and work the contracts/business side of the house, a lot of the time I find myself on the ground at testing sites, working side by side with my employees. I am a competent tester and a very technical person, so when scheduling conflicts arise and my team cant cover testing completely, I step in and lend a hand. Previous to this gig, I worked as a UNIX administrator for nearly fifteen years and managed a 1500 workstation hospitals mixed-technology network. I know Windows. I know Linux. I know (some) Cisco. I know SQL. Ive programmed web applications in Perl, Javascript and PHP. Basically...

11 Top CSS Editors – Reviewed

11 Top CSS Editors – Reviewed Back to the time when the look of a website must be defined inside the HTML, web designer experienced the nightmare like coding each tag in every single web page. Thus, CSS (Cascading Style Sheets) comes to bring the salvation to lost web designer. It allows you to define your website�s appearance with just one single external file, which saves a pretty lot of your work and make your code management easier than never before. But why do we need CSS Editor? Every glorious revolution has its dark side, as for CSS is every web browser like IE7 does not support the same effect defined by CSS, so often designer has to squeeze their mind to figure out a trick, hack or fix, that�s when CSS Editor comes in to help. CSS Editor helps you to either understand how certain CSS value works by its WYSIWYG editor, or provide you an inspector to check out what�s exactly the cause for your CSS error, or probably guiding you to decide what CSS property you should use. And i...