Register users in eZ Publish using data from Facebook
In 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 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 readingWe’ll be creating a simple but fully functional website. We’ll use the design, HTML and CSS from one of my previous blog posts: A step-by-step walkthrough for coding a Web Site from a Photoshop template. So, HTML and CSS are basically already done. Of course, we need to integrate these files into ASP.NET templates, so the basic HTML & CSS will be repeated.
Continue readingLet’s return to Web Development Category and create a Simple Contact Form. But, just to make things interesting we’ll submit the form using AJAX, so the user gets the feedback without the page refresh. Also, let’s log the User Input into Database for later review.
Continue reading