Dynamically add and delete html table row on user click using jQuery

This is very simple javascript function using jQuery library for deleting or adding html table row on user click. Basically, I had to write this functionality for one of my client’s  projects. There was a table with some input fields in each row what user can manipulate by inserting data, adding or deleting those rows.  … 

 

Change the Mirror Repository of Ubuntu

Recently, I installed the new version of Ubuntu: 11.10 (Oneiric Ocelot) in my desktop to take its taste. But I am having some problems when updating the OS. Our local repository was not up to date. So, I started googling and found a list of repositories. Chose a up to date repository and update my OS from that … 

 

Offline installation of Zend framework on Ubuntu or Linux Mint

I am writing this post because I fell in problem with my newly installed Linux PC at slow Internet connection. I was in Eid vacation at Bogra.  I had to work on web application based on zend framework but it was difficult to install zend framework from repository. I had the latest version of zend … 

 

Performance analysis of robotic arm manipulators control system under multitasking environment

This paper was published at Industrial Engineering and Engineering Management (IE&EM), 2011 IEEE 18Th International Conference. Abstract: To observe the performance of PC based robot manipulator under general purpose (Windows), Soft (Linux) and Hard (RT Linux) Real Time operating systems (OS). The same open loop system is observed in different operating system under multitasking environment. … 

 

Let’s start learning Secure FTP, SFTP

We are very much familiar with FTP server and its client for uploading and downloading files from server. But most of us don’t know about SFTP.  SFTP is basically SSH File Transfer Protocol and also known as Secret File Transfer Protocol or secure FTP. It uses Secure Shell protocol (SSH) to transfer,  access and manage … 

 

Random Password Generator: Generate random password by a open source PHP class

Last weekend,  I passed very boring time in my home. Didn’t have that much work load. I am thinking to do something fun. And then I wrote a open source PHP class that generates Random password. Well, later on I used it in one of my clients’ project. Some of my friends also start using … 

 

Share your files in a network by SAMBA Server

SAMBA is very well known Opensource applications for file and printer sharing server in Unix and Linux. It supports the Server Message Block (SMB) and Common Internet File System (CIFS) protocols used by Microsoft operating systems.  So,  it is an effective application for sharing files between Linux and Windows computers in a Network. It can also be configured as many different deployment options such …