Tuesday, April 30, 2013

How to Play a Video in windows Application and web application

How to Play a Video in windows Application and web application


How to Play a Video in windows Application and web application

Posted: 28 Apr 2013 09:05 PM PDT

Today i want to present a topic regarding about playing video files in your Windows Application and as well as Web Application.This topic covers how to add a reference Media player dll to your project,what are the propeties that we can set to the windows Media player Control in Windows Application.How to stop the video in Windows Media player.How to embed the source of Object in your webpage These are the topics i will describe in this article with snippet of code lines.

Working with PreviousPage method of the page

Posted: 29 Apr 2013 04:35 AM PDT

In this article we will discuss one of the way of accessing the controls and the variable of the previous page in the next page.We will see it with the help of PreviousPage property. We are going to see it with the help of an example.

MVC interview questions

Posted: 29 Apr 2013 07:56 AM PDT

It is collection of MVC interview questions which I have faced in different technical interviews in various companies. You should be aware of differences and similarities among various versions of MVC. It will help you in tracking purpose of having new templates which are introduced in MVC.

C#, VB.NET, ASP.NET, SQL Server Jobs

C#, VB.NET, ASP.NET, SQL Server Jobs

Link to .NET Jobs

Gussmann Software Technologies is looking for Junior and Senior software developers

Posted: 24 Apr 2013 01:45 AM PDT

Work in concert with a team of software developers. Participate in full software development lifecycle: analyzing requirements, developing designs, implementing and testing software/web applications using Classic ASP, ASP.Net, VB.Net, JavaScript, HTML, and SQL. Work with the team to design and develop software applications. Contribute to development of life-cycle documentations and specifications. Perform integration testing. Ability to perform analysis and resolution of software ...

SMR Group looking for .Net Tech Lead

Posted: 28 Apr 2013 01:08 AM PDT

4+ years of in-depth experience in object oriented business application design and development with .NET using VB.net/C# .Net 3.5, .Net 4.0, SQL Server 2005/2008 or MySQL 5.5 and above Should have worked extensively on Production systems (not maintenance) Responsible for the design of high performance solutions in .Net / SQL Server platform. Strong in Design Patterns and Solid understanding of Object Oriented programming theory and techniques Exposure to DB programming including ...

Monday, April 29, 2013

How to implement hover functionality using JQuery?

How to implement hover functionality using JQuery?


How to implement hover functionality using JQuery?

Posted: 20 Apr 2013 11:58 PM PDT

Through hover functionality behavior can be implemented to an element during the time when the mouse is within the element. It is very simple lines of code and can be used in many applications including MVC4.0

How to test web api of MVC4.0 through Fiddler?

Posted: 21 Apr 2013 12:03 AM PDT

If you are able to monitor your client/server traffic then you can set a breakpoint on the response then fiddle with it before sending it on to the client. You can test data which is returned as result set and also check for the status code for good and bad data.

Introduction to SqlBulkCopy

Posted: 21 Apr 2013 01:54 AM PDT

I have demonstrated simple example of SqlBulkCopy and how it can be used. Data transfer will be easy with the help of SqlBulkCopy. Everytime it initializes a new instance of the SqlBulkCopy. Manual data transfer can be automated using this code.

How to pass id for delete operation using JQuery in MVC4.0 application?

Posted: 21 Apr 2013 02:00 AM PDT

Delete operation is common utility in every application hence I have tried to make it simple by passing id which we want to delete. It has been done through jquery. jQuery.ajax() which performs an asynchronous HTTP (Ajax) request is included in this article.

Account Information System (Practical usage of Views Cursors and Temp Tables)

Posted: 21 Apr 2013 10:49 AM PDT

When we are working with any of the following domain projects mainly (Agriculture Sector or Banking Sector).We came to hear a word called Account Information System. So how to work with Account Information System. I want to discuss in this Article.And many programmers think why we need to use cursors if there are suitable alternatives are available.This article will highlight the importance of views and cursors in sql batch programming.

Review on ASP.NET 3.5 for Dummies

Posted: 22 Apr 2013 07:53 PM PDT

This Article is all about Review on the book ASP.NET 3.5 for Dummies.Recently i came across this book. Really a excellent book for beginners and also for Advanced user. More over this is from Wiley Publications

Updating the Configuration file settings from code behind.

Posted: 23 Apr 2013 03:56 AM PDT

In this article we will discuss how can we access the configuration files section in the code behind pages and then how can we do the changes in the sections we read. In this article I will show you how to update the Sessionstate, compilation and the themes settings in web.config from code behind.

Adding the settings in the Configuration file from code behind.

Posted: 23 Apr 2013 04:01 AM PDT

In this article we will discuss how can we access the configuration files section in the code behind pages and then how can we add the settings in the configuration sections. In this article we will add the settings in appsettings and connectionstring in web.config file from code behind.

Simple Textbox Textchange event example

Posted: 23 Apr 2013 07:51 AM PDT

In this article I'm going to explain Text change even of text box control using asp.net. Just drag and drop one text box and label control from toolbox and then change this control name into txtName and lblResult.

How to Write Inline SQL-Queries in DataContext Class

Posted: 23 Apr 2013 09:59 PM PDT

For a new programmer in Linq writing Complex Linq queries like Joins for multiple tables , using Lambda expressions and preparing dynamic queries is a bit difficult thing.Because he/she is not Used to it.For all those Programmers this article will give some relief and they can write ordinary queries and execute in datacontext to get Object as resultset.This Article will demonstrate how to use these Methods. I will illustrate with snippet of Code Lines.

Creating LINQ queries to access the data from class.

Posted: 24 Apr 2013 02:51 AM PDT

In this article we are going to discuss that how we can create the LINQ queries and then with the help of those queries how can we access the data from a class. We will see it with the help of an example of Employee table.

Creating LINQ queries to access data from XML file.

Posted: 24 Apr 2013 02:53 AM PDT

In this article we are going to discuss XML in LINQ.We will see how we can create the LINQ queries for accessing the data from a XML file and then show the data in the gridview according t othe specific where clauses.We will see it with the help of an example.

New features of c# 4.0

Posted: 24 Apr 2013 08:48 PM PDT

This Article basically covers on the New Features that are added to c# 4.0. We will cover this in details with examples for each and every future that we are going to look in. The new features will help us in doing our code quickly with ease.

Serialization and Deserialization in C#.Net

Posted: 25 Apr 2013 07:26 AM PDT

In this article I will explain basic concept of serialization and desalinization with an example. Here I will explain how to convert a csharp object to xml and vice-verse. But why do I need to Serialize them? The below example answers the above question.

How to create table in sql server 2005?

Posted: 27 Apr 2013 06:29 AM PDT

In this article, I have mentioned syntax of sql server 2005. It will be helpful for SQL server 2005 beginners. Data Manipulation Language (DML) is easy to use and understand.

Sunday, April 28, 2013

WCF - A Service Oriented Architecture (SOA)

WCF - A Service Oriented Architecture (SOA)


WCF - A Service Oriented Architecture (SOA)

Posted: 19 Apr 2013 07:49 AM PDT

In this article I will explain the basic concept of .Net's WCF framework, You might have know or heard about Service oriented Architecture, but have you experienced it with an example? . Here I will explain the SOA by taking WCF as an example.

JQuery interview questions

Posted: 20 Apr 2013 11:53 PM PDT

This article is a collection of interview questions of JQuery. JQuery questions article include basic to advanced ones and have mixture of easy, medium, difficult levels. If you wish to explore in JQuery area then you can find answers and post those answers here so those will be helpful for all readers.

Saturday, April 27, 2013

How to use Marquee Tag in an HTML Web Page.

How to use Marquee Tag in an HTML Web Page.


How to use Marquee Tag in an HTML Web Page.

Posted: 19 Apr 2013 03:40 AM PDT

Marquee Tag is used to create a moving text or image on your web page like the one seen on TV news scrolling. The <marquee> and </marquee> tags are used for this effect.You can also use some java script code to change the effects of this moving text or image.

Consuming WCF Service in BizTalk 2010 Orchestration

Posted: 19 Apr 2013 07:25 AM PDT

In this article I will show how to consume WCF Services in BizTalk 2010 Orchestration in a Step by Step manner, Before consuming WCF in BizTalk, you should be aware of how to create and host WCF services.

How to Format Date and Time in Visual Basic.Net

Posted: 20 Apr 2013 11:37 AM PDT

In this article I am going to show you how you can use different formats of date and time in Microsoft Visual Basic.Net. All you need to do is to create a form and place a Text Box and a Button on it and write the code on the click event of the button as shown.

Saturday, April 20, 2013

C#, VB.NET, ASP.NET, SQL Server Jobs

C#, VB.NET, ASP.NET, SQL Server Jobs

Link to .NET Jobs

Zeeboombaa Manpower hiring for US client, Senior .Net Developer - Freelancer Position

Posted: 13 Apr 2013 08:55 PM PDT

Qualification: BE,BCA, B.Tech, M.C.A, Msc (IT) Exp : 6 -7 Yrs in .Net / Web based Experience in architecting solutions and also hand on coding. Openings for Freelancer position only Salary:INR 2,00,000 - 3,50,000 P.A Industry:IT-Software / Software Services Functional Area:IT Software - Application Programming, Maintenance Role Category:Programming & Design Role:Software Developer Keyskills:Net frame work, ASP.Net, C#, XML, XSL, Sql Server Development, asp.net c# sql

3i Infotech Limited looking for .Net professionals

Posted: 13 Apr 2013 09:02 PM PDT

3i Infotech Chennai requires Dot Net developers / Senior Dot Net Developers, below is the job description, * 3 to 7 years of relevant Dot Net development experience * Strong hands on experience in any Dot Net technology, Asp .Net, C# .Net, ADO .Net, VB .Net * Good communication skills * Should be able to join us in 30 days ( Max ) Salary:Not Disclosed by Recruiter Industry:IT-Software / Software Services Functional Area:IT Software - Application Programming, Maintenance Role ...

SolarWinds looking for Senior Developer

Posted: 13 Apr 2013 09:27 PM PDT

The Senior C# / .NET Developer is an individual contributor on a development team and is responsible for the design and development of one or more product features. The position requires a self-motivated individual with strong design and coding skills and the ability to work well within a team. Responsibilities: - Design and implementation of one or more products / modules in .NET framework - Participation on development of various aspects of the product (business logic, database, ...

Spiro Management Consultants hiring Asp.net Developer for Chennai client

Posted: 14 Apr 2013 12:07 AM PDT

Note: Have to take Face to Face Interview on Saturday. Notice Period Maximum 30 Days Job Description : 3 to 7 years of experience in Dot net (3.5 or 4.0) programming Strong in developing Web Application using C#, Asp.Net with SQL Server. Exp in implementing technologies like MVC, Entity Framework, WCF and XML. Databases MS-Access, MS-SQL Server 2000 / 05/ 08 Desired Candidate Description : Design & Develop .net based Web Application. Should have experience of ...

Inatech Infosolutions (P) Ltd looking for Asp.net developer

Posted: 14 Apr 2013 12:24 AM PDT

Total Exp: 4-8yrs Relevant: 4+yrs Location: Chennai Job Description: Competence Hands on knowledge on SDLC process. Good problem solving and troubleshooting skills in a fast-paced technical environment. Good communication skills, both verbal and written. Ability to work as a key team player through collaboration, training and mentoring. Ability to work with business stakeholders to identify needs and apply appropriate technical solutions. Experience in Build, Releases and ...

Systems Technology Group Invites Senior Dotnet Professionals

Posted: 14 Apr 2013 12:36 AM PDT

Technical skill set: 1) Must have atleast 4-5 years of .NET, Classic ASP, SQL programming experience. 2) Experience in Asp.net with VB.NET as language. (.NET 2.0, 3.5) 3) Database experience : Oracle and/or SQL Server 4) Good knowledge in Architectural and design patterns 5) Excellent knowledge in tools usage, debugging and analysis

Vbridge Consulting looking for Asp.net Developer

Posted: 14 Apr 2013 12:49 AM PDT

Looking for 5+ yrs consultants, good at Enterprise level software development experience using VSStudio2010,.NET 4.0 ASP.NET 4.0,WCF, Silverlight, IIS 7, AJAX, Jquery, MVC 3.0

Friday, April 19, 2013

How to display data of the model using foreach in view (.cshtml) in MVC4 razor application?

How to display data of the model using foreach in view (.cshtml) in MVC4 razor application?


How to display data of the model using foreach in view (.cshtml) in MVC4 razor application?

Posted: 07 Apr 2013 08:33 AM PDT

Are you looking for the code to bind data from model to view in MVC4 razor application? This article will be helpful for you to learn how to bind model data to view in AVC4 razor using .cshtml.

Justify Objects are of Reference types

Posted: 10 Apr 2013 04:08 AM PDT

This post is especially for .net newbies , In this article I will justify how objects are reference types, We would have learnt that objects and strings are references types, Lets practically see how objects are reference types.

SharePoint 2010 WorkFlow

Posted: 10 Apr 2013 05:18 AM PDT

In this article I will explain what are the enhancements in Workflow in SharePoint 2010 than in previous version of SharePoint. Workflows help to automate business process,The workflow feature in SharePoint Server 2010 enables solution architects ,administrators and designers to improve business processes Workflows in SharePoint are reusable too.

Catch Live Cricket Scores in your Website with ASP.NET Programming

Posted: 10 Apr 2013 09:40 AM PDT

.Net Programming will be fun only when you work with an interesting topic with fun you can acquire some knowledge about the technology and can use it in multiple scenarios.In this article i want to discuss such a topic which is entertainment and this can be implement for many scenarios.I am about to discuss with you regarding access of the other website contents in your website(Consume the website information only after acceptance of copy right laws from the original website owners).

What's new in ASP.NET 4.0 ?

Posted: 11 Apr 2013 10:36 AM PDT

Hi friends, Here I am going to illustrate some new features of ASP.NET 4.0.Below are few topics that I have covered . Changes to Core Services -: 1) Extensible Output Caching, 2) Shrinking Session State, 3) Performance Monitoring, 4) Permanently redirecting a page, Changes to Web forms :- 1) Better control of the viewstate, 2) Setting MetaTags, 3) Chart conrol, 4) Routing

How to create Animation (Fade in & Fade out) in Visual Basic.Net

Posted: 13 Apr 2013 10:07 AM PDT

How to create Animation (Fade in & Fade out) in Visual Basic.Net. We will be using three timers for this animation. We will be actually changing the opacity of the form for this animation. We are actually using conditional statements to check the opacity of the form for this animation in VB.Net.

Basics of Model-View-Controller (MVC4)

Posted: 13 Apr 2013 11:58 PM PDT

Description:Followings tips will be helpful for you at the time of making application using MVC4.0 where you have to take multiple controls. If you are beginner then you can easily use these tips as per requirements.

Bind Excel data to Dataset

Posted: 14 Apr 2013 09:04 AM PDT

In this article, I will explain how to bind Excel data to Dataset. Using System.Data.OleDb namespace, connect excel and retrieve Excel data and bind it to dataset. I am passing connectiong to the OleDbConnection object conn and then I am creating an object for OleDbDataAdapter where I am passing the select statement to fetch the Sheet1 data. Then I am creating dataset dsEmployee which is filled with the excel data by OleDbDataAdapter fill method.

How to Control Microsoft Excel 2007 workbook and write contents from Visual Basic.Net

Posted: 14 Apr 2013 10:52 AM PDT

How to Open an Excel workbook and write contents from Visual Basic.Net. We need to add two references to our project. First one is Microsoft Excel 12.0 Object library and second one is Microsoft.Office.interop.

Bind Checkbox column in Datagridview based on Datatable

Posted: 15 Apr 2013 09:33 AM PDT

In this article, I will explain how to Bind Checkbox column in Datagridview with datatable. First i am creating a datatable and adding some sample data and then i am binding the datatable to datagridview. I am also binding checkbox column to the datagridview and based on datatable values the checkbox values will be shown.

How to Install Proteus on windows 7

Posted: 15 Apr 2013 11:30 PM PDT

Are you looking for installation of Proteus on windows 7? If yes then read this articles for full Information, In this article I will tell to you how to Install Proteus on Windows 7 with successive steps. Kindly read details.

How to create Dynamic Controls in VB.Net.

Posted: 17 Apr 2013 10:36 AM PDT

In this article I am going to show you how you can create Dynamic Controls like Text boxes, Buttons, Labels etc in Microsoft Visual Basic.Net.First create three buttons on a form and change their text property to Create Button, Create Text box and Create Labels and write the code as mentioned on the click events of these buttons.

How to use Tree View in Microsoft Visual Basic.Net

Posted: 18 Apr 2013 12:06 PM PDT

In this post, I am going to show you how to use Tree View in Microsoft Visual Basic.Net.For this project you need to place a tree view control from the tool box on the form and place a Button on the form and write the following code in the click event of the button.

Wednesday, April 17, 2013

I need a Iphone App (game) Created by jachockey1212 - (Labels: Lastest Jobs)

I need a Iphone App (game) Created by jachockey1212 - (Labels: Lastest Jobs)


I need a Iphone App (game) Created by jachockey1212

Posted: 16 Apr 2013 09:39 PM PDT

I need a app that is like any of the zynga "With Friends" apps. Called Movie King! The game goes like this first you make a party Max: 8 Min: 2. Here is how the game is played. The person who starts will chose a movie any movie... (Budget: $250-$750 USD, Jobs: C Programming, C++ Programming, iPad, iPhone, Mobile Phone)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Website for Tours, Hotels and Airport Transfer in Turkey(Country) by volkan1984

Posted: 16 Apr 2013 09:39 PM PDT

Dear Freelancers, I need a website that will be tours, hotels and airport transfers in Turkey. It won't be Joomla or Wordpress Template basically not ready template, it will be php, SEO FRIENDLY and my design with Control Panel... (Budget: $200-$300 USD, Jobs: Graphic Design, HTML, PHP, Website Design)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Video Editor for Series of Metaphysical Lectures by robertwallace

Posted: 16 Apr 2013 09:39 PM PDT

I have (6) 1-hour videos (average)(45min-110min) that were recorded against a green-screen and they need the following: I am looking for an experienced video editor who can help enhance video lectures to self-help/metaphysical demographic... (Budget: $30-$250 USD, Jobs: Video Services)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Make FFMPEG convert videos from all formats without truncating the videos or failing to encode it by miguelitobarraza

Posted: 16 Apr 2013 09:37 PM PDT

FFMPEG IS having issues on encoding certain videos, they appear truncated after encoding for example. I need to add code that will fix this issue in my sites that use FFMPEG (Budget: $30-$100 USD, Jobs: Linux)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Innovative product for sale by hkual

Posted: 16 Apr 2013 09:36 PM PDT

Someone to sell innovative product as seen in the video at https://www.youtube.com/watch?v=YMUNPnEg5-0. I have stock of 150 pcs (Budget: $250-$750 SGD, Jobs: Marketing, Sales)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Graphic Design for Folder Cover Sheet by LouiseWhitten

Posted: 16 Apr 2013 09:35 PM PDT

My job involves taking my existing Front Cover Page and spine cover and professionalising it. I have the images and brand Guide (see attached). I� ve attached the existing documents. Prices under $80.00... (Budget: $30-$250 USD, Jobs: Graphic Design)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Lab report: Preparation of Acetylsalicylic Acid (ASPIRIN) by zizowael

Posted: 16 Apr 2013 09:34 PM PDT

Guidance on Formal Report on Experiment :Preparation of Aspirin The following sections should be included 1 A brief history of aspirin, outlining how it was developed from early herbal medicines derived from plant sources... (Budget: £70-£250 GBP, Jobs: Academic Writing, Chemical Engineering, Engineering, Report Writing, Technical Support)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Make some modifications to my site by CastorTroy80

Posted: 16 Apr 2013 09:34 PM PDT

I have a website carrosusados com mx and need this: Changes are basically here carrosusados.com.mx/anunciar a) I need the images to appear below the social buttons and a bit bigger than the actual size... (Budget: $30-$250 USD, Jobs: MySQL, PHP)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Academic writing for new website - repost by mandocontrol

Posted: 16 Apr 2013 09:34 PM PDT

Hi, For some new domains i am looking for new writers. All articles have to be writen very informative and should be giving people a better understanding about the subject. You have to be absolute pro in research!! All content should be 100 % original... (Budget: $30-$250 USD, Jobs: Academic Writing, Article Rewriting, Articles, Blog, Technical Writing)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

2D \"rockstar\" character animation by marathonagency

Posted: 16 Apr 2013 09:33 PM PDT

Looking for a collaborative partner to do character animation for a ~60 second motion graphics presentation. You will be animating a rockstar-guy who is hopping into, and out of, band posters (with all sorts of cool illustration) as he talks about a service for musicians... (Budget: $1500-$3000 USD, Jobs: After Effects, Animation)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

SEO work needed for Math related website by jashan261185

Posted: 16 Apr 2013 09:30 PM PDT

Hello guys, I am looking for seo specialist to work on my math related wordpress blog. I may hire you for month or so to check your work and then I can consider you for long term if I really like your work... (Budget: $30-$250 USD, Jobs: Link Building, SEO)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

iscripts backupper test functionality by travisty

Posted: 16 Apr 2013 09:26 PM PDT

The software is already installed by iscripts, I need someone to test the service & repair anything that is not working correctly. this includes checking the entire backend for all admin functions to... (Budget: $100-$500 USD, Jobs: Script Install, Software Testing)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Drupal to WP Theme & Views adaptation by RedPixelNY

Posted: 16 Apr 2013 09:26 PM PDT

Looking for someone who is really good at Drupal, WordPress and CSS. The job is to convert a Drupal theme to WP theme. There are certain views used in the Drupal theme, which has to be achieved in WP also... (Budget: $30-$120 USD, Jobs: CSS, Drupal, HTML, PHP, Wordpress)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Brewery Logo Design by womball

Posted: 16 Apr 2013 09:24 PM PDT

I'm looking for a logo design for new brewery. Needs to be an aviation theme to match some of my beer names with the title of "Lofty Heights Brewery" dominate and incorporating Barley/Hops in the picture (if possible) ... (Budget: $30-$250 AUD, Jobs: Graphic Design, Logo Design)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Simple ringtone app by zagorot

Posted: 16 Apr 2013 09:24 PM PDT

Hi Guys, It's a soundboard app, for quick set sound as ringtone/notification/alarm. Desired outcome: - support android 2.2+ devices, and most screen resolutions. - offline mode: all sounds can... (Budget: $30-$250 USD, Jobs: Android, Mobile Phone)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

can do good detailed work by nisgat

Posted: 16 Apr 2013 09:22 PM PDT

need a project where need a detail eye ,checking things where needs to be perfect fill in the information accuretly. (Budget: $10-$20 SGD, Jobs: Data Entry, Excel, Microsoft Access, Powerpoint, Word)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Top 5 of Google for Main 10 KWS by b3dmarketing

Posted: 16 Apr 2013 09:21 PM PDT

Website is almost 1 year old. It is already ranking first page for most of these keywords. I want to get some new ones in the top 5 and improve rankings on some of our other keywords. y. (Budget: $100-$250 USD, Jobs: Internet Marketing, Web Security)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Fix errors on my website by justlocal

Posted: 16 Apr 2013 09:21 PM PDT

website - www.just-local.com.au We need many small things fixed on this website - most of these errors were left from a previous freelancer who did not complete the job. 1. We need to be able to edit our Business Profile pages from the front end of the website... (Budget: $30-$250 AUD, Jobs: Graphic Design, HTML, Joomla, PHP, Website Design)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

PSD to htmls conversion by carvingweb

Posted: 16 Apr 2013 09:21 PM PDT

Looking for someone on longterm basis to conver PSD to HTML. This is a trial project and if you do a good job regular work is guranteed. We have three PSDs to be converted to html with CSS. The Budget is 30USD that is 10USD per PSD... (Budget: $30 USD, Jobs: CSS, PSD to HTML)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Image editer/ Designer Needed. by MattyTee

Posted: 16 Apr 2013 09:21 PM PDT

I am looking for someone to make a background and logo for my project. The background is to be of an alleyway. The more realistic the better. The background: The background theme is an alleyway, New York style... (Budget: $750-$1500 AUD, Jobs: Graphic Design, Logo Design, Photoshop)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Tuesday, April 16, 2013

I need an SEO Professional To Build Some Links For Me by SEOPROZ - (Labels: Lastest Jobs)

I need an SEO Professional To Build Some Links For Me by SEOPROZ - (Labels: Lastest Jobs)


I need an SEO Professional To Build Some Links For Me by SEOPROZ

Posted: 10 Feb 2013 12:29 PM PST

Hello I am looking for someone who can build links for me to numerous sites that are relevant to the topics I send you. These need to be pr2+ and follow the latest guidelines They must be manually submitted... (Budget: $30-$250 USD, Jobs: Internet Marketing, Link Building, Marketing, SEO)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Jquery Expert, Smooth Image Animations and loading by remainhere

Posted: 10 Feb 2013 12:28 PM PST

I need someone that is an expert with javascript, preferably experience with animations using javascript. This project needs to be completed ASAP. It's for one page of a website, which has individual div's for different sections, and each div contains images that have relative positioning... (Budget: $30-$250 USD, Jobs: Javascript, jQuery / Prototype)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Amazon.de Testberichte schreiben by mania190

Posted: 10 Feb 2013 12:26 PM PST

Hallo, es sollen div. Testberichte zu Amazon.de Produkte geschrieben werden der einen detaillierten � berblick über das Produkt gibt und sämtliche Punkte, die für eine Kaufentscheidung wichtig sind, in den Vordergrund stellt... (Budget: €30-€250 EUR, Jobs: Articles, Copywriting, eBay, Product Descriptions, Reviews)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

<font color="#FF0000"><b>Deleted</b></font> project #4231748 by patpoblete

Posted: 10 Feb 2013 12:26 PM PST

N/A (Budget: $30-$250 USD, Jobs: Embedded Software, Mac OS, PHP, Script Install, Twitter)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Theme creation by utdweekly16

Posted: 10 Feb 2013 12:25 PM PST

I need someone who will make a theme similar to either this theguardian.com or this thebusbybabe.com (take your pick). This should be a design for this website, which is hosted on wordpress (though moving... (Budget: £20-£250 GBP, Jobs: CSS, HTML, Website Design, Wordpress)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Hidden auto like script - "Bypass facebook spiders" by mohamedkamel85

Posted: 10 Feb 2013 12:25 PM PST

Hello, I have a website and I tried the autolike script with the hidden autolike that follows the cursor, but unfortunately facebook banned my URL. Then I made another website, encoded the autolike... (Budget: $30-$250 USD, Jobs: Graphic Design, HTML, PHP, Website Design)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Need a Very Good PHP Developer for an Important Task right now. by tammabattulab

Posted: 10 Feb 2013 12:24 PM PST

Need some urgent help to fix a few things on our website. This should take a few hrs for the right person. The coupon feature on our website does not properly. We need the coupon code entered applicable to only the costs of the item and shipping costs or Tax cost should not be included... (Budget: $25-$50 USD, Jobs: MySQL, PHP, Software Architecture)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Create a Feature which Allows a Client to Create His/Her Own Seal Design - repost by OCEExpert

Posted: 10 Feb 2013 12:24 PM PST

Simple Project - Create a 1 (ONE) Page Website that Consists of Software which Allows a Client to Design a Corporate Seal Example of Seals - to be customizable by clients via editing/software feature: www.onesourcegraphics.org Hello, Thank you for your interest... (Budget: $250-$750 USD, Jobs: Software Architecture)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

debugging and complete website (gamelock) by zouba10

Posted: 10 Feb 2013 12:19 PM PST

hi, I search a person for debugging a website and complete some simple features. Website is in french and i look for person who can do it in french. I look for longterm partner ship. Thanks... (Budget: $30-$250 USD, Jobs: Graphic Design, HTML, MySQL, PHP, Website Design)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

<font color="#FF0000"><b>Deleted</b></font> project #4231716 by mohamedkamel85

Posted: 10 Feb 2013 12:18 PM PST

N/A (Budget: $250-$750 USD, Jobs: Graphic Design, HTML, PHP, Website Design)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Scraping site asp - php - repost 2 by lucianoromo

Posted: 10 Feb 2013 12:17 PM PST

I know that you did this proyect: "We have this page http://procesos.ramajudicial.gov.co/consultaprocesos/consultap.aspx and I need sutmit the form on this page using php curl and then I need print... (Budget: $250-$750 USD, Jobs: Perl, PHP)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Need best in class copyeditor and proofreader for my Lifestyle Book by shivrajv

Posted: 10 Feb 2013 12:17 PM PST

Hello, If you are a best in class copyeditor and proofreader with excellent references, please feel free to contact me. I am in the midst of completing my Book in the LifeStyle category and would like... (Budget: $250-$750 USD, Jobs: Article Rewriting, Book Writing, Copywriting, Ghostwriting, Proofreading)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Website Maintenance - Update by BusinessDev2013

Posted: 10 Feb 2013 12:17 PM PST

This project is to get some sites online; i need some tweaking. I have a members system to link upto the design and i will provide the winning bidder with plenty more work. I have plenty of sites that need sorting... (Budget: $30-$250 USD, Jobs: CSS, HTML, PHP, Wordpress)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

SEO-Link Building-Article and Press releases by Rsigns1

Posted: 10 Feb 2013 12:16 PM PST

I am looking for a reliable SEO person or team to work with. I have multiple websites with require similar SEO work. The primary means of SEO i am interested in is. +Focused Link Building (white hat,... (Budget: $30-$500 USD, Jobs: Article Submission, Articles, Link Building, Press Releases, SEO)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Looking for a copywriter to provide high quality content by krinal

Posted: 10 Feb 2013 12:15 PM PST

Looking for a copywriter who can provide high quality articles at affordable rates. We have bulk assignments for someone who has the right skill set and can write for web. Native US writers preferred. The articles written will be primarily used for Guest Posts on high authority blogs... (Budget: $30-$250 USD, Jobs: Articles, Copywriting)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Seo Expert with Excellent Experience by samuk47

Posted: 10 Feb 2013 12:15 PM PST

Experienced person need to optimize new website (1year old). Website have good alexa ranking. Keywords are, Fancy dress, costumes, fancy dress costumes, Halloween costumes, Halloween fancy dress, Christmas... (Budget: $2-$8 USD, Jobs: Advertising, Internet Marketing, Link Building, Marketing, SEO)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Translation by JasonLevy

Posted: 10 Feb 2013 12:15 PM PST

I created a website in 3 languages for my client ( French, English and Russian ) but I don't know Russian language (only my client does but doesn't have the time to do it) and google translate doesn't seem to do a good job yet... (Budget: $30-$250 USD, Jobs: Article Submission, Translation)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Need a Webmaster to optimize my Prestashop Slow SQL queries and website performance by kanarywatches

Posted: 10 Feb 2013 12:13 PM PST

Hello experts, My website is running Prestashop 1.4 and It's shared on a powerful VPS But lately after it's receiving an increasing number of visits because of Adwords, it's suffering from slow performance and potentially 503 errors... (Budget: $30-$250 USD, Jobs: MySQL, PHP, Prestashop, Software Architecture, Web Hosting)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Facebook unique ips vote needed by boinc

Posted: 10 Feb 2013 12:12 PM PST

I need 1000 votes, from 1000 thousand different ips/facebook accounts for an online contest. All fbook accounts must be legit. The voting system asks first to click on a link, then connect on fbook account to enter the vote... (Budget: $30-$250 USD, Jobs: Facebook, Social Networking)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Private modification by ryohnosuke

Posted: 10 Feb 2013 12:10 PM PST

plugin name imageworkshop 1, image url will enter manually in textbox with every post. same like screenshot which i gave you 2, there will be two custom field 3, image size will set from settings section 4, in front end user will use custom field and according to the size define... (Budget: $30-$250 USD, Jobs: MySQL, Wordpress)

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]