Deus (Abstract)

HTML Hit Counter

DEUS

After Effects CS4 Project File.

This project can be used for presentation of your artwork, products, business etc. It contains 5 media files (images or videos) and text (title) for each of them. Title and slogans compositions included.

This project is render ready in: 1280×720 ,960×540, 640×360 Res.

TEXT TUTORIAL INCLUDED

OPTICAL FLARES ARE PRE -RENDERD

ENJOY

Check my other items…

OR

Download Deus (Abstract)

News Intro (Corporate)

Follow EFEKT :




EFEKT Studio releases brand new(s) project!

Professionaly designed animation template, will help improve your visual communication.

Project:

  • 1280×720 – 30fps
  • Professional soundtrack included!
  • Project fully adjustable
  • Well organized
  • Fast rendering
  • No plug-ins required
  • Video instructions
  • Bonus compositions included
  • Enjoy & Rate :)

Screenshots:

Download News Intro (Corporate)

The Grunge Trailer (Grunge)

The Grunge Trailer is a powerful cinematic trailer for your video project to use professionally. ( Inspired by a Game ) It contains a high pounding velocity to describe the power and feel of your subject. You can introduce your any project via This Powerful Text Based Trailer Animation. No plugin is required to use this Trailer.

Editing this Trailer is extremely easy. No Advance Skills are required. Just follow the PDF instructions and That’s it. But you have the options to change the Background, Color, Text Style, Font, Length, ETC .

You can contact me to get Music Info

Download The Grunge Trailer (Grunge)

Building a Mobile Web Application with the Google Reader API

//This tutorial will teach you how to build a mobile news feed reader web application using the Google Reader API. This application will be very “feature focused”, but the foundation you learn here should be enough for you to expand upon in your own apps. As of the time of this writing, there isn’t an […]

Read More

Decrease Size To An Image Rich Website

Hi,
I have a 2 page website that I designed very quickly in Photoshop and then saved as html (div statements) making sure I was using the smallest possible size for all the images.
The problem is that the webpage still takes a few seconds to load as the entire page is page up of images (gif and jpg).

I need someone to convert this design (which I will provide) so that it loads a lot more quickly by, I suppose, replacing some of the images with colour filled cells.

The website is at
www.italianfortravellers.com
and the other page is at
http://www.italianfortravellers.com/moreinfo.html

I will provide the PSD for both pages.
This is a very small and quick project and I’ll be selecting the lowest bid at the end of today!!

Cheers

Website Adjustments Needed

I need the following few things updated on my website: babybidz.com.au

1. The image i removed from the bottom right hand side needs to be completley removed.

2. Where my Facebook link is, i would like it to be a direct like my page instead of having to go to my page to become a fan.

3. Remove the link on the footer for “april giveaways”

4. I need RSS feeds for newly added auctions.

5. I need another image added to my home page in the rotating images i currently have. This image will need to be removed again in March.

To be completed asap.

Playlist Generator For Jw Player

I need someone to install photo album , it can be any free (not custom develpemnt). , I have http://www.softaculous.com/ bundle on vps server. u can install it easy.
I like to get a php scripts that can get about 20 , 30 image randomly from that album u installed. then load it into playlist.xml . everytime I run php, photos will have to be loaded randomly from different album to playlist.xml. I’ll use it in jw player. I will call xml with .htaccess to run php file. your playlist can be used for photos, flv and mp3 files.
your php file ( may need two types of php file)
1/ can pull data from database ,
2/ scan the folder contents
to make playlist.xml

http://developer.longtailvideo.com/trac/wiki/ImageRotatorFiles

http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/583/auto-generating-playlist

Need Graphics For A Online Mafia Game

Need a set of graphics for an online game www.mafiaunleashed.com

Need about 12 to 15 graphics for online game. Attached is a sample of what i would like but customized for my site.

1 New Game Banner
4 Different Game medal(Played 50 Round, Played 100th round, played 150, and a medal played 1year)
1 New Global Sub Banner
1 Text sub. banner

Rest of the graphics are text font sub. banners
*Before project to be started must be able to provide a sample of one of the attachment(specifically bade5 or any of the roundsp50 image that is attached to show u understand what we are looking for) to show you have the skills of what we are looking for as far as graphics.

*Specifics such as dimension and size will be given winner of bid.

*Along with finalized graphics, a editable psd file must be give also with graphics to be kept on file by site.

*If all images are done great as to our like, we have more projects available for winner

Make Results Be Ordered By Relevance

I bought a script and I need part of it to be modified.
In the attachment, you can see a non-boolean search, i dont know what type of search it is.
I need the results of this search be ordered by relevance
Example: We search for 3 keywords: red + green + black
The results will be ordered (3 words / 3 words) then (2 words / 3
words) then (1 word / 3 words)

All funcionalities of this script must be kept, including the accent insensibilty!

SEE THE FILE IN ATTACHMENT

I WONT ACCEPT BID FROM UNKNOWN PROGRAMMERS

Swoopo Clone Installation 2

Hi,
I have my swoopo clone script, i have a domain and host. I have the installation scripts aswell. itz only a 30 min thing. Lowest bidder winz. i am new here so please let me know wat info do you need for this..
thank you

here’s the instructions i have:
Please note: For significant performance improvements, install Zend Optimizer on your server.

Here are the instructions

1) Move the code (if it is not already) to a folder in your webroot folder. For example /var/www/swoopo2010.
If you are moving this code to a live server, copy the code into the public_html or httpdocs directory.

2) This step is only needed if the site isn’t accessable from a domain name directly. e.g. www.swoopoclone.com
You need to set up a subdomain to access the site, so that the website URL is swoopoclone.localhost
For more information visit: http://blog.ubrio.us/gnome/how-to-subdomain-localhost-ubuntu-osx

3) The next step is to create your database and dump the SQL. In the code under /app/config/sql import the
file databasebearbid1_demo.sql into your database.

4) Now you need to create your config file. In app/config you will see a file called config.default.php.
Rename this to config.php and fill out the details so that they match yours. Turn demoMode to true for now.

5) Now you need to chmod 777 the following directories:
/app/tmp
/app/tmp/cache
/app/tmp/cache/models
/app/tmp/cache/persistant
/app/tmp/cache/views
/app/webroot/img/category_images
/app/webroot/img/category_images/max
/app/webroot/img/category_images/thumbs
/app/webroot/img/auctions_images
/app/webroot/img/auctions_images/max
/app/webroot/img/auctions_images/thumbs
/app/webroot/img/files

6) Now you need to create the following Cron Jobs. We use CURL to access the URLs, but contact me if you server doesn’t have CURL installed.
These cron jobs should be set to run every minute, of every hour, or every day. Make sure the cronTime in the config is set to 1 also.
The 4 commands you need to set up are:
curl -s -o /dev/null http://www.domain.com/daemons/bidbutler
curl -s -o /dev/null http://www.domain.com/daemons/extend
curl -s -o /dev/null http://www.domain.com/daemons/autobid
curl -s -o /dev/null http://www.domain.com/daemons/close

If you are running the site on your local host, you can test these things by simply running the daemons directly on another browser
and set the cronTime to say 10 to keep it running.

7) You should now be able to access the website. Register on the website, and your account will be set to admin.
Once you have done this, turn turn the demoMode back to false.

Thats it! Enjoy the code!