Thursday, September 27, 2007

Limit the resultset in MySQL

You can limit the resultset of the database query by adding :


///**********************************************************
limit index, length
///**********************************************************

for example: select * from tblCustomers limit 0,10;
which shows the out put from the database only first 10 customers from 0 rows.

Wednesday, September 26, 2007

My Brief Introduction

I am Mohammad Mohiuddin Azad from Dhaka, Bangladesh. I am currently enrolled as a P.hD. student in Computer Science at King Abdullah University of Science & Technology (KAUST). 


I have passed my M.Sc. in KAUST also. Before that I have completed my Bachelor in Computer Science & Engineering (CSE) from Department of CSEBangladesh University of Engineering and Technology (BUET).


Before my admission to KAUST, I have worked for more than three (3) years in software industry as a software engineer.



I have worked in Structured Data Systems Limited (SDSL) from May, 2007 to November, 2009 as a software engineer. SDSL is a software development house that provides offshore software engineering solution services to small and medium sized software development companies and conforms to AS/NZS ISO 9001 and AS 3563 Quality Management Standards. It provides solution to the South African Client (Afrigis) to many of their developments. I have worked there in C#, Java, ASP.NET, JSP, Servlet, JSF, Visual Web Pack etc.

After that, I have worked in KB Group (UK) from December 2009 to July 2010 as a System Analyst and Software Developer. KB Group specialise in developing robust, proven information technology solutions for the entertainment and arts marketing sector. The KB Group eticketing solution is the online booking system market leader in the United Kingdom as it offers the most comprehensive functionality of any online ticketing system available. Our list of blue chip heritage attraction clients, including Buckingham Palace, Windsor Castle, Tate, Royal Academy of Arts, London Symphony Orchestra and the University of New Mexico, are testimony to the pedigree of our products. I have worked there in C++, ASP, VBScript, JavaScript, COM, HARU PDF API etc.

Javascript

var elem = document.getElementById("id").
var elementInnerHTML = document.getElementById("id").innerHTML.