Currently Browsing: Code Bytes
Posted by Rasti | Feb 3rd, 2010
Wouldn’t be nice to have HTML tables with many columns and rows and after scrolling it down the table header will stay up? Very handy for those who has tall tables on their websites, and when the visitors scroll the table down, they will never forget context of the cell because the table header will never scroll out of view. This effect is gained by creating two tables and stacking them on top of each other,...
Posted by Rasti | Nov 27th, 2009
Many Joomla! web designers have experience with offensive spam registrations. Very annoying for all of us. Here is one of the solutions how to avoid it. By using Registration Validator plugin for Joomla!
After installing this Joomla! 1.5 native extension, you can block unwanted user registrations by blocking email addresses, domain names, usernames or IP addresses. This plugin is tested in standard Joomla!...
Posted by Rasti | Nov 25th, 2009
GalleryView jQuery plugin provides users with nice and flexible content gallery which is easy to implement and customize. It looks very nice on website and brings higher standard to your gallery. There are hundreds of galleries used on many websites but GalleryView will be loved by many users.
GalleryView has possibilty to customize the themes by creating new graphics. Also couple of options that can be set...
Posted by Rasti | Nov 17th, 2009
Many companies have contact information on their websites. Nowadays, inserting Google Maps into contact page is very popular. It helps your customers to find the exact way to your company much easier than before.
But now, there is the possibility to make your Google Maps more attractive and helpful. What about adding your logo with description of your company by using an infobox shown after clicking on that...
Posted by Rasti | Nov 11th, 2009
Is your browser window too small? Can‘t you get dropdown menu items in lower position? CSS Tricks brings us quite handy solution how to show all menu items without scrolling your browser window down.
Useful for those who have not any scrolling wheel on their mouse because lower menu items are absolutely inaccessible for them, and visitors usually leave the website. CSS Tricks demonstrates you how to implement...
Posted by Rasti | Nov 10th, 2009
It‘s nice idea to show others some CSS or JavaScript effects you have made. However, very important is where and how. There are many blog websites that contain numbers of tutorials for web developers or web designers. To implement all your work directly in blog post is not very comfortable way because it requires having CSS path in header; your JavaScript may conflict with other JavaScript files, and so on....
Posted by Rasti | Nov 9th, 2009
For those who want to make their Joomla! websites more informative, the Google Weather module is a nice solution. This Joomla! extension shows four-day weather forecast, current temperature and also weather condition by using the Google Weather API on your website. Visitors can write in the input field specific city they want to know current weather in, and there is also possibility to switch between °C or...
Posted by Rasti | Nov 6th, 2009
If your website contains user registration system, all members must login before having access for registered users. The site visitors can usually find the Member Login or Registration Form on your website to put their data. Some webpages have Login Form visible and other sites have it hidden and can be shown only by clicking on button or link.
Web-Kreation has built pretty nice up and down sliding login panel...
Posted by Rasti | Nov 5th, 2009
Would you like to have something special on your webpage? YouLove.us explains how you can create nice eye catching scrolling background effect based on very tall gradient background picture scrolling behind transparent images.
Nothing is easier than create header with your logo, some text or images. All these stuffs must be on transparent background. Whole effect happens in JavaScript. Using jQuery library,...
Posted by Rasti | Oct 27th, 2009
Many website visitors often fill in many registration or login forms and there is often required a passwords. Have you ever tried to crack a password? It is quite easy for basic programmers. But all depends on how strong the password is. It means how many characters does it have or if the password contains some numbers or upper case letters. The more complicated password is, the harder is to crack it by someone....