Build an Awesome Status Board: New Premium Tutorial

Build an Awesome Status Board: New Premium Tutorial

When Panic unveiled their status panel to the world, I was both impressed and inspired. In today’s in depth Premium tutorial and screencast, I’ll show you how to built a similar status board! Help give back to Nettuts+ by joining our Premium program.

Join Net Premium

NETTUTS+ Screencasts and Bonus Tutorials

For those unfamiliar, the family of TUTS sites runs a premium membership service. For $9 per month, you gain access to exclusive premium tutorials, screencasts, and freebies from Nettuts+, Psdtuts+, Aetuts+, Audiotuts+, and Vectortuts+! For the price of a pizza, you’ll learn from some of the best minds in the business. Join today!



Auto Parts Coding And Website

Auto Parts Coding And Website
Resubmitting this project since it has been awhile. This is for Auto Parts site. Very extensive and technical knowledge needed for script installation. Has elements of e-commerce. Total Budget for project of up to $1500 payable in 5 monthly installments so please be aware when bidding and taking a look at specs. PHP, ASP, Net, Joomla. It is up to you what will work best

Pm for detailed specs.

Need A Fix

Need A Fix
I need two fixes done on my site. When I send members a newsletter it is suppose to go to their locally hosted inbox on my website. However, when I send the newsletter it is not going to members inbox. Please fix.

2nd fix is when members read the newsletter in their inbox they have a credit link to click and earn credits. Well when members click the credit link it’s telling them they’ve already earned credit. Every time I send a newsletter the members should be able to earn credits even if the newsletter is being sent its 4th or 5th time.

Please be able to fix this right now. Thanks!

Pdf Form Filler Outer

Pdf Form Filler Outer
I’m looking for a joomla plugin that will present the user with a form to fill out. Once the form is submitted the information is entered into the corresponding fields within the PDF and either emails the PDF to an email/mailing list or opens the PDF for printing.

On the back end I would like to be able to maintain a list of pdf/formsand.

– create a form and match with a pdf file
– match fieldID’s with the physical field on the pdf
– maintain a list of emails for each form
– select whether printing is an option for that document

Website Logo & Joomla Template

Website Logo & Joomla Template
I am in immediate need of a very nice original logo for a new website, as well as a custom Joomla template for the site.

This site is a multimedia rich training center. I need to make maximum usage of space, with minimal clutter, in order to have the most space possible for presenting learning materials.

You must have Joomla experience and excellent design skills. I also have additional design work that needs to be done but this is the first project.

Please respond by including NO MORE THAN 5 web links to samples of your previous logo designs and Joomla templates.

WordPress hack: Show your top contributors without a plugin

WordPress hack: Show your top contributors without a plugin

Simply paste this code where you want your top contributors to be displayed. Note that this code use the mysql_* functions instead of the $wpdb object. This is not the better way to do this, but it do the trick ;)

<?php
include($_SERVER['DOCUMENT_ROOT']."/wp-config.php");
mysql_connect(DB_HOST,DB_USER,DB_PASSWORD) or die(mysql_error());
mysql_select_db(DB_NAME) or die(mysql_error());

$sql = "SELECT
".$table_prefix.users.".".user_login.",count(*)\n"
    . "FROM
".$table_prefix.posts.",".$table_prefix.users."\n"
    . "WHERE ".$table_prefix.posts.".".post_parent."=0
and
".$table_prefix.posts.".".post_author."=".$table_prefix.users.".".ID."\n"
    . "Group by
".$table_prefix.users.".".user_login."\n"
    . "Order by count(*) DESC\n"
    . "Limit 0,10";
$result = mysql_query($sql) or die(mysql_error());
echo "\n";
echo "<ul>";
while($row = mysql_fetch_array($result))
{
    echo "<li><strong>";
    echo $row['user_login'];
    echo "</strong>&nbsp";
    echo "(";
    echo $row['count(*)'];
    echo ")</li>";

}
echo "</ul>";

?>

This recipe has been submitted by Sidou. Do not hesitate to send me your recipes if you want them to appear on my site!

Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!

WordPress hack: Show your top contributors without a plugin

Live Support Chat Software

Live Support Chat Software
Hi,

I am looking to purchase a ready made, turn key solution to start a hosted live support chat service. Similar to:

http://www.providesupport.com/
http://www.websitealive.com/

The code should be in php/mysql/ajax. I have seen many solutions in the past, but I am looking for the right solution. I do not need a windows client. I’m just looking to buy the best “cloud” solution. If you have a solution, place a bid, and send me details. Again, I am NOT looking for a custom solution to be built from scratch. I don’t have time to work with a development team on such a project.

Message with questions.

Regards,

Wyatt

Fix Simple Joomla Menu Item..

Fix Simple Joomla Menu Item..
I have a flash intro on a joomla site (the customers choice, not mine). The first file in the priority order for the webserver is default.html, so i named my intro, “default.html” so it always appears when you navigate to the site name (domain name), and not index.php, the default joomla home page.

The problem is that my “home” link always takes me back to the flash intro page and not index.php. I have tried several things and nothing seems to work, it will always default to the flash intro at www.centralmedical.com

Please try for yourself. I know this is a quick fix for a joomla or web expert but it is driving me crazy. I need someone who has a fix for this.

Thanks.

Website Library & Web Form

Website Library & Web Form
The job:

1. Create an easily editable a library page that will post to the three news sections of the home page of www.keepcompliant.com
a sample of this function are the three right side testimonial boxes at www.reversesystems.com/index2.html

2. Create the page that all three news posting will appear when “read more” is clicked, as well as all old postings. It should become a chronological library of posted news. The page should have the same look and feel of the site of course.

3. Activate the search box to search the news pages created in item 2 above.

4. Activate the form in the “Contact Us” page to send the form to info{at}keepcompliant.

4. Provide instructions and a show us a simple editor on how a non technical website owner can update the “news library page” on their local PC and then upload it via FTP to the domain and keep the news current. The owner/editor should not have a sophisticated program like Dreamweaver. Something easy, simple to use and upload and hopefully free or very low cost.

Time to complete 1 week or less.

Cookie Stuffing Script

Cookie Stuffing Script
need someone to make me a cookie stuffing script where i can choose to stuff cookies in either Flash or IMG. if IMG, must be able to be a blank referrer. If using Flash, must be able to fake the referrer or use blank referrer. Must have a control panel of some sort to enter the affiliate link that needs to be stuffed. MUST BE COMPLETELY SECURE!

Hotel Booking Seach Module

Hotel Booking Seach Module
Need some help with a booking search module
It is on a joomla site
1.Have some problems with the calandar that is not staying on top
2.Having some problems when submiting the form with the data i want it to open in a frame but it opens in a parent window without our websitelayout

have a running demo site with two modules that is almost working to show how i want it

Convert Psd To Magento

Convert Psd To Magento
Hi,
I want to convert psd to MAGNETO, I don’t want to waste time, so put magento in bid, otherwise it will be ignored. I don’t required any long portfolios, just a signle MAGENTO Link, who ever not meet the reuirequments will be banned for ever, I allready waste 15 days on it. Also Please note that by budget is $30, if u can do it in this amount bid, otherwise no need to bid at the first place with $200 or $300. Also if I give you a website can you take that and covert it to MAGENTO

Thx