Monitor HTTP(s) Traffic with Fiddler on a Windows machine
Security professionals, Network, Web and Windows Administrators and even developers can use Fiddler to investigate their webapp or website codes . Fiddler is a Web Debugging Proxy which logs all HTTP...
View ArticleAdding Static Maps on your Website with Google-Maps
The Google Static Maps API lets you embed Google Maps images into your web pages without requiring JavaScript or any dynamic page loading . Off course static maps also has the weakness of being static...
View ArticleProtecting Files on your Appache Server with “.htaccess”
So you have finished your website and uploaded all files to your hosting server’s public directory . By default Appache serves the “index.html or index.php ” file if no file is defined in the url ....
View ArticleImproving Notepad++ By Custom Themes
Whether you you’re a programmer or simply an enthusiast having a good Integrated Development Environment (IDE) is fundamental . A good IDE helps you achieve your web-developments quickly and painless ....
View ArticleImproving Notepad++ By Installing Plugins
My previous article ( Improving Notepad++ By Custom Themes ) demonstrated how to customize the “feel and look” of this editor . Let’s go one step further , by installing some plugins we can improve our...
View ArticleTen Free Reference-Books a New Web-Developer Should Read
Freelance Web-development is a multi – knowledge task , use these links as reference . PHPUnit : PHP Test-Driven Development cheat sheet will show you how to set up and automate your testing with...
View ArticleUsing Phing To Deploy Your Projects via FTP
The last step of a web-development process is to deploy the code to a [live] hosting server (usually this is done via a FTP client) .Of course , repetition is tedious and error prone .Fortunately for...
View ArticleHow to Setup Public-key Authentication on a Git-client for Multiple GitHub...
Whenever I get asked what GitHub is used for , my answer is very short . GitHub is a code sharing and publishing service , a social networking site for programmers . Although both statements are true...
View ArticleWebinar Registration : “development lifecycle with Git”
If you already have a basic knowledge of Git version control , don’t miss this webinar . I’m sure , it will be a high level presentation as the seminar is organized by the technical stuff of Atlassian...
View ArticleHow to Install Git 1.9.0 on CentOS 6.4 (Compiling from Source)
Git is an open source, distributed version control system developed by Linus Torvalds , the creator of the Linux kernel . Git allows a team of people to work together, all using a copy of files from a...
View Article