
When designing websites, there are a number of design principles and conventions by which most web designers abide and follow. These guidelines not only help the design process flow smoothly, but they tend to result in a much nicer user interface and general design for your web traffic. So without further ado, I shall dive into a few of these concepts and guidelines.
Read more »
Filed under: Design | Comment (0)
Article tags: css, Design, html, web

This is part 2 of the Hacking Techniques post located here. In this post, I’ll go over some more techniques used in website hacking, such as the Distributed Denial of Service attack, different types of password cracking, cookie editing, and bypassing logins by editing Javascript fields.
Read more »
Filed under: Hacking | Comments (2)
Article tags: Hacking, security, web

This post is to show the importance of using a strong password on your computer and on websites. I recently wrote a program in Java (kind of impractical, I know) that uses a brute-force technique to crack passwords with particular parameters sent in. With just a simple, everyday Macbook, I realized how easy it is to crack passwords on unprepared websites.
Read more »
Filed under: Hacking | Comment (1)
Article tags: hack, password, security, web