Posted by Rasti | Feb 8th, 2010
Designing web pages, creating add-ons and also the various CMS couldn’t ever be as easy as it is using the ALPHA CMS. ALPHA CMS – An MVC based A.P.I Content Management System is mainly based on JavaScript, PHP, Smarty and MySQL.
The downloadable version of the ALPHA 2.2 version is now available and ready for your use. The up gradations are completely automated that makes it extremely user friendly. You can...
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 30th, 2009
Most of you already know what Appcelerator Titanium is. For those who not, be advised that Appcelerator Titanium lets you build rich, native desktop and mobile phones applications with the web technologies you use today. Yes, all you need to know is HTML, CSS and JavaScript and you are ready to build applications for Windows, MAC OS X, Linux platforms as well as for iPhone and Android.
As I have briefly informed...
Posted by Rasti | Nov 26th, 2009
The winter time is approaching and you might want to have some snow on your website. No problem. Snow effect based on JavaScript will bring some snow to your visitors.
It‘s just one line of code implementation and it’s for free. No images are required and the implementation is question of few seconds. Users can adjust several parameters like amount of snow, wind, snow speed and also whether the snow will...
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 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 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....