PicDat v1.0 – Store products without DB

The is a little handler script I made last night. It’s written with PHP from scratch and seems ideal for small websites that want to store some extra data next to their pictures without any kind of database or external data source. Picdat is using the filename to store the data provided on the form. …
Continue reading PicDat v1.0 – Store products without DB

Check your home network – now!

I am writing this post for people with no networking knowledge. Most people do not have time to take care of their internet connection. Until people have access to the internet, and some of their favorite websites, they don’t really care about what is going on there, and that’s a huge mistake. Besides there is …
Continue reading Check your home network – now!

TGW Crane Simulation

Small TGW crane simulation. Thanks to the great opportunity to be able to work with those great devices, I wanted to make a small simulation of the basic movements and options, to feel the challenges of movement and logic programming of one crane system. The project is not finished yet but It’s alive. I am …
Continue reading TGW Crane Simulation

Last Visitors On Canvas

Please Leave your or organisations name if you have visited the page ! 🙂 Thank You ! Here is my HTML5 canvas used with javascript, which is designed to pull saved data from mysql database with jquery-ajax call. New added data is handled and saved with php. The Array of names are limited to 16, …
Continue reading Last Visitors On Canvas

RIPv2 Configuration example

We are starting with Routers without any configuration, so the first step is to assign IP addresses and enable interfaces on the routers and on the switch. Here is the network table what are we gonna use: PC 192.168.0.1Router1 G0/1-192.168.0.2 G0/0-172.16.0.2Router2 G0/0-10.0.0.3Router3 G0/0-10.0.0.2Router0 G0/0-10.0.0.1 G0/1-172.16.0.1 When all the interfaces are UP, and the PC is …
Continue reading RIPv2 Configuration example

Routing Protocols – Basics

Rip,Ripv2,IGRP,EIGRP,OSPF,IS-IS,EGP,BGP… The routing protocol is an internal set of rules that describes the way how should a router chooses a path and make routing possible between networks. They typically using algorithms to calculate the best possible route from one network to another. The routing protocols are divided into two main categories: 1-IGP – Internal Gateway …
Continue reading Routing Protocols – Basics