New WordPress Site Needed 2

New WordPress Site Needed 2
Hello,

My name is Michelle and I need a new WordPress site done. I’m a copywriter/marketer. I’m NOT a designer or techie, so I need some help with this.

Specifically, I need:

1. All pages (except the blog page) to look like a regular web page WITHOUT the sidebar.

2. I’d like to be able to upgrade to the newest version of WordPress in the future without problems.

(My current site is a WordPress site, but the code was modified to my specifications and now I can’t automatically upgrade to the latest version of WordPress without hiring someone to do the whole thing over.)

3. A custom-designed header and footer.

4. I love the colors I currently have on my site (green and beige) and want to keep them but would like to add purple as an accent color. I’d like the site to have a feminine feel.

I will provide the link to my site once the programmer has been selected.

5. I’d like to be able to put a YouTube video on the homepage (and elsewhere if necessary) — preferably on the left-hand side.

6. My AWeber opt-in form needs to be placed on the right-hand side of the home page, to the right of the YouTube video. I’ll need fields for the visitor’s name, e-mail address, snail mail address and phone number in the opt-n form.

I’ll also need a bold, black dashed line around the opt-in form similar to the dashed line you see around coupons you’d cut out of a newspaper or shopper.

It’s currently in my header graphic, but needs to be moved into the body of the home page. Again, I’ll provide a link once the programmer is selected.

7. I need the newest version of Wishlist (the WordPress membership plugin) installed and integrated with my new WordPress site.

AWeber and PayPal also need to be integrated with Wishlist.

8. I need Google Analytics installed on my site.

9. I need Askimet (the spam blocker plugin for WordPress) installed on my site.

10. I’d like the Twitter plugin installed so that I can have the “Retweet” icon on my Facebook page and blog page.

11. I need “Connect With Us!” icons for Facebook, Twitter, YouTube, LinkedIn and an RSS feed.

12. I need to be able to control which pages appear on the navigation bar and be able to upload “hidden” pages — pages which someone can only see if I’ve given them the link.

I look forward to hearing from you!

Sincerely,
Michelle

CodeIgniter from Scratch: Extending the Framework

CodeIgniter from Scratch: Extending the Framework

In today’s screencast we are going to learn how to create our own helpers and libraries. We are also going to learn how to extend the existing helpers and libraries that come with CodeIgniter. At the end of the tutorial we will extend the Form Validation library to give it the ability to check for password strength.


Catch Up


Day 13: Extending the Framework



Quick Tip: An Introduction to jQuery Templating

Quick Tip: An Introduction to jQuery Templating

JavaScript Templating is a neat idea: it allows you to easily convert JSON to HTML without having to parse it. At Microsoft’s MIX10 conference, they announced that they are starting to contribute to the jQuery team. One of their efforts is to provide a templating plugin. In this quick tip, I’ll show you how to use it!

You’ll need the data to template; you’ll likely retrieve JSON from your server; of course, Object / Array literals work just as well, so that’s what we use:

var data = [
		{ name : "John",  age : 25 },
		{ name : "Jane",  age : 49 },
		{ name : "Jim",   age : 31 },
		{ name : "Julie", age : 39 },
		{ name : "Joe",   age : 19 },
		{ name : "Jack",  age : 48 }
	];

The template is written in <script type="text/html"></script> tags; for each item in your JSON, the template will render the HTML; then, it will return the entire HTML fragment to you. We can get to the JavaScript values from within the template by using {% and %} as tags. We can also execute regular JavaScript within these tags. Here’s our template:

<li>
	<span>{%= $i + 1 %}</span>
	<p><strong>Name: </strong> {%= name %}</p>
	{% if ($context.options.showAge) {  %}
		<p><strong>Age: </strong> {%= age %}</p>
	{% } %}
</li>

To render the data with the template, call the plugin; pass the data to the plugin method; you can optionally pass in an options object as well. (These aren’t predefined options; they’re values you want to use within the template, perhaps for branching.)

$("#listTemplate").render(data, { showAge : true }).appendTo("ul");

It’s that easy! Have fun with it! You can get the complete code for this quick tip on Github



Article Writing On Design #2

Article Writing On Design #2
This is the 2nd of both my article projects. I am looking for two dependable writers to help me develop my content. Each project I will select a different provider so the articles differ slightly in writing style.

I require 10 high quality articles written on any subject which falls into the categories of web design, web development, jquery or mootools.

I have a couple of keywords which I’d like included in some of the articles.

Writer must be able to speak and write fluidly in English.

Articles will be checked using copyscape so please no copy/paste providers. You are welcome to use other articles for ideas but I don’t want to be sent 10 articles which have been ripped off someone elses website/blog.

This will be on-going work if you do a good job.

I am looking for good communication, quality results and of course a fair price.

Article Writing On Design

Article Writing On Design
I require 10 high quality articles written on any subject which falls into the categories of web design, web development, jquery or mootools.

I have a couple of keywords which I’d like included in some of the articles.

Writer must be able to speak and write fluidly in English.

Articles will be checked using copyscape so please no copy/paste providers. You are welcome to use other articles for ideas but I don’t want to be sent 10 articles which have been ripped off someone elses website/blog.

This will be on-going work if you do a good job.

I am looking for good communication, quality results and of course a fair price.

Need 6 Quick Joomla Sites

Need 6 Quick Joomla Sites
Hello,

I need someone to put together 6 quick Joomla sites.

Two of the sites are pairs (.ca and .com) so one design for each pair will work.

Thus 4 design templates total will suffice.

I’ve done one as a sample and will provide link for you to see.

They are all to do with Pest Control and Wasp/Bee Control.

Each site only needs to be only one page right now.

Each site will need a simple logo that has the site name integrated. For example: Joe’s Pest Control with simple logo.

Each site should have either a header with a high quality image of a pest (raccoon, squirrel, bee, wasp, bedbug) as well as two additional good quality pictures on the homepage.

You need to make sure the template you choose for each is Joomla 1.5 compatible and has suckerfish or some other drop down menu pre-installed so that as we add links I don’t have to worry about added the suckerfish.

I can do this myself but don’t have the time today.

WordPress Loop Code Index.php

WordPress Loop Code Index.php
I need a bit of a complicated index.php file coded out for WordPress. Here’s what I need the loop to have:

– 1 Featured post that uses WordPress sticky function only on the home page. (it needs to have more xhtml markup than just regular a post)
– 8 other posts on the home page (12 on all other pages). All of these posts will be styled and have different xhtml markup based off of 3 tags (articles, vidoes, or links). So that means, if a post is tagged “Articles” then it will display this xhtml markup.
– Every 4th post needs to have an additional class applied to it. The reason for this is because every 4th post has extra padding applied to it which bumps it down to the next row (which it shouldn’t do).
– This should also be able to work on category archive pages and search results.

This is an urgent project and I would like to see it tested before the project is completed.

Extract Database From Site 2

Extract Database From Site 2

Extract database from the following site: http://www.unimedpaulistana.com.br/site/client/#
click Below “Guia Médico” there is a link “Clique aqui e confira”
it can be seen in the attached file
window “não sou cliente”
option cidade “São Paulo”

save data in Excel / CVS format
with the following columns:
Name (in green)
Address (below the name)
Fone (is always after “(11)”)
Specialty (sometimes there is more than one, so it is needed 2 or more columns for that)

I need everyone in this database
please send a small sample of the resulting excel file, to see if I agree and if you understood the job

Simple Company Website

Simple Company Website
Hello,

I have a requirement for a 4-5 page simple website for a small food and flavor company.

The pages they need are as follows:

Home page
About Page
Services Page
Product Line Page
Contact Page

I have a paper brochure from them that we can use as a guideline, but no official logo or pictures are needed.

Looking to get this completed in 2-3 weeks or less. Need this to look professional and outstanding. I have the domain already, its registered with GoDaddy.

Thank you!

Configure Chat Program

Configure Chat Program
I have a site currently using php free chat (http://www.phpfreechat.net). It stores it’s data in flat files and I want it to store the chat in mysql tables. I will provide ftp access and mysql database information … you will have to do the rest.

I’ll place the money into escrow and release it upon completion of the project. This should be easy feedback for someone.

Magento Price Display Change 2

Magento Price Display Change 2
What I’m looking is for the following:

I have a custom computer magento shop, my computers are bundle products. In my front page I have a category showing to start with but it will be later featured products.

In the products page it shows Example: Price As Low as: $500
and below that it shows the price As Configured: $700

All depending on which parts are selected.

I want to put in the featured products or the current category that I’m showing now for it to SHOW the PRICE AS CONFIGURED as the price it shows below the product. Because right now it just only displays Price As low As and Price From – To.

Qr Code Generator Php

Qr Code Generator Php
I have a clone script of www dot mobile-barcodes dot com/qr-code-generator/ . I need another instance of this code installed on another one of my sites that creates a qr code automaticly at the time a member creates a listing in my php script so it will require some editing of a current script. The script should also save all created codes to that members database for access later and viewing. The database should not just be a dump like file1111 it should be very specific with folders and specific attributes.

After the listing has been created a page should load that shows them their newly created code for sharing or saving to their PC.

I need this done fast and quick please do not pm me with your copied and paste description of your company.. ITS A WAST OF BOTH OUR TIMES. Only pm valid questions and examples pertaining to THIS PROJECT