ShareThis - Sharing Widget
2011-07-05
There are so many social channels, that its hard to keep up to date with them. Everytime something changes, you need to change it in your website. That's why most of us use only popular social channels like twitter, facebook etc. But doing that you might be missing on a lot of targeted traffic. ShareThis widget allows you to provide...Add Google +1 to your website
2011-06-07
Google offers new way to indirectly affect your website search results. It's called +1, where bassically people suggest your content, like many others content sharing features, only now your "Google" friends will know, you suggested it and suggested website will have better chances of appearing in their Google seach...Javascript snow for your website to create Christmas atmosphere
2010-12-10
Here is a nice javascript Snow to add Christmas atmosphere to your website. You can manage snow flake graphic, speed, amplitude etc. Easy to implement and it looks really nice. You can download latest version from JavaScript Display snow flakes falling on the Web page An here is how to implement it to your website: <script...Awesome jQuery Tooltip plugin
2010-10-17
Here is one awesome jQuery tooltip plugin. It's awesome, not only because it looks cool and works great, it is also fully customizable. For more information about plugin go to flowplayer.org. You can customize tooltip outlook using css, customize it's effect and position using javascript, and you can attach them to any combination...Mysql access wrapper for Flash ActionScript 3 using PHP
2010-10-14
Since flash doesn't have it's own way to connect to database, web developers usually use PHP for that purpose. Then there are many ways how to pass data to flash using XML etc. But all code snippets and tutorials I've found on the Internet are usually not multi functional and serve only for one purpose to insert data, or select...Implementing RDF and Sparql using ARC solution
2010-10-06
There aren't many good solutions for RDF and Sparql implementation using PHP. ARC by Semsol is one of the best I've seen for now. So what can you do with it? First thing you can add many RDF structures into one database and then browse them using SPARQL query language. Then you can create SPARQL endpoint and allow others to browse...Random banner rotation in ptcevolution script
2010-09-16
Here is a way to implement random banner rotation to show multiple random banners on same page. This script works for PTC Evolution Version 1.1.0 script. Didn't test it on other versions. For more information about script visit PTC Evolution website. So what you'll need to do is to create banners.php file in your root...Form validation PHP and Javascript
2010-07-23
There are two very similar in use validation classes, the difference is that one is for javascript: http://www.javascript-coder.com/html-form/javascript-form-validation.phtml and other is for PHP: http://www.html-form-guide.com/php-form/php-form-validation.html So why to use both PHP and javascript validations? Javascript has...AJAX suggestion script like in google
2010-07-22
Recently I came across one great script that allows you to create suggestions from your database to the user input. More about it here: http://www.robertnyman.com/ajax-suggestions/. We will use this script to implement into form where input fields are dynamically created (user can add more input fields). So to use this script you...XSPF web mp3 music player
2010-07-21
There is one simple mp3 music player that supports xspf playlists, which can be found here: http://musicplayer.sourceforge.net/. We will modify it, so our songs stay secure and can't be downloaded and also change the text color of player and implement it in website. To keep songs save there are 2 things to be aware...Lightbox - overlay picture for image galleries
2010-07-17
Most popular script for web galleries is Lightbox, it overlays image over the page, thus expanding it for full size view and gives control to move to next or previous picture or close the overlaid picture. And it has an easiest set up. There are to ways to use it: with Prototype Framework and Scriptaculous Effects...CKEditor and CKFinder
2010-07-14
There is one good combination for every CMS. One allows you to input and edit site content in very user friendly way without HTMl knowledge: http://ckeditor.com/. And the other allows you to manage your files on server: http://ckfinder.com/. But when you combine them together, you get a tool to manage your site content and add/edit...Uploadify with album select
2010-07-09
One of the best uploading scripts that I've found is uploadify, which you can get here : http://www.uploadify.com/download/. It allows you to select and upload multiple files. We will use this script with select box to choose to which album to upload photos. We will use uploadify onSelect event to get selected index of drop down box and...Javascript tree view
2010-07-05
There is one cool javascript tree view script, that is called dtree. You can find it here: http://destroydrop.com/javascripts/tree/. It allows you to create tree view categories like this: We will implement this into form, so we can submit ID of chosen category, and we will also update tree using jQuery AJAX request. So...One of the best php chats - phpFreeChat
2010-07-02
phpFreeChat is one of the best, because of it's customization options and easy integration with site authentication. You can download it here:http://www.phpfreechat.net/. The version I used is 1.2 and it has automatic installation PHP file, which I recommend to use. After installation to use this chat with your site...









