Posts

Tutorial: Create Cross Browser Select Box Styles Using CSS

Image
So many new element styles on modern web pages. CSS is a powerful language to make it. Besides buttons , there are other HTML elements that we can change its styles. In this tutorial we will create select box styles using CSS . We will create select box below. First, we need a select element inside element. But, you need write it inside element and give a class for this div element. For example, I give a class called newSelectStyle for this div element. You may write following code inside element. <div class="newSelectStyle"> <select> <option>First Option</option> <option>Second Option</option> <option>Third Option</option> <option>Fourth Option</option> </select> </div> Now, create a CSS rules for above elements. You may write following CSS rules. .newSelectStyle { display: inline-block; overflow: hidden; /* it will remove select arrow on IE because select box width exceed the ...

How To Create CSS Buttons With Gradient Color (Imageless)

Image
CSS button with gradient At this time I want to write a simple tutorial how to create CSS buttons as we can find on so many website on the internet. It's like Google buttons . Imageless, it's written using CSS without need any images for gradation. CSS buttons will be loaded faster than image buttons. So it will increase page speed loading of your website. We will create following buttons. In this tutorial I will create in four different colors: blue, orange, red and grey. Here we go. First you need to create CSS file, or you can also create it in your HTML file. In this tutorial, I write CSS rules in HTML file. Create a class called blueButton, write these on CSS rules: .blueButton { background-color: #4d90fe; background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed); background-image: -moz-linear-gradient(top,#4d90fe,#4787ed); background-image: -ms-linear-gradient(top,#4d90fe,#4787ed); background-image: -o-linear-gradient(top,#4d90fe,#4787ed);...

Knowing Detail Specification of Samsung Galaxy S4 Zoom

Image
Samsung has new power on android smartphones market since released Galaxy S4 Zoom . This touchscreen smartphone has something different than other samsung smartphones. You can see the optical zoom at the back. It like a pocket camera. Probably because zoom lens, it called Galaxy S4 " Zoom ". As other samsung smartphones, Galaxy S4 Zoom also installed Android OS Jelly Bean (v.4.2.2). I think BBM can run on this one smartphone. Galaxy S4 Zoom Image courtesy of Samsung Galaxy S4 Zoom supports 2G, 3G and 4G. It has internal 8GB of memory and card slot available for microSD upto 64GB. It's pretty big memory capacity for a smartphone. For connectivity, Galaxy S4 Zoom equipped with Bluetooth v4.0 that allow you to perform file sharing with other devices. WLAN also available, you can use your Galaxy S4 Zoom to browse internet for free where you find Wi-Fi hotspot. How about its internet connection speed? Don't worry about that. Galaxy S4 Zoom supports HSDPA and HSU...

3 Important Things To Do After Installing Windows 7

Image
It's been a long time I don't post on my blog , I'll share simple tips to do After Installing Windows 7 . So many people don't care about their system and data safety. Now, I wanna share three important things to do after installing Windows 7. It's for your system and data safety. After Installing Windows 7 I always doing these things: #1 Make Sure Windows Update feature is active It's very important for security of operating system . Microsoft always patch every their product include Windows 7. To make sure it active or not, you can access Control Panel through Start Menu Click System and Security Click Windows Update Click Change Settings . It's recommended to select " Install Update Automatically ". Set to " Every day ". You can set the time as you wish. Before you work or after you work, or while you break. Click "OK" to apply settings. #2 Set Location of Documents to Logical Drive  I often seen so many PC...

Is there Voxer for BlackBerry?

Image
As we know Voxer is walkie talkie app special for smartphones . There are some people are looking for Voxer for BlackBerry . They don't know what devices that supported by voxer app . I don't know what vendor that supported by voxer. Based on information that I've got from Voxer Official Site, voxer app compatible with iPhone , iPod touch , and iPad . Requires iOS 4.0 or later , and Android operating system. For you are looking for voxer app for BlackBerry device, I hope you can be patient to waiting for Voxer for BlackBerry because I have found a statement of the Voxer Support at support.voxer.com. There is someone asked about voxer for BlackBerry and then the Voxer Support said: " We have no plans to implement Voxer on Blackberry at this time " on November-11 2011. It's means Voxer not support BlackBerry at this time. Just be patient to waiting for Voxer for BlackBerry . Next time, maybe Voxer will available for BlackBerry. source: Voxe...

How To Disable Automatic Updates on AVG Internet Security 2013

Image
Automatic Update is a very important feature on antivirus or internet security software. Because this feature keep your virus definition stay up to date. But when you do so many task on your computer/notebook, automatic updates feature will be a something sucks. Because this feature will take more memory usage during you perform your task on your PC. At this time, I want to share how to disable Automatic Updates feature on AVG Internet Security 2013. It easy to do. Please follow these steps. #1 Open AVG Internet Security 2013 using double click the icon on desktop or system tray area. #2 Click Options menu and choose Advanced Settings . So Advanced Settings dialog box will appears. On left side menu, Click  Schedules , expand the menu using click  +  button beside it. And then Click  Definition Update Schedule . Look at the right side, uncheck  Enable this task . It means you disable automatic virus definition update. disable definition upd...

BBM Can Be Used For Your Android and iPhone Smartphone Now

Image
Now, BlackBerry Messenger (BBM) not only for BlackBerry Smartphones but also Android and iPhone users can use it. According to BlackBerry official site, BBM released to public after delayed about a month on October 22, 2013. BBM for Android can run on Android OS v.4 Ice Cream Sandwich , Jelly Bean , and later . For you who using Android smartphones, you can download BBM app from Google Play . For iPhone, you can download at App Store . You need to register at BBM.com before download it. BBM was released to public officially, I think it will enlarges BBM market in the world. As I know, WhatsApp is a instant messenger in the world right now. WhatsApp has over 200 millions users in the world while BBM has 60 millions users. Many people think BBM will dominates instant messenger market beat LINE , KakaoTalk or WhatsApp . I don't know about it. But when BBM enter android and iPhone devices, maybe it will increases number of BBM users. Because android and iPhone used by majority ...