Crystal Ball (Animated Objects)

Crystal Ball is a beautiful ornamental animation featuring a glowing, crystal globe of moving rotating color. Fun to watch over and over or as a creative addition to any website.
This is a customizable progressive image file and the animated elements can all be easily resized.
Zip file includes CS4 AS3 Fla, Swf and JPG and Png files. Help file is included!

Download Crystal Ball (Animated Objects)

Fine Dining – Facebook Page Template (Other)

Fine Dining- Facebook Page Template

This is a FLEX application

Show your presence on face book. Customize your facebook page to include slideshow, image gallery, and location through FBML application.

This template is made targeted at restaurants but you can use your creativity to use it for any other business, though most suitable for a bistro or a restaurant

See it LIVE on Facebook

You can change the Background image from XML

Special Features

  • A nice looking design
  • Three default Colors to choose from, you can easily change the background image from XML
  • XML driven
  • PSD files for welcome page and for Logo is included
  • You can create more pages of same type
  • You can change the link colors from XML
  • Built with RobotLegs framework ( http://www.robotlegs.org/ )
  • Built with Sparks skinning and Layout
  • M-V-C-S pattern used in coding in flex

Additionally

The break-up and the package structure is based on RobotLegs AS3 framework.

Credits

Images

Download Fine Dining – Facebook Page Template (Other)

PhotoGallery – iOS Xcode Project (iPhone)

Photo Gallery is a plug-and-play iOS application.

It is perfect for photographers and angencies.

Simply drag and drop your photos in and define some stuff – It’s like magic!

About screen included (see SCREENSHOTS ).

Easy to integrate into existing projects (I also include a tutorial for that).

There are three video tutorials (english) included.

Please tell me suggestions for more full application projects for the iOS by e-mail.

Follow me for easy to customize projects, that do not require coding skills for iOS and Mac.

Download PhotoGallery – iOS Xcode Project (iPhone)

GogooooSE – Superior Fulltext Search Engine Script (Miscellaneous)

GogooooSE – Totally Amazing Fulltext Search Engine with spelling, keywords highlighting, boolean search and more!

GogooooSE is totally amazing fulltext and independent search engine with spelling (porter stemming algorithm sed) that is intended for any of your websites. GogooooSE is based on amazing SQLite3 database engine with build-in FT3 fulltext extension that is based on some Google guys work :) (and used internally in numbers of Google projects!). With this script you
can implement totally amazing zero configuration search functionality to your website only by upload and run script on server.

This search script is based on two perfect Gogo classes (GogoSearch & GogoSpider) that you can implement anywhere in your site code. Simply include GogoSE.php to your project and use this classes on your website like below and you’re done! It couldn’t be easier!

&nbsp;&nbsp;include ('GogoSe.php');<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;//start<br />&nbsp;&nbsp;if ($ispostback ) {<br />&nbsp;<br />&nbsp;&nbsp;// get number of items per page from request <br />&nbsp;&nbsp;$itemsPerPage = isset($_GET['c']) ? (int) htmlentities($_GET['c']) : 10;<br />&nbsp;&nbsp;// get current page number from request<br />&nbsp;&nbsp;$currentPage = isset($_GET['p']) ? (int) htmlentities($_GET['p']) : 1;<br />&nbsp;&nbsp;<br /><br />&nbsp;&nbsp;//initialize GogoSearch (Ifse it instance name/sqlite filename)<br />&nbsp;&nbsp;$gse = new GogoSearcher('Ifse');<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;//search results by quick and easy way<br />&nbsp;&nbsp;$gse-&gt;SearchEasy($_GET['q'], $currentPage, $itemsPerPage);<br />&nbsp;&nbsp;<br /><br />&nbsp;&nbsp;//another ways<br />&nbsp;&nbsp;//$gse-&gt;Search($_GET['q'], $currentPage, $itemsPerPage);<br />&nbsp;&nbsp;//$gse-&gt;RenderHtml();<br />&nbsp;&nbsp;<br />&nbsp;&nbsp;//get xml results!! ('res' is the root element)<br />&nbsp;&nbsp;//echo $gse-&gt;getXmlResults('res');<br /><br />&nbsp;&nbsp;<br /><br />&nbsp;&nbsp;}<br />

Features included in GogooooSE:

  • Easy to install and configure (upload & run!)
  • Searches all HTML /Text files on your website (based on content-type header)
  • Super fast searching with spelling, keywords
    highlighting
    and scoring!
  • Boolean search, extended search (e.g.: title:keyword)
  • Finds matching in Title, Meta Keywords and in content of web page with stemming !!
  • No external database required, (you need only PHP PDO SQLite3 support on your server)!
  • The results are sorted by relevance in a page-by-page view similar to Google.
  • The text that displays under each search result is trimmed to a certain length so it fits on the page nicely.
  • Implemented as absolutely unique GogoSearch and GogoSpider classes in single include file!!
  • Simple administration page for webspider, you can index more than one website to your index !!
  • Configurable URL exclusion for webspider
  • Simple Google like result page with paging
  • Simple implementation to your website
  • XML  output for results
  • etc …

Configuration of GogooooSE:

You can control the following options:

  • Which folders to search for HTML /Text files
  • Which URL (part of url) exclude from indexing
  • How many results to display on each page
  • Plus many more advanced settings in each Gogo class

Advantages

The advantages of GogooooSE over a google integrated solution

  • You can style it the way you want
  • Instant and unlimited search results without ads!
  • Control over exactly when the indexer will scrape your updated website content again
  • It can index “every” page of your website
  • No “AdWords” advertising (customers don’t like ads on their professional looking websites)
  • It has an awesome highlighting feature and sorting based on keywords scoring
  • Simple to use, look above

Requirements

  • PHP5
  • PHP PDO SQLite3 extension enabled (for fulltext and stemming feature) (SOLite3 lib ver. > 3.6)
  • Know how to upload files to your website (eg: with FTP )
  • Some HTML /CSS knowledge so you can style the search results page (to suit your look & feel) if you want.

How to install:

  1. Unzip the file from CodeCanyon
  2. Upload extracted files to your website (eg: to new /search/ folder)
  3. Visit the spider administration page by going to
    http://yourwebsite.com/search/crawler.php
  4. Set “write” permissions via FTP remote view on the /search/ folder
  5. Create a form on your website like this:
    &lt;form action="/search/index.php" method="GET"&gt;<br />&lt;input type="text" name="q"&gt; &lt;input type="submit" name="submit" value=" Search "&gt;<br />&lt;/form&gt;

    Note: You can use (include) search.php in your code to simple display results in your page, or e.g. use XML output to display results by Ajax or your custom way.

  6. Done
    (replace yourwebsite.com with your actual website address above)

The next step

The GogooooSE can be extended by some new features, better scoring algorithm etc. if you are interested, contact me at magic ( at ) softpae.com. GogooooSE can be extended by advertising “engine” also, see info below.

I am working on

I am working on new scripts:

  • SmallSense – Google AdWord/AdSense clone with easy implementation to GogooooSE :) (I am using SQLite FT3 support, “keywords” spelling etc…)
  • SEO analyzer engine – engine for website analyzing
  • XMLWebCore – awesome website construction framework

Note: If you want help me, buy this amazing search engine script right now and support me to do the new super amazing scripts:) SmallSense will waiting for you.

Demo

You can find demo site of GogooooSE on http://apps.softpae.com/gogose/ (contains 500 pages from copyblogger.com indexed!)

SOFTPAE .com

SOFTPAE .com is small development company based in Slovakia.

Download GogooooSE – Superior Fulltext Search Engine Script (Miscellaneous)

MyMedia for WordPress (WordPress)

WordPress plugin with:

  • Batch import movies from TMDb
  • Batch import album, artist and song information from Last.fm
  • Powerful AJAXified admin back-end
  • Automatically search YouTube for trailers and add them to your movie
  • Automatically search for lyrics using Chartlyrics when importing new albums
  • 6 Custom Taxonomies: Genres, Actors, Directors, Writers, Artists and Tracks
  • Lost more coming in future releases

Download MyMedia for WordPress (WordPress)

Awesome Donation System for WordPress (e-Commerce)

So your income somehow depends on donations ? Well you may just encourage your visitors to donate a little more :)
How ? With the Awesome Donator System!
Everyone is looking for exposure, even when donating. Millionaires are donating to get rid of some taxes, and to get the fame for donating! Why shouldn’t you suggest your donaters to do so as well ? Put this system in your site!

Feature list:

  • Admin Panel in embeded in WordPress
  • Donator Quotes – Let donators say something publicly, if they wish to!
  • Links System – Let donators link to their web pages.
  • If your site has something about SEO you will love the dofollow/nofollow feature!
    You can set the amount user has to donate, to get a dofollow link on their web page!
  • If some donators aren’t looking for exposure, you can offer them:
    • To hide the amount they have donated in the list
    • To hide their name in the list
  • Avoid spam! You can enable approve system to manually approve the donation, before it appears on the list.
  • System automatically checks entered email, if the domain is valid and does it have an email service. NO [email protected] :)
  • Star System – Encourage your visitors to donate higher amounts,
    by giving them “medal stars” if they donate at least XX $ (you can set the amounts, star images easily in admin panel)

So what are you waiting for ? You know this is what you have always needed!

Download Awesome Donation System for WordPress (e-Commerce)

Cinematronic (Light)

Hello, this is my newest project. It is great as trailer, promotional video, video presentation and even as an intro. It is fully packed with epic cinematic uplifting feeling.

Item details

  • Full HD (1920×1080)
  • 720 HD included
  • Link to Font included
  • Short video guide included
  • You don`t need any plugins (included prerendered version)

Music and stock footages are not included.
Music is masterpiece of Symphony-of-Specters and you can get it Here and i highly recommend that specific music for this project.

Thank You for buying it and please rate it.

*Feel free to drop me e-mail for any questions and I would try to help you.

Download Cinematronic (Light)

Boxed Logo Animation (3D, Object)

Boxed Logo Animation – Looking to impress,but don’t really have your logo figured out – let alone the animation for it? Have no fear,boxed template is here.
Colorpicker for each cube!

Information:

  • Customize the colors with a few clicks.
  • No plug-ins required.
  • Video tutorial included.
  • Full HD 1920×1080.
  • Adobe After Effects CS4 Project file.
  • This motion graphics piece is good for any opening video,website intro,corporate identity and more.

SOCIAL LINKS :





Download Boxed Logo Animation (3D, Object)

Explorer – Logo (Light)

Show your logo in this modern, stylish, elegant and abstract opener/closer.
This project is made in Full HD (1920×1080) and is ready in 4 colors. Add your logo, choose color and you’re ready to render.
OR you can customize your color with several clicks (videotutorial is included). This fast light explorer is great like opener for trailer promos, video productions, presentations, product showcases, portfolios or only like simple and fast Logo reveler.

– Change all the colors with few clicks
– NO PLUGIN
– Full HD (1920×1080) or resizable
– Video tutorial included
– Easy and fast customization and render.

You can also change the texture, particles, background, speeds, etc… Because of no pre-render elements you can easily fine-tune it to your requirements.

Sound is not included, but if you like it, feel free to contact me.

Enjoy :) and don’t forget to rate

Download Explorer – Logo (Light)

news broadcast package (Lower-Third)

1280×720p cs4-5 project

easy customization Audio is not included

no extra plugin needed (pre_rendered version)

easy to customize everything in this project

All the graphics are created in separate project files.

File Compression : Zip

File Content : AE Project, Footage, Tutorial

File Size : 214Mb

ANYONE WANTS TO CHANGE OR ASK ANYTHING JUST MESSAGE ME

only videohive.net

THX FOR BUYING

Download news broadcast package (Lower-Third)

Three Words Only ! (Special Events)

Hi Friends,

  • A nice elgant way to send beautiful, romantic messages or greetings for Valentines Day.
  • Easy to change the text.
  • Created in AE CS4 . Full HD 1920×1080
  • The audio is available here here.

  • Font info is there in help file.
  • Feel free to contact me on any queries.
  • You may also like my Seamlessly loopable Background :

    Click here to view

    You may also like my Template for Wedding and Valentines Day :

    Click here to view

    Download Three Words Only ! (Special Events)

    Create Web 2.0 Style Logo with Photoshop

    In this tutorial i am going to show you how you can create one logo with web 2.0 style.

    Note: This tutorial was published before on another small site some years ago. I decided to close that site but i always liked this tutorial and he got a lot of positive reviews. So i decided to update it and publish it here at Photoshop Star.

    Final Image Preview

    Create Web 2.0 Style Logo with Photoshop

    Step 1

    Create a new document with size of 600 x 300 pixels and fill it with white color.

    Create Web 2.0 Style Logo with Photoshop 1

    Step 2

    Create a new layer. Select the Polygon Tool, set sides to 3 and on Polygon Options select Smooth Corners.

    Create Web 2.0 Style Logo with Photoshop 2

    Set foreground color to #91D638 and draw a polygon facing up.

    Create Web 2.0 Style Logo with Photoshop 3

    Step 4

    With layer selected, go to Layer > Layer Style > Blending Options > Stroke.

    Create Web 2.0 Style Logo with Photoshop 4

    Create Web 2.0 Style Logo with Photoshop 5

    Step 5

    Create a new layer. Add a white polygon on the center, slightly smaller than the green polygon.

    Create Web 2.0 Style Logo with Photoshop 5

    Step 6

    Create a new layer. Draw another green polygon, slightly smaller than the white polygon.

    Create Web 2.0 Style Logo with Photoshop 6

    Step 7

    With this layer selected, go to Layer > Layer Style > Blending Options and add the following styles:

    Create Web 2.0 Style Logo with Photoshop 7

    Create Web 2.0 Style Logo with Photoshop 8

    Create Web 2.0 Style Logo with Photoshop 9

    Step 8

    Merge all visible layers into one except background layer. Duplicate layer and rotate upside down and you will have something similar to what i have.

    Create Web 2.0 Style Logo with Photoshop 10

    Final Image

    Now add some text using font Myriad Pro, Semibold, Smooth, 47px and color #888888.

    Create Web 2.0 Style Logo with Photoshop

    You can see now logo with different colors:

    Create Web 2.0 Style Logo with Photoshop 11

    Follow Photoshop Star
    If you want to receive updates from PhotoshopStar, please consider subscribing our RSS feed. You can also follow us on Twitter.

    If you prefer, you can also subscribe to our monthly Newsletter.