Introduction to using IIS Rewrite Module and Regular Expressions
In this blog post, we’ll talk about URL Rewriting and how it can be done using Microsoft’s IIS. Why IIS? Because there are not that many tutorials that cover that…
Continue readingIn this blog post, we’ll talk about URL Rewriting and how it can be done using Microsoft’s IIS. Why IIS? Because there are not that many tutorials that cover that…
Continue readingResponsive Web Design is a design done with CSS3 Media Queries that change according to the visitor’s environment. In other words, the design “responds” to changes. It may sound like…
Continue readingIn this blog post, we’ll create a simple system for registering users in eZ Publish via their Facebook accounts. To do that we’ll use JavaScript to get users’ information from…
Continue readingThe basic premise behind stub areas in OSPF is that if routers want to communicate to another area they need to send packets to the Area Border Router (ABR), a…
Continue readingIn this blog post we’ll create a simple registration using Facebook registration plugin. We’ll also create a simple login system that enables registered users to login to our site.
Continue readingIn this relatively short blog post, we’ll use PHP/MySQL and Google Maps Javascript API to display locations from a MySQL database on a map. We’ll make a simple “City guide to Zagreb”,…
Continue readingAs you may or may not know, communication on the Internet uses packets for transmitting data. So, every time your computer communicates with a computer on the Internet, IP packets…
Continue readingWhat is NAT? NAT is short for “Network Address Translation”. The basic purpose of NAT is to translate private IP addresses which are used inside the company into public (global)…
Continue readingI’m sure you’re aware what a CMS is and how it can help you and your site be more successful. Just in case you’re a newbie in Web Development, let me just say that a CMS can do wonders. CMS (Content Management System) can help you to create a website in a matter of minutes and then you can use it to edit your website content and add new articles.
Continue readingDHCP stands for Dynamic Host Configuration Protocol. DHCP is a protocol that’s used to automatically configure the hosts on a network. In addition to configuring the hosts with an IP address, DHCP can also configure them with additional parameters, such as a subnet mask, or DNS server address.
Continue reading