Archive

Freelance Projects Tagged ‘load’

Slow-loading Webpage

March 10th, 2010

Hi,

My friend and I built a site meant for our students. Basically the students have a picture in front of them on the screen, then they mouse over “Play Question”, and the audio will come out. Then the same for the answer. And if they’d like to read what’s being said, they can click on the “Read Question” button.

The problem with the site is that it takes about 2-3 minutes to load each page on fairly fast running computers. Obviously not ideal to keep our students’ motivation high, as this is meant to be done as a review exercise of what we did that day.

So what we’re looking for is …

a) a facelift in terms of the design (we have a picture – attached), and…

b) the program to load quickly and run smoothly (Ideally the audio and pictures should load in the background while the first picture and audio are being studied, meaning the students don’t have to wait for EVERY pic and audio to load before they can start (if that makes sense), and it should all seem as if there is next to no loading time – basically the quicker the better, and then when students are ready for the next picture, they can just click the next button -to the right of the picture – and the next pic and audio should already be loaded and ready to go)

And the final thing we’ll need is to be shown exactly where to input information (audio and picture files) so that we can use this page as a template, and then upload our own info at later dates (as we currently have probably 30-40 pages that need to be done, plus more that we’ll need to do in the future, and we’d like to be able to do this ourselves.

Here is the site we currently have. Please note that this is NOT the page I want built. This is the page we use to get into the page I want built. Please go to this page and click on “part A” and you will see what I mean.

http://www.gwangyangenglish.com/classreview/Backpack/BP2/4/index.html

Thanks!

Website Running Slowly

March 10th, 2010

Hi,

My friend and I built a site meant for our students. Basically the students mouse over “Play Question”, and the audio will come out. Then the same for the answer. And if they’d like to read what’s being said, they can click on the “Read Question” button.

The problem with the site is that it takes about 2-3 minutes to load each page on fairly fast running computers. Obviously not ideal to keep our students’ motivation high, as this is meant to be done as a review exercise of what we did that day.

So what we’re looking for is a) a facelift in terms of the design (we have a picture), and b) the program to load quickly and run smoothly (Ideally the audio and pictures should load in the background while the first picture and audio are being studied (if that makes sense), and it should all seem as if there is next to no loading time – basically the quicker the better)

And the final thing we’ll need is to be shown exactly where to input information (audio and picture files) so that we can use this page as a template, and then upload our own info at later dates (as we currently have probably 30-40 pages that need to be done, plus more that we’ll need to do in the future, and we’d like to be able to do this ourselves.

Thanks!

Categories: Programming

Page Load Speed

March 6th, 2010

I am looking for a programmer who know xml, html, java, etc. My home page takes WAY too long to load and I need to increase load time significantly so that when testing load speed at www.sitereportcard.com/ I get a much higher grade on load time than 1/10. My home page is www.weddingmuseum.com.

Categories: Java, XML

Failover Load Balancing Setup

March 3rd, 2010

I need the following done:

Let’s imagine I buy 4 shared hosting accounts and 2 vps servers.
I need a bullet-proof webhosting setup for that.

The domain name xxx.com will be added to the 4 shared hosting accounts, and webpage will be uploaded to those.

The 2 VPS servers will act as a reverse proxy and a load balancer. It should split all the traffic thru the 4 shared hosting accounts. The load balancer should check all nodes every minute using a check.txt hash uploaded to the shared hostings, and if one shared hosting is down or inaccessible, it should not forward requests to that server until it is back up again.

The 2 vps servers will be round robined to split the requests. Let me know if you have better idea.
Also, the static webpages, like index, pictures should be cached using the load balancer if possible. It would be the best if I could upload the files to the vpses which are static.

My site is a PHP site and is working with sessions, so load balancing should support that.

Categories: PHP

Need Flash Header

February 19th, 2010

I have a PSD header that I need to convert to flash. As shown on file attached, you see the ” Navigation bar & Loading area. This is what I need the header to do:

1. Animate Menu Tabs

2. as you click on tabs, loading area will ” wipe down ” and load the next content.

Areas to load on header:

Home image ( image of people )

About us ( some small paragraph of text )

Work ( will load some portfolio thumbnails )

Wiseguys ( will load some testimonials )

Contact ( will load contact page with company info and logo or map )

I only need the header because the rest of the website will be HTML.

To be consider you must provide samples of your flash work & good feedback.

Thank You

Goodfellas Design

Categories: Flash, Programming, XML

Data Collect And Excel Load

February 12th, 2010

Hi,
we need for our nautical portal a data collection and excel data entry work.

we will provide you
- a list of website of our customer (61)
- the excel template to fill with data of the boats or yachts of our customer (aprox 510)
- english traslation of the basic words for non english site, the most, is present in the excel attached

You have to
- go to each site
- get the info of the boat and fill the excel with the data available (see the attachment).
- get at least 1 photo for each boat and write the name of the file in the excel (3 photos are the best)

In the bid, we expecting to have
- Total Bid
- Time Line

To approve the work, we will make a quality assurance checking randomly data inserted, we don’t accept work with errors

We will pay in 5 milestone, the first 4th after every 100 boat inserted, the last at the end. So we expect to have 5 delivery of the work.

Regards: http://LH.iJobs-100Free.com

Php/mysql/cron Conversion Job

February 10th, 2010

Automated MLS Load Cron Job Steps

1. Test if “root/NEWMLS.txt” file exists, if not display NEWMLS.txt file missing, Load Canceled” and cancel job.
2. Test if “recprty” table exists in database warehous_mysql, if it does display “MLS Load Process Aborted needs Recovery…cancelling” and cancel job.
3. Rename “properties” table to “recprty” table.
4. Run new mlsload.php program to create the newest MLS file.
a. Read next “NEWMLS.txt” file record (WHERE PROP_TYPE_CODE=”C” and BUILDING_SQUARE_FOOTAGE > 6,000), and if end of file, end program.
b. To skip duplicate records, SELECT “properties” table (created so far) record for same STREET_NUMBER, STREET_NAME, STREET_DIRECTION, CITY, MLS_STATE_ID, & ZIP_CODE, to see if one already exists, if so, skip this record.
c. If CITY field = null, get new “city” table for CITY_ID and load city_name into CITY field.
d. Load all fields (including new SF_PRICE, SF_OFFICE, RECORD_TYPE, SLDOORS, DOCKS, CEILING, FEATURES fields) one for one by record read in.
e. To keep entered data, Select “recprty” table for same STREET_NUMBER, STREET_NAME, STREET_DIRECTION, CITY, MLS_STATE_ID, & ZIP_CODE, if a matching record exists then load it’s SF_PRICE, SF_OFFICE, RECORD_TYPE, SLDOORS, DOCKS, CEILING, FEATURES, and REMARKS values into this tables fields.
f. Add new record to “properties” table and goto 4.a above.
5. Delete “recprty” table and “root/NEWMLS.txt” file.
6. Display “MLS Database Load successful”

Categories: MySQL, PHP

Android App Load Data To Site

February 7th, 2010

Sorry I’m a layman. I am looking for someone to write android program where I can read and write table data on a website. I currently use 1and1 for my site builder and my site is lowdigittags dot com. I am looking for an easy way to list and remove the tags. Currently use Motorola Droid w/ verizon.

Vnc Changes

February 7th, 2010

I need additional features to ultravnc

1) sendall characters and controls to host (EG: change languige (ALT+R-SHIFT) (or alt ctrl S) (could be icon)
but it should send all keyboard characters !

2) icon that opens a window that shows what computers are in the area and which of them
is waiting with vnc open. it should be able to choose from this screen to what computer to connect .
3) connection screen that will have only :

name: – user input
ip:123.321.111.001
user: passsword
port :5800

connect -cancel -copy -load

load is from a directory . it enables the user to change directory or load profile
in any case if name does not exist in the directory – it saves the the profile in current directory

4) open viewer from remote: ie: when I connect to remote I shall have an icon on my viewer that will open viewer on the host in order to see other hosts on the far network

5) ini file that will hold the defaults for user name ,ip, pasword and port

Categories: C/C++, Programming

Pop Up To Load Outside Iframe

February 4th, 2010

Hello,

I need a pop up to load outside an iframe.

let me give you an example..

a website , for example,

http://kickbuttgraphicsnow.com/

has an iframe for the url,
http://www.dynamicsqueezepages.com/projects/clients/vid-skins/scroller.html

i need a pop up to load on the main site,
http://kickbuttgraphicsnow.com/

regards
venkata

Categories: Ajax, Javascript, PHP, Perl/CGI

Modify Cre Load Website

January 28th, 2010

I am looking for some who familiar with CRE Load website. I Just installed a CRE Load template for my website , but need change some thing to suit my needs ,mainly change the leftside of the web

Categories: E-Commerce

Google Analytics Up Load

January 20th, 2010

I need someone to put google analytics on my music selling website!

Categories: Links

Flash Debug

January 20th, 2010

Http://www.additifmedia.com/DEV/coderouge/index2.html

Please look at “reference” (part of menu) (last top menu)
We have a script that load xml and we got some text appear.
My client need that have random, but that text never be over another one, actually some text load sometimes other one

Secondly,on Creation graphique part (on menu the befor last menu item), digital text red that load xml… there is a little bug, when text was full ouputed and scrolling, whe have some white space, i need that text load in continue, no empty eta
i send as field in a few for both part

Categories: Flash

Flash Media Server Edge / Load

January 18th, 2010

Hello, I have two flash media servers. I would like two use them to relay streams two both servers and load balance between them. I need this setup to work with only two servers and i need the edge to be secured.

Categories: Flash

Slice Webpages For Load Speed

January 17th, 2010

Hello.
> I need a programmer who can slice three html webpages so they load very fast.
> I also need viral social media links added: facebook, twitter, tell-a-friend.
> And I need the pages checked (and adjusted) to be viewed accurately with all major internet browsers.
This is an urgent need, that can lead to steady work for the right programmer.

Categories: Java, MS SQL, PHP, Website Design, XHTML

Speed Up Initial Document Load

January 14th, 2010

Our e-commerce site loads the initial document quite slowly: around 2500 to 3000ms measured in YSlow for the main site page. The result of this is that our customers wait for 3-4 seconds before they see any activity occuring-after that, the site loads quickly enough after that point, so focus on the initial document loading time. We would like to push that load time to under 1000ms consistently, to minimize the amount of time that our customers must wait with nothing visible happening. Please help us configure out network settings, caching, headers, and whatever else to cut 1500-2000ms from our initial load time.

The site is a Magento site running on the Rackspace cloud (LAMP). Total load time runs from 8-10 seconds currently. Small HTML documents like the Magento License or small php scripts like phpinfo have an initial document load time of 300-500 ms. Thanks!

For Techster: Load Testing 2

January 13th, 2010

A test installation should be populated with test data and the ability of the system to work with large data volumes should be tested.

Categories: Programming

Rewrite Script (custom Cms)

January 10th, 2010

Hello,

Before you bid you need to read everything carefully.

I have a custom content mangement system (CMS) for my streaming website and lately I am getting alot of load problems (mysql max connections, very slow load time and at peak server crashes).

The problem is the script because I have hosted it at large servers but still same problems.

1. WHAT NEEDS TO BE DONE?????

- Best Search Engine Optimaliation (CMS)
- Complete rewrite of script (it is not big)
- Full optimalization of the script
- All pages must be cache friendly (for best performance and low load)
- Script must do very low MySQL resources
- Overlook complete script for bugs etc and make enhancements

Pages are not dynamic because we do not update the streaming video’s alot video’s are added weekly so hard caching must be done.

2. WHO DO WE NEED????

- No weird people for example: “Let’s start”
- This is an one man project.
- EXPERIENCE in CACHE, PHP, MYSQL IS NEEDED!!!

3. TIME

- We need this done as soon as possible so maximum is 7 days minimum is a couple of days.

Categories: CMS, MySQL, PHP, Programming

Events Calendar Page Cre Load

December 30th, 2009

I need a page in my cre loaded site that displays the cre loaded events calendar and has a registration form located under the calendar for users to register for events.

Categories: E-Commerce, MySQL, PHP, osCommerce

Non English Iphone App

December 23rd, 2009

To develop Iphone application which can load non english content.
The details of applicaiton is as follows

[Internals]
1)On Application Restart it will trip to server and load latest content which is in XML file format.
2)The contents can be in any local language, the local language can be decided based on property file.This property file is updated before building application.
3)The content will be in XML format and have following structure

<subject>
<Date>
<Data>

[GUI]
4) 1 set of <subject> <data> is loaded on 1 page, with subject in bold font on top-center, date in normal font on top center data in normal font in body area.
5) If content does not fit in normal body size then scolling should be provided.
6) There should be [previous] [next] button to scroll contnent
7) Left to right screen scroll should load next content
8) Right to left screen scroll should load prev content
9) The scrolling should have page flipping effect.

Deliverables
————
- Source code of Iphone Application.

Few help like
- Where to change Application Name
- Where to change local langlage setting.
- how to change font type for contents.
- How to change look and feel of application once it is ready.

Categories: Handheld, XML

Single Thread Youtubecommentor

December 22nd, 2009

I am a vb.net programmer that currently uses a prog I have made to send comments on Youtube but it isn’t using internal code at all. It’s using the Webbrowser Control. I am trying to get away from using the Webbrowser Control and using Httprequest/response and all the internal classes Vb.net offers.

I want this project done because first off I want the source so I can learn more internal functions with it plus I have been wanting to learn how to post data cause it will be posting the comment.

Here are the functions:
Load Usernames/Proxies(Format-UN:PW:PROXY:PORT(This is because I would rather use the same proxy per account at all times)
Load Video Urls to comment(already have a scapper/grabber)
load comments(just rotate them)
1 time out option between comments

I would rather this to be programed in VB.NET VS2008 But if programed in Visual C or anything just make sure to convert.

Thanks

Categories: .NET, Programming, Visual Basic

For Techster: Load Testing

December 20th, 2009

A test installation should be populated with test data and the ability of the system to work with large data volumes should be tested.

Categories: Programming

Flash Debug

December 17th, 2009

Http://www.additifmedia.com/DEV/coderouge/index2.html

Please look at reference (last top menu)
We have a script that load xml and we got some text appear.
My client need that have random, but that text never be over another one, actually some text load sometimes other one

Secondly,on Creation graphique part (on menu the befor last menu item), digital text red that load xml… there is a little bug, when text was full ouputed and scrolling, whe have some white space, i need that text load in continue, no empty eta
i send as field in a few for both part

Categories: Flash

Make Flash Banner Load Faster

December 13th, 2009

I have a completely designed and developed Flash banner that needs to be fixed to load faster
banner can be seen (in slow) action here: www.chadburdick.net
Upon choosing a winner I shall provide the .fla file for editing

Categories: Flash

Javascript Research Question

December 11th, 2009

Hi,

I use a javascript code that loads a “pop under” window when a user clicks a submit button using the “onclick” command. This allows me to display an advertisement pop under and avoid being blocked by browsers. Is there any other way to load a pop up without being blocked by browsers? Is it possible to load a pop up when someone moves their mouse? Is it possible to load a pop up if the user clicks any other link on the page even though there is not a “onclick” command within that link? For example, can I put some javascript on a page, that will kind of be like a global script, that no matter what link on the page is clicked a pop under is loaded?

Any help is much appreciated. Im looking for a very experienced javascript programmer that can answer all these questions.

Wyatt

Categories: Javascript

Fix Php/db Error On Website

December 9th, 2009

Had my programmer make the URL’s for the website more SEO friendly with at descriptiive URL. Once he made these changes, the URL’s look ok, but the actual page will not load. Every option you choose from the “How We Do It” Menu option, does not load the page. It stays on the home page. The Service on the “How we do it” option on the nav bar are added via an admin panel on the website. It has PHP scripting done tied to a mySQL DB that let’s me edit theses services through this panel. It worked fine when the services had a URL such as “www.twurlmedia.com/service_details.php?id=5″. Now that via the admin panel we choose what we want the URL to be such as “www.twurlmedia.com/social-media-marketing” it will not load the page. It stays on the homepage.

I asked programmer to fix and he said it must be a server issue, which is not accurate, I have other domains on this hosting account and all other sites are fine.

I need this fixed TODAY. Site is www.twurlmedia.com. Look at the “How We Do It” option in the NavBar and choose any of the services. You’ll see the SEO friendly URL but none of the pages load.

Categories: MySQL, PHP

Wordpress Plugin Load Xls

December 9th, 2009

I have some data in a excel file. They are imported from a mdb database. Theese data show results of local sport.

I need to easily import this table into wordpress, like a word document. So, I need a plugin that could upload xls file and display it into a post with the same property/columns of the file (like name, rank, score, etc.)

Compatible with last wordpress version (2.8.x)

Maybe I could show an example in next hours. Need a bid urgently, thanks

Categories: PHP, Wordpress

Gen3 Ptc Customization

December 6th, 2009

I have the Gen3 1.3 script from ptcpay.com but it still needs customization as following:
1- The load bar start only after the window load
2- if the member click on ESC. the load bar doesn’t start and give error message
3- after finish loading the load bar and the ad is ok, no need to give the “Close” link (It’s enough to give a message telling that the amount is credited)
4- like Neobux the credited amount for each ad to be shown after loading the ad (You are credited $0.01 or $0.015 ….etc.)
5- enhanced captcha (6 digits with better design)
6- Banner places at the sides (125×125)
7- the register page not to show if a user is trying to make another account, instead of it a warning page to show
8- I need 2 Ranks for upgrading like Neobux and if the member wants to move from a rank to a higher rank he’ll get automatic renewal for the less one (Like Golden membership & Ultimate at Neobux)
9- I need to show all details of upgrades in table form automatically, i.e whenever i change a rule for upgrading it has to show at the table without need to update the table everytime
10- I need to specify the period which the upgraded member will take benifit from purchases of his referral from Admin Panel (like in Neobux 1 year)
11- I need to custom the minimum waiting days for each rank and upgrade to wait till they can rent referrals
12- I need to custom the maximum number of rented referrals and the maximum the members can rent every time for each upgrade
13- I need to give referrals groups for renting (10, 20, 50, 100, … Etc.) which will differ for each upgrade instead of giving open for all
14- I need to give a message link at the referrals pages (direct & rented) to enable the referrer to contact them directly
15- I need to activate autopay with paypal & alertpay (I couldn’t do it with them) and to give this option for certain upgrades not for all upgrades

Checkout the website: http://www.instantptc.net

Thanks

Categories: PHP, mSQL

Iphone Create/save/load Html

December 2nd, 2009

I require a simple ViewController powered application demonstrating how to programatically create a HTML file, save this HTML file to the applications document directory (VERY IMPORTANT IT MUST SAVE THERE) and be able to load the file back.

Categories: C/C++, Handheld, Java, Programming

Phpld Fix Load Issue

December 1st, 2009

I run many PHP Link Directory 2.1.2 based directories. A problem that I have never been able to solve is the extreme load these directories place on a server.

These directories seem to get added to auto submitters and the MYSQL get’s hammered to the point that it causes extremely high server loads.

I have made adjustments to my servers to handle this load but I’d like to find a programmer that can make changes to the actual script to prevent these high loads. With only 100-150 Unique Visitors per day there is no way that a properly written script should cause these high loads.

The winning bidder should download the free PHPLD 2.1.2 script and examine it completely to understand how it works with the database. I have 50 live directories that are placing a significant load on a server right now. I would like to implement your fixes onto these directories and see a significant load drop. Whatever fixes are done should not effect the ultimate performance of the site as far as accepting links are concerned. It seems to me the handling of the links when they are sent to the database is the issue but I may be wrong.

Categories: MySQL, PHP, Website Design

Load Board Script

November 27th, 2009

I am looking to have a script created for my current wordpress website. Once you are awarded the project I can give you the details of my website that I will be using for the script
It will be a load board script like other sites like vessage.com, getloaded.com, www.uship.com. And Rightnowloads.com
I would like the script setup so that shipping companies and freight brokers can list their loads/freight for free and truck drivers can bid on the loads for free and the winner bidder will pay a small transaction fee when they win the bid.
It does not matter to me on what application is used to make the script work. As long as it will work with my Linux server/cpanel and my wordpress site.
Would like the script completed and loaded no later than December 25th

Categories: MySQL, PHP, Wordpress

Joomla Component Customised

November 22nd, 2009

I want to have model pics gallery with model video gallery in one app with slectioin of different models as a side menu

example:
http://www.flashcomponents.net/upload/samples/541/index.html?full=true

also in a attached file: you can take idea.

Specs:
Joomla Intergration
load flash file or mpg, avi, accept any video format convert to flash Flash… easy component to load video, or select video location
load photos or select photo location

Flash Player
dynamic loader, (no xml)
the ability to zoom or magnify video content while playing
pause, slow motion w/speed control,

Image Viewer
dynamically create thumbnails files placed in folder ability
Slide show with push zoom effect
Magnification zoom square like magiczoom
image is magnified when mouse over
button to download all photos as a zip file

user view
Dynamically creates title of album based on folder name
user selection of photo album
next
Two large tabs Photos and Video for front screen with both as a third button in middle

Load all gallery Front thumbnails with titles
thumbnails remain on right handside while photos are viewed from the left.

image percent loader if necessary,
page transition quick zoom off screen
thumbnails zoom from location to view section less than a second

admin side
skin or background photo up-loadable
color adjustable

—-
NOTE: lower bid will be near to won..

Categories: Flash, Joomla, PHP, XML

Load Board Script

November 21st, 2009

I am looking to have a script created for my current wordpress website. Once you are awarded the project I can give you the details of my website that I will be using for the script
It will be a load board script like other sites like vessage.com, getloaded.com, www.uship.com. And Rightnowloads.com
I would like the script setup so that shipping companies and freight brokers can list their loads/freight for free and truck drivers can bid on the loads for free and the winner bidder will pay a small transaction fee when they win the bid.
It does not matter to me on what application is used to make the script work. As long as it will work with my Linux server/cpanel and my wordpress site.
Would like the script completed and loaded within 30 days

Postgresql Installation

November 20th, 2009

We would like to install postgresql to our servers to server our webpage.

We have the following architecture :
2 load balancer (supermicro P4, 3GRAM, 200GB RAID disk), 2 systemx ibm 3650 server (48GRAM/server), 1 ibm ds3400 shared storage.

The shared storage has redundant controllers and the storage is connected to the servers through redundant optical cable. The loadbalancer is redundant too. The load balancers choose the less loaded server to serve the webpage requests.

The system is working, the shared storage is working, the web load balancing is working. I need some help only for installing postgresql.

I have gone throught the postgresql documentation as I see there is two clustering solution.
- pgpool (http://pgpool.projects.postgresql.org/)
- pgcluster (http://pgcluster.projects.postgresql.org/1_3/pglb_conf.html)

What I need :
- one ip address/port to connect from webapplication
- two postgresql server running on the 2 ibm server accesing the same database stored on the shared storage.
- redundant load balancing

I need somebody who has experience to install postgresql cluster in same architecture. I need advice and help to install the postgres server. I would like to install if it’s possible so I need a “howto”…

anyway, if you has experience and you can install the system, contact me and we will discuss to process.

Jquery Z-index/backgroun Debug

November 4th, 2009

Hello
i will use a jqurey crossfade file on my website,
i have a probleme, i will that the jquery animation load in background image, actually it’s load only over my other menus
So it’s only need to have modification in z-index or in position of loading image, look at the website, the animation load over my menu
http://www.additifmedia.com/DEV/kalya/
you can catch css and js file by viewing page source
For update, need to be sure that all other js function will runs
regards

Categories: Javascript, XHTML

Linux/fedora Server Troublesho

November 4th, 2009

1. Apache has a process that keeps running and using up available ram causing the disk drive to swap out.

2.Spikes in the server load cause it to use up 100% of available ram.
3. I need you to use a monitoring program to monitor the processes apache is running and identify the memory hog. Then fix the cause.

I hired one programmer to work on this. His notes are attached. He felt the problem was in the mysql database.

4. It appears to me the problem is simply a program running that is taking up all our 1 gig of memory and causing it to use the disk swap to supply additional memory needs.

This has only been going on 1 week, so I know the server has sufficient ram. We are on an older version of Fedora (7 I believe). But like I say, 1 week ago everything was running fine.

5. You are quoting on a complete fix, not just doing 1 thing that might possibly solve the problem. I have the backups on mysql and also the back up prior to the modifications made by the programmer this week. Those modifications may need to be undone.

6. The DELIVERABLE is the server running efficiently without spikes in the load, all pages loading swiftly without page errors. I don’t want a partial deliverable or just a small part of the problem fixed. I want the spiking process identified and eliminated.

You should be able to use software to view the apache processes, find the one that is spiking our load to 100% and then take action to fix, repair or remove that process.

Here are a few of the sites:

marlonsnews.com
promotemarlon.com

Those may or may not come up for you, depending on if the server load is spiking at the time.

Lightbox Open On Page Load

November 2nd, 2009

Lightbox onload;
Web page solid colour background when page is opened lightbox slideshow takes images from a separate editable list. The image sizes will vary, from small to almost full screen.

Thanks for your attention.

Categories: Javascript

Create Hover Ad

October 26th, 2009

I need a hover ad added to my website. The ad will load 2-3 seconds after the page loads. The ad is an optin form. Then when the user submits their data, the hoverad will load a second ad that confirms the optin. It must not open a new browser window on submit which is what most hover ads do currently.

Also, I only want it to load one time per browser session.

Categories: Javascript, PHP

Linux Multi Wan Load Balancing

October 23rd, 2009

Greetings all!
I have 3 ISP.
First ISP I need to login via web base page to get the internet connection.
Second is just setting up the NIC and so is Third.

I know that Dual Wan Is possible with 2nd and 3rd Connection.
But this method would leave out the 1st.

So basically I want this to be all automatic as well (on Boot time)

So my conclusion is that.
It will detect the frist NIC card that needs the internet connection, via web page, and login via curl “curl -d username + password + site” and so on.
Only when the connection is established it will then activate the next two NICs and have it load balanced. The script also needs to keep checking if the FIRST NIC is getting connection through out, if the first NIC is disconnected it will delete the iptables for load balancing and then rerun from the first again. (unless there is a better solution).

If your reading this then you know that I’m not an ordinary person, I have technical knowledge.

I would be using CentOS unless you can give me a reason why not to.

Finally the Fourth NIC is the connection to internal office where the client computers are windows and internet will be getting through the LINUX ROUTER.

Thank you for your time.
Happy Bidding.
30% escrow will be provided.
When the script is installed in my machine and working the way it needs to, you will receive the next rest.
Bonus will be included too if the job is nicely done.
Bid is open to anyone but will have to show me some output why I should choose you.

Load Autoresponder

October 22nd, 2009

I have 100 emails to be loaded into an autoresponder at Aweber.

Categories: Programming