When Microsoft released FrontPage back in 1997 many people thought that the web design industry would suffer because all of the sudden anyone could use this software to create a pretty decent looking website without having to know HTML.Of course CSS, PHP, MySQL, Python, Ruby on Rails, etc. all changed the game for the WYSIWYG editors. If you wanted a dynamic, data driven web site you needed to hire a developer.And with everything being “Web 2.0”, static websites just lost their appeal to many.
Author: unuzero
How to Secure WordPress Part 1 – The Basics
WordPress is easily one of the most popular web applications in use, and that makes it quite a target for malicious hackers using PHP injections, SQL injections, Cross-Site Scripting and many others to compromise blogs that are not secure.You see, WordPress made its bones on how easy it is to install and use. Users quickly get hung up on finding, or designing, the right template for the blog’s UI and activating all the plug-ins needed to enhance the site’s functionality. Unfortunately not many people give securing WordPress a second thought.
CSS3 Media Queries Tutorial: Part 1
With the introduction of a whole new market of mobile devices and tablets, there has never been more of a need for your website content to display across a variety of platforms properly. There is the old tried and true method of using multiple HTML landing pages that utilize JavaScript to redirect you to the appropriate page, then styling the content accordingly or you could make the entire process easier on yourself in the long run by exploring the possibility with CSS3 and media queries.
Top Three Lists Regarding Web Application Security
I recall a project I worked on a few years ago where I was tasked with overseeing the security of a website we were building. When I sat down with the chief programmer I wanted to discuss three types of vulnerabilities with him: cross-site scripting, SQL injection and information leakage. His response was simply, “I don’t know anything about this stuff and I don’t care. That’s your job.”
Top 10 “Must Follow” JavaScript Best Practices
JavaScript went on to become cult right after its launch due to its extensive list of features. It also gave programmers the chance to give their webpages a more eye-popping look and website visitors were happier than ever.Despite the large number of developers that sing the praises of JavaScript, there are those Internet users who see its dark side.Webpages using multiple JavaScript codes are slow to load and overuse of JavaScript contributes to making webpages look cluttered and ugly. In no time the smart use of JavaScript became a hot topic amongst programmers.