Archive for the ‘Other’ Category
35 Best jQuery Sliders/Slideshows With Demos, part 4
Licensed under MIT:
Gallery View
Licensed under Public Domain:
Featured Content Slider
wSlide
slideViewer
Licensed under Creative Commons Attribution 2.5:
s3Slider
35 Best jQuery Sliders/Slideshows With Demos, part 3
Licensed under Creative Commons Attribution 3.0 License:
Slide Show
Licensed under Public Domain:
Image Slider by Tanaka
Slick and Accessible Slideshow
Licensed under GNU GPL:
Pikachoose (16 kB)
Pikachoose (Compact Mode)
35 Best jQuery Sliders/Slideshows With Demos, part 2
Licensed under Public Domain:
Image Scroller
Sliding Boxes
Slider by Javindra
Image Rotator
Coda Slider
35 Best jQuery Sliders/Slideshows With Demos, part 1
In this short series of posts I would like to present you the best jQuery Sliders (Slideshows). For every each of them you will find a link to its website, size of JS scripts and licence and of course- a working demo.
Licensed under MIT:
Galleria with Classic Theme
Galleria with Dots Theme(Clean Right)
Licensed under Public Domain:
Super Sized 1.0
Super Sized 2.0
Super Sized 2.0
How to reset admin password in Magento, Wordpress, Joomla…?
Getting admin password is a complicated task, because different websites use different hashing algorithms.
So- here’s a nice application which does the trick- it allows you to generate new admin password for websites powered by: Mantis, Joomla, Wordpress, Mambo, vBulletin, Typo3, phpBB, Drupal, Prestashop or Magento.
What SQL queries PHP scripts execute (without looking in the code)?
Sometimes I need to check what SQL queries is PHP script executing, but when code is quite complex (or encoded with Zend Guard or IonCube) it is extremely hard or even impossible to get this information from php files.
So- here’s a nice solution for this problem. It will log all the SQL queries send to the MySQL server in a MySQL table.
Wordpress error: File not readable.
A few days ago I tried to create a new Wordpress theme based on Kubrick theme. So I made a copy of the themes/default directory and did some changes. Then I tried to enable this theme in Wordpress and I got this error: “File not readable” next to my new theme’s CSS file.
How to increase 2MB limit on import in phpMyAdmin?
PhpMyAdmin by default allows you to import only 2 MB file. In many cases this is just way too little.
In order to increase the values you need to alter your php.ini settings.
How to move Magento shop to another host?
To successfully move a Magento store to another host (including localhost) you can just follow the steps above.
Wordpress Plugin- Redirect from post to somewhere else
This plugin allows you to redirect your visitor to any other place when he visits your post. When the post is shown on archive page the plugin doesn’t redirect to anywhere but instead shows link which visitor can click to go to that place.