Showing posts with label Internet. Show all posts
Showing posts with label Internet. Show all posts
Sunday, August 26, 2012

Tree Component on JQuery

Sometimes for certain projects we need to implement multi-level tree menu similar to Windows Explorer. There are several plugins for JQuery, allowing to get it. I have tested a lot, and decided to stay on jsTree. It has a lot of features and is attractive by the following reasons:

Read more
Monday, July 16, 2012

Moqups – an Interface Prototype Builder

Front of any developer sooner or later face the task of designing the application interface. It is better when the problem gets up early, then all the battle for beauty and convenience is on paper and drafts, instead of the real system. Paper is convenient because you can pleasantly and quickly draw on it. However, the disadvantages are obvious: it is uncomfortable to erase / modify and extremely difficult to transfer sketches to other developers. Therefore, was created many electronic systems for prototyping interfaces, among which is the Moqups.

Read more
Saturday, June 2, 2012

Opening port in the Comodo Firewall

If there is a Windows-server, and it is not possible (or desire) to set up a standard firewall, then you can look into the direction of free proven solutions. One of them is the Comodo Firewall - it's free, secure, and proven. In this article I'll describe how to secure your server using Comodo Firewall, closing all ports except 80.

Read more
Thursday, May 31, 2012

Performing secure FTP-connection over SSH

Webmasters are often loaded scripts to the server via FTP. However, the default FTP connection does not secure and is not encrypted, so the password and the data is transmitted over the network in clear text. An attacker can simply intercept your data by the sniffer. If you have a server that supports the connection by SSH, then you can use it to encrypt your FTP-traffic, what is much safer. Many hosting companies offer this service. To encrypt traffic, you can use the PuTTY.

Read more
Saturday, March 31, 2012

How to install counter on any web-application

Some web applications do not have a common template output, to which you could simply insert the tracking code (Google Analytics or Yandex Metrika). In such applications, HTML-pages are generated in different ways and patterns. To insert the tracking code into such a system, you can use the Apache HTTPD.

Read more