Memcached is free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. Start from my article “Memcached Overview” to get an overview of memcached on Linux and Windows.
GIT Work Flow and Deployment of sites using Git
Setting up and using Git on Windows and Ubuntu
Configuring www folder on Ubuntu (Amazon EC2)
Setting up FTP Server on Ubuntu – Amazon EC2
File Transfer Protocol (FTP) is a TCP protocol for uploading and downloading files between computers.
Amazon EC2 instance comes without FTP server installed. So you have to install it manually.
Scratchpad – a tool for JS developers in Firefox
Bootstrap toolkit from Twitter : Overview
Bootstrap can help you to build your sites faster offerring ready-to-use HTML/CSS code for different layout, buttons, forms. I got used to use such CSS-frameworks to save my time while building standard HTML layouts for my sites.
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
Bootstrap is built with Less and was designed to work out of the gate with only modern browsers in mind.
Entity Framework vs LINQ to SQL
Recently, I was building a project on ASP.NET MVC which used data from a database with a simple structure. I got used to use Entity Framework (EF) in big projects with complicated databases. I wonder what is the best way to use to access data in relational databases: LINQ to SQL or EF.
After reading blogs and discussions on forums I wrote this article to show the advantages and disadvantages of using LINQ2SQL and Entity Framework (EF).
Problem with session in Facebook application running in IE8
While building facebook applications using iframe you may have a problem with session persistance in IE8.
How to create custom embeddable charts with data from Google Analytics using filters
This article will explain you how to create your own custom embeddable charts based on data from Google Analytics. We will do it with using the service Explainum.com – a free web tool to create charts.
Google Analytics is one of the most powerful tools for analyzing traffic on your website. Google Analytics gives you a lot of information about visitors of your web site.
Explainum helps you to create interactive web charts to analyze your traffic. You can create meaningful charts using such a powerful tool as filters in Google Analytics.