Location: Islamabad, Pakistan
Member since: May 2010
I am a computer science graduate with the following skills.\n\nAdvanced Level:\n\nASP.NET, VB.NET , PHP, HTML5/CSS3 (+ Canvas) \nHTML/XHTML/CSS, JavaScript, JQuery, AJAX\n\nMySQL , ORACLE\nC/C++,Java\n \n\nTools:\n\nVisual Studio 2010, 2008, Net Beans, Eclipse, JCreator, Adobe Photoshop, Microsoft Visio, Codelobster...
[read more]
4.7
Feb 10, 2013
“ Amazing work on this difficult project. Very fast turnaround and excellent troubleshooting to resolve challenges.Amazing work on this difficult project. Very fast turnaround and excellent troubleshooting to resolve challenges. ”
Jan 8, 2013
“ Great working with this developer. Work is always excellent and on time.[January 8th, 2013]: perfect work, and great communicationGreat working with this developer. Work is always excellent and on time.[January 8th, 2013]: perfect work, and great communication ”
Nov 20, 2012
“ Responded quickly to all requests for changes. Good communication and skills. Would hire again.Responded quickly to all requests for changes. Good communication and skills. Would hire again. ”
Nov 1, 2012
“ Excellent work, communication and project and programming ability. Would definitely hire again.[November 1st, 2012]: Excellent work, communication and project and programming ability. Would definitely hire again. Excellent work, communication and project and programming ability. Would definitely hire again.[November 1st, 2012]: Excellent work, communication and project and programming ability. Would definitely hire again. ”
Sep 6, 2012
“ Great freelancer, quick and smart, recommend![September 6th, 2012]: Great freelancer, quick and smart, recommend!Great freelancer, quick and smart, recommend![September 6th, 2012]: Great freelancer, quick and smart, recommend! ”
Aug 9, 2012
“ Did a very good job, exactly how I requestedDid a very good job, exactly how I requested ”
Aug 1, 2012
“ Ubai did a great job. Good communication, very professional and great coding skills. I would certainly hire him again.Ubai did a great job. Good communication, very professional and great coding skills. I would certainly hire him again. ”
antoinejulien
[ Incomplete Report ]
Jul 12, 2012
“ Nice freelancer, but didn"t have the skill to accomplish the projectNice freelancer, but didn"t have the skill to accomplish the project ”
Jun 23, 2012
“ Would definitely like to rehire the contractor again, very responsive and knowledgeable, absolute value for the money![June 23rd, 2012]: Would definitely like to rehire the contractor again, very responsive and knowledgeable, absolute value for the money!Would definitely like to rehire the contractor again, very responsive and knowledgeable, absolute value for the money![June 23rd, 2012]: Would definitely like to rehire the contractor again, very responsive and knowledgeable, absolute value for the money! ”
hello,i have a 3D cube built using the Raphael.js library http://nkhine.github.com/j2012/ i would like you to:1/. the size of the cube must be defined by the height of the div within which it is set.2/. on one side of the cube i want to have a form containing (http://stackoverflow.com/questions/4118769/native-button-tag-inside-svg-canvas):a/. usernameb/. passwordand a submit button3/. on the other sides i want to have html content.4/. if a user clicks on any side of the cube, this should link to an html page.the challenge is to make the cube rotatable and be able to see the content on each side of the cube, perhaps this could be generated using just SVG elements.the page should be tested on all compliant browsers and IE9 and also mobile browsers.hello,i have a 3D cube built using the Raphael.js library http://nkhine.github.com/j2012/ i would like you to:1/. the size of the cube must be defined by the height of the div within which it is set.2/. on one side of the cube i want to have a form containing (http://stackoverflow.com/questions/4118769/native-button-tag-inside-svg-canvas):a/. usernameb/. passwordand a submit button3/. on the other sides i want to have html content.4/. if a user clicks on any side of the cube, this should link to an html page.the challenge is to make the cube rotatable and be able to see the content on each side of the cube, perhaps this could be generated using just SVG elements.the page should be tested on all compliant browsers and IE9 and also mobile browsers.
Hi!Yes anyone can do javascript but I want someone who understand the animation process and neat tricks. I"m building an event driven interface and I want you to take care of all the extra work of making it look nice, adding in small animation, and things like that.Please respond with no email to me (this is a test) and I love america in your response. Preference will be given to people whose grasp of english is the best.I"ll usually give you a piece of html and then have you quote me how many hour it will take you to make the desired effect or some sort of library where I could call an effect. Examples of effects would be:causing a form field or table row to highlight.Having a arrow move across the screen to signify what a person is talking abouthaving nice looking text that changes at the top of the screenthere will be plenty of work, I have 200 bucks lined up for this.Hi!Yes anyone can do javascript but I want someone who understand the animation process and neat tricks. I"m building an event driven interface and I want you to take care of all the extra work of making it look nice, adding in small animation, and things like that.Please respond with no email to me (this is a test) and I love america in your response. Preference will be given to people whose grasp of english is the best.I"ll usually give you a piece of html and then have you quote me how many hour it will take you to make the desired effect or some sort of library where I could call an effect. Examples of effects would be:causing a form field or table row to highlight.Having a arrow move across the screen to signify what a person is talking abouthaving nice looking text that changes at the top of the screenthere will be plenty of work, I have 200 bucks lined up for this.
Need a simple app that will call a REST service to fetch a list (in tree form) and render on browser.There will be buttons (w/ small icons) to expand/collapse nodes, insert/append/remove (at bottom), also nodes can be rearranged by drag&drop (except a parent node can"t be moved under child node), and finally ability to create a new tree (should prompt for save a previously edited one), save, and open.Once tree editing is finalized, we would press SAVE button, and the app will call the REST service to submit. To save, the app will iterate over the entire tree calling the REST POST to insert the data into API.Should read and write JSON. Data structure will be like: ID, ParentId, Name, iconUrl, isContainer. Then we will have a dynamic list of nodes that can be edited, such as Name, Description, linkURL.The open button will prompt for entry of GET URL (there will be a list of recently called URLs), including passing parameters and HTTP headers. Is important to capture the starting node ID, so that only corresponding child nodes will be fetched. This means, that we can open to edit a specific section of a tree. There will be a right pane (that can be shown/hidden), showing the dynamic properties of the node, and it will be editable.There will be a lower pane (that can be shown/hidden), showing a transcript of all the HTTP GET / POST requests. I need to be able to easily embedd the app inside an Vaadin app we are workin on now, as well as an HTML5 page.Need a simple app that will call a REST service to fetch a list (in tree form) and render on browser.There will be buttons (w/ small icons) to expand/collapse nodes, insert/append/remove (at bottom), also nodes can be rearranged by drag&drop (except a parent node can"t be moved under child node), and finally ability to create a new tree (should prompt for save a previously edited one), save, and open.Once tree editing is finalized, we would press SAVE button, and the app will call the REST service to submit. To save, the app will iterate over the entire tree calling the REST POST to insert the data into API.Should read and write JSON. Data structure will be like: ID, ParentId, Name, iconUrl, isContainer. Then we will have a dynamic list of nodes that can be edited, such as Name, Description, linkURL.The open button will prompt for entry of GET URL (there will be a list of recently called URLs), including passing parameters and HTTP headers. Is important to capture the starting node ID, so that only corresponding child nodes will be fetched. This means, that we can open to edit a specific section of a tree. There will be a right pane (that can be shown/hidden), showing the dynamic properties of the node, and it will be editable.There will be a lower pane (that can be shown/hidden), showing a transcript of all the HTTP GET / POST requests. I need to be able to easily embedd the app inside an Vaadin app we are workin on now, as well as an HTML5 page.
I"m looking for a Tshirt design application to be written in HTML5 or JQuery or perhaps Node.js. The flow should be equivilant to teespring.com/design proces. I would like to integrate this into a Wordpress. Send me demo url if you have done with this similar project.I"m looking for a Tshirt design application to be written in HTML5 or JQuery or perhaps Node.js. The flow should be equivilant to teespring.com/design proces. I would like to integrate this into a Wordpress. Send me demo url if you have done with this similar project.
Work within our widget sets to make various changes to code, style and layout. Continuing project from previously posted projects. Review in more detail there.Work within our widget sets to make various changes to code, style and layout. Continuing project from previously posted projects. Review in more detail there.
contact me in sky pemohd.alaskarfor T-shirt designing tool in HTML5contact me in sky pemohd.alaskarfor T-shirt designing tool in HTML5
NA
Task manager desktop application was created for windows OS, with abilities to list the running processes, kill process, or start a new process.<br />o Coded in Visual Basic<br />o Visual Studio 2010
NA
Objective of this project was to develop a networking application, which allows communication between two users.<br />Functionalities in the game:<br />o Coded in Java<br />o Two player game<br />o Online gameplay
PIEAS
Purpose of my final year project during BS (CIS) was to develop a System to automate office work in an organization (DSD) of PAEC. Reports system, leave system, employee data management system etc. were automated.<br />Main objectives of this project were:<br />o To get rid of the old fashioned record keeping system, to save time and resources<br />o To concentrate on complete automation<br />o Better maintenance of data so that it can be retrieved easily<br />o To reduce the manual work done by the staff<br />Following technologi
NA
This web application provides chat facility to the visitors.<br />o Visual Basic .Net<br />o Session management techniques were used.
Bachelor of Science in Computer Information Systems (BSCIS)
2008-2012
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
| content | aux0 | aux1 | aux2 | aux3 | aux4 | aux5 | aux6 | aux7 | aux8 | aux9 |
|---|
Foundation vWorker Member
I am a computer science graduate with the following skills.\n\nAdvanced Level:\n\nASP.NET, VB.NET , PHP, HTML5/CSS3 (+ Canvas) \nHTML/XHTML/CSS, JavaScript, JQuery, AJAX\n\nMySQL , ORACLE\nC/C++,Java\n \n\nTools:\n\nVisual Studio 2010, 2008, Net Beans, Eclipse, JCreator, Adobe Photoshop, Microsoft Visio, Codelobster
As you use Freelancer.com to complete work, you'll earn badges which appear on your profile.
Elite Badges are very difficult to obtain, obtainable by only our most dedicated users.
Pro Badges are somewhat uncommon but still obtainable with little effort.
Standard Badges are common and easy to obtain.
Freelancer.com (formerly GetAFreelancer, Scriptlance and vWorker/Rentacoder) is the world's largest freelancing, outsourcing and crowdsourcing marketplace for small business. Hire freelancers to work in software, writing, data entry and design right through to engineering and the sciences, sales and marketing, and accounting & legal services.
Find freelance jobs and make money online! We have freelance coders, writers, programmers, designers, marketers and more. Getting the best web design, custom programming, professional writing or affordable marketing has never been easier!
© Copyright 2013 Freelancer Technology Pty Limited (ACN 142 189 759)
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)