Blog And Store Design

Hi

This is my site http://www.unlimitedgamerentals.net.

I installed a blog by wordpress: http://www.unlimitedgamerentals.net/blog/

I also installed a store and added some product categories:
http://unlimitedgamerentals.net/blog/video-game-store/

I used http://www.datafeedr.com/ to install this store.

So i’m looking for a programmer who can integrate my current design at http://www.unlimitedgamerentals.net for my blog and store. I mean header and footer.

+ Navigation (left): 1) Search box for games at store
2) Video Game Rental Categories
3) Blog Categories
+ Tags for blog ( this is the first time i’ve used wordpress but i think tags are used for search and SEO)

+ Product details: http://unlimitedgamerentals.net/blog/video-game-store/product/141150-10419859-cj/
Add more one button ” Rent Now”

+ Remove the current footer of blog.

Thanks

Need Squidoo Lens Creator Seo

Looking for an expert Squidoo Lens Creator who knows SEO. Must be able to write a lens and do all the necessary SEO steps to have the lens boosted to a high position for the keyword phrase

Please no basic writers looking to make a $$$, only expert Squidoo persons

I can/will provide keyword phrases, video links, other links to similar articles I wrote etc, poll testing, anything you need to have the lens place well online

Your bid is for all of the above

Oscommerce Guru

i need a programmer with outstanding oscommerce skills.

project will be divided in several tasks, each with unique project on scriptlance.

you know oscommerce very well, and make new modifications without hesitation.

i urgently ask only programmers to bid with oscommerce skills, and willing to work on a long term relationship.

we have a lot of clients, with an awfull lot of shops, which need modifications all the time

PM me for the current projects i have for several oscommerce shops before you make any bids

WordPress + Script Install

1) I have 2 wordpress blogs and I’d like to get them set up with feedburner. I’ve got a feedburner account. Just need the code switched in my sign up for latest post boxes (2). Also would like to add a larger rss feed image, which can be done through feedburner.

2) Remove the date from both of my wordpress blogs so it will NEVER show the date a blog was posted. That way, visitors don’t know if content is fresh or old.

3) I need a script installed on my websites. I have software that you will use to create the script. See attached pdf for install instructions prior to bidding so you know whats involved. This script will go on 2 sites.

This is a quick and easy project for qualified person!

Quick Tip: A 4 Minute Crash-Course in WordPress Custom Fields

Today’s video quick tip topic comes from a question on Twitter, concerning the use of custom fields in WordPress. Luckily, as you’ll find, attaching unique data to postings is as simple as assigning a value in the “Edit Post” page, and then referencing that information with the get_post_meta() method.

Prefer to watch this video on Screenr.com?


Step 1: Create a New Post

In your local testing environment, create a new posting in the WordPress admin panel, and scroll to the bottom, until you see the “Custom Fields” widget.

Custom Fields

This section allows for a key, and a value. For example, if you aren’t taking advantage of the new “Post Thumbnail” feature, available in WordPress 2.9, and need a way to attach a thumbnail to each posting, this is where you’d accomplish that task. You could assign a key of “thumb,” and a value, which is equal to a path to the desired thumbnail. Go ahead and fill this section with some test data – anything you wish. I’ll use “difficulty” as my key,” and “hard” as the value.


Step 2: Edit Index.php

Now visit your theme, and within the WordPress loop in your index.php page, reference the get_post_meta() method.

<?php echo get_post_meta($post->ID, 'difficulty', true); ?><

This method accepts three parameters.

  • The id for the desired post. You can use $post->ID or “the_id()” to insert this value.
  • The key that you require. Remember, you can insert multiple custom fields. This is why we need to reference the key, in my case, “difficulty.”
  • A boolean, which determines whether you want the information returned as a string, or an array. As I’m echoing out my value, I’ve chosen true (or string).

Step 3: What If…

If you view run the website, you’ll see the correct value. If you went with a thumbnail path in your custom field, make sure that you echo out that string from within an IMG tag, accordingly. However, there’s one problem here; it’s possible that not EVERY single post will have this “difficulty” custom field attached, yet we’re blatantly assuming that there will be. This is inefficient. Instead, why don’t we first create an “if” statement, and determine whether our desired key exists first. Smarter right?

<?php if ( get_post_meta($post->ID, 'difficulty') ) :  ?>
   <small> <?php echo get_post_meta($post->ID, 'difficulty', true); ?></small>
<?php endif; ?>

Conclusion

Custom fields are a staple in every experienced WordPress designer’s toolbox. Learn them, and use them! Thanks for reading or watching!


Website Re-build

We currently have a website that is functional but slow to load. We need someone who can do Flash and knows SEO. Our current website is poorly designed, internally. We need someone to revamp it to follow strict internet protocol. Nothing crazy here….

Here is our Site: www.cavallinollc.com

and here is the site we want to resemble: www.scarecrowwine.com

Please let me know if you are capable of doing this. It should not be a long project since our site can be used as a base. Just need someone who can work with Flash and solve the current problems on the site.

Vectortuts+ is Looking for Designers to Create Quick Tips

Quick tips are 3-5 minute screencasts, short articles, or short 6-10 step tutorials on how to do something simple, quick, but useful. There are lots of tips, tricks and techniques that can be packaged into brief educational material. Read on if you have some ideas for submitting a Quick Tip to Vectortuts+, we’d love to hear from you.

Submitting Quick Tips

We post numerous quick tips each week, and pay $50 USD as the base rate for these. Following is information on creating these. You can learn more on our updated page: Submit Tutorials, Tips, Articles, or Other Content.

Quick Tip: Short Written Tutorials

See our Written Tutorials section for information on putting together a written tutorial. Quick Tip tutorials are similar, except these are shorter and more focused (6-10 steps). Here is an example:

Quick Tip: Screencast/Videos

See our Video (Screencast) Tutorials section for information on putting together a video/screencast tutorial. Quick Tip screencasts are similar, except these are shorter and more focused (3-5 minutes). Here is an example:

Quick Tip: Articles

See our Articles section for information on putting together written articles. Quick Tip articles are similar, except these are shorter and more focused (around 500 words). Here is an example:

Submit a Quick Tip Concept for Review

You can send in for review a single JPG image, and a short paragraph quick tip pitch, prior to writing or recording your quick tip. You can do this by following this link:

Submit a Completed Quick Tip

Once you’ve finalized your work, completed quick tips can be submitted here:

In cases where the final file is larger than 15mb you can contact the editor through the Vectortuts+ Preview Submission Form and discuss sending the file via a service like yousendit.com.

Other Content

There is quite a bit of diversity of content we publish on Vectortuts+, and we’re expanding all the time. Learn more about writing tutorials, putting together articles, or recording screencasts, in addition to making Quick Tips on our updated page: Submit Tutorials, Tips, Articles, or Other Content.


Semantic Mediawiki Upgrade

Our wiki directory of businesses and individuals recently upgraded both its Mediawiki version and its Semantic Mediawiki extension version. There are several areas on the site now that need to be re-formatted so that they look clean and neat, the way they did before the upgrade.

We also need a re-write of a custom extension that limited user edit rights in one of the spaces of the wiki (the Directory: space).

I assume that someone experienced with the Semantic Mediawiki extension and writing parser queries for it will have little difficulty with this work.

Please be fluent in:

MediaWiki 1.15.3
PHP 5.1.6 (apache2handler)
MySQL 5.0.77
Semantic MediaWiki (Version 1.5.0)

Successful completion of the tasks requested gains $200 for the coder.

Protection Solution

I’m looking to get developed a digital protection solution for small business who sell 1 or more products ( i.e software, pdf, exe ebooks, epub, etc )

You must have experience in developing applications and having them work with an online environment like mysql database

I wish to mention I have seen a small business online offer a product similar to what I want created so I can provide excellent information on what is possible. Theirs only works on windows and they offer it as a service, meaning they provide a piece of software that lets you lock your products and make them only unlockable using an access key licence which is generated after purchase using a registration form. They also allow you to take existing products and turn them into trials that lock after so many days. So theres is a mixture of Software and files on a website with i think a database for storing licences and sales information

Now I am looking to offer something similar to people but it would be a one time product ( not a service ) and mine would work on windows and mac computers and the licence part would work on the server of my customer. So that when they deliver their products to their customers, it checks their server not mine for things related to the licence which grants them access to the product.

I want the software portion of it to work on windows, and mac computers with the possibility of linux too but mainly windows and mac.

Upon install it would install software and files on their website which would work hand in hand with the software to protect digital products.

I’m not sure what would be the best to have it coded in, though I am leaning towards Adobe Air because of its cross platform abilities i.e having 1 file which can be downloaded and used on windows, mac and linux instead of having to offer 3 files to download.

Obviously though I am open to other suggestions

It will need to look cosmetically professional, so I need to know that you have created software before. If you are able to show examples that would be great too.

Now just to let you know what I have done ahead of time is create a flow chart in mindjet manager to show you how this other business windows version works from sale to locking software to once the end customer gets a product. I can provide that to you.

I Have then created another flow chart based off the first detailing how mine would slightly differ. I aim to make sure that everything is nice and clear and wish to work with a programmer who wants to clarify everything before moving ahead. I can provide that too you.

Now obviously because I first have to establish if Adobe Air is the application to create this in or if it should be something else, I will need to know that first and then I would have to change my flow chart slightly before showing you. So that way there is no confusion and you can bid more accurately.

I will of course go into much detail, but first I need to establish if this can be done in adobe air, if not why not and what is the alternative?

I also need to get a rough ball park figure from you of what it would cost to have it made, obviously based on the general details I have given above. This might mean you placing a placement bid

All copyright and licensing would belong to me and I will have you sign a non disclosure agreement before we move ahead.

Again I need someone who is reliable, and can build this within 1 – 2 months at the very most.

Also because I cannot have anyone bail on me, I will only be looking at providers who have feedback ( anyone with 0 feedback please dont bid as you will not be selected )

I will give preference to whoever seems most capable and can give me the best price. My budget is between $500 to $1200

Updates Joomla Website Urg.

We have to updates our website, the DeadLine is thursday night for the english version, and the friday for the spanish version (we have the text) only the text have to change comparing to the english, so we need a real pro joomla team for finish all at time.

The most of jobs is format of contents, other is css and php on the Home Page and one modification on the left menu.

We will give all template design and images needed, the text are already on the page, is really importantly than the pages looks exactly like the template wanted, 100% not 99% !!

We will manage all the job, and a contact by skype is needed ( with Voice ) en english, we are really experience in building website, so we know what we want.

The quality of this job is the priority and the deadline too, we will pay at the final with escrow payment system, and our evaluation is 10 stars for the job finish at time with quality and 0 star and we paid 50% of the price is not finish at time or without quality…

Bid only if you are 10 stars, we have 10 stars too.

Posibility of more jobs in the future.

More down you have a list of the updates, every page have this own template already designed and images included.

The 5 may morning ( spain hour ) we need the team working directly.

———————————

Website : http://r19320.ovh.net/~konnekts/index.php?lang=en

In attachment you have some template of the format of the content.

! important we are using joomfish, and the table on the content need the text in html and the background with image, nnot using only images

some Updates :

Home:

1. Put the logo position like module
2. Fix bug on roll-over for all the oranges buttons on: Client Access, the one after Subscribe and the plus sign after Read More
3. Design the topbar like on the template
4. On the bottom menu, on roll-over the section names should turn blue.
5. Add roll-over image on the plus button after More info on the big image.
6. Allow a bit more of space between the word subscribe and the orange button (top bar)

Inside pages- General
1. Please allow 35 for the left margin around all the pictures. For the bottom margin allow 20.
2. On the body text, please before any subheading, allow double spacing and after, one space.
3. Please allow a minimum space of 85 px between the lowest bit on the content page and the light blue area with the bottom nav.
4. All the images should be 310px wide. The high can vary, always trying that this high matches the last line of text next to it (when possible)

Products page:

General: Following the menu design from the menu.
Adding a small division for the last 2 section “Subscribe and Unsubscribe”

KonnektLite- second level
1. Please change for new design

KonnektVoice- second level
1. Please change for new design

KonnektMobile- second level
1. Please change for new design

KonnektNet- second level
1. Please change for new design

KonnektSwith- second level
1. Please change for new design

KonnektCorp- second level
1. Please change for new design

KonnektLite- first level
1. Please change for new design

KonnektCon- second level
1. Please change for new design

Rates page
Price comparison:
1. Please change for new design

LandLine calling
1. Please change for new design

VoIP calling
1. Please change for new design

Xlite calling
1. Please change for new design

The Company
About us page:
1. Please change for new design

Who are we
1. Please change for new design

Our clients
1. Please change for new design

Job vacancies
1. Please put link in blue (ie. emial to send CV)

Legal notice
Please remove this page from the left menu

Contact page
1. Please change for new design

EXTRAS:
Small changes on 6 more pages, corresponding to various sections.

Total pages than need modifications: 30 aprox

Rewrite 80 Articles 2

I will pay you up to $80 for 80 rewritten articles. I will provide you with 80 articles and your job will be to rewrite those articles.

You are free to do this in whatever manner you wish, although if you do use a spinner I don’t want to be able to tell.

All articles MUST BE readable and have NO grammar or spelling errors…They must adhere to EzineArticles guidelines. I should be able to submit each article as-is when you deliver them to me.

For each article I also will request that you give me a brief and informative title, just to let me know what the article is about without me having to read each one.

So if I give you an article to rewrite about how to write articles faster, a good title for me would be

“How to Write Articles Faster”

Nothing fancy here, this is just for my own use.

Rewritten articles must end up being 400+ words in length.

You will be paid within 24 hours of me receiving the articles. You will not be paid until I have proof read your articles, and they have met my satisfaction.

If you impress me with this project I will be likely to use your services again in the future for similar projects.

Experience with MS Word or OpenOffice is preferred.

WordPress Html Templates

Hello,

This will be very quick and easy for somebody who knows what they’re doing.

I have a few salesletter templates that are based in HTML and CSS that I would like to place into my wordpress theme (so that every time I create a new page, I have the option of selecting that theme).

There are 10 templates.

Here’s a picture of what they look like…

http://www.mturkjob.com/Template6small.jpg

I will send you a .zip file with the templates when selected. Project to begin ASAP.

Please do not bid unless you have experience creating templates for wordpress.

Thank you.

Cpanel Script

I need a PHP simple script to install 2 WordPress MU on a cpanel host

WordPress MU, or WordPressµ, is the multi-user version of the WordPress blogging application, that allows you to run hundreds of thousands of blogs with a single install of WordPress, and is most famously used for WordPress.com.

Installing it is almost the same as normal wordpress, instructions here:

http://codex.wordpress.org/Installing_WPMU

The script it first needs a mysql database and a database user That can be done via in php (cpanel automation). like this script:

http://www.zubrag.com/scripts/cpanel-database-creator.php (not 100% sure it works)

get the wordpress install zip via ftp

the 2 mu accounts per domain would be done via directories

somehost.com/blog/ <mu – #1
somehost.com/blogs/ <mu – #2