Suppose you are building a voting booth application. One of the things you want to avoid is letting a user vote multiple times to skew results. How do you prevent this from happening?
Welcome to Kobashi Computing. We are a Silicon Valley, California technology consulting company specializing in web development, software testing, and Internet publishing.
Since 1998, Kobashi Computing has served some of the finest companies in Silicon Valley including:
Find out more about our services and see how we can help you today.
A Myspace layout 2.0 presence for a baker.
A total website redesign for KerryOnWorld, an online social community.
A total website redesign for Kobashi Computing.
A fresh new look for a local San Jose concrete contractor.
Kobashi Computing owns and operates Internet websites in many different industry segments including entertainment, consumer products, and informational services.
Find out how you can advertise on our network today.
Suppose you are building a voting booth application. One of the things you want to avoid is letting a user vote multiple times to skew results. How do you prevent this from happening?
When creating landing pages, its often best to leave your users with a choice of where to go after they read your content. Under Drupal, the best way to do this is to use the taxonomy module and tag all your content. Then, show all related articles to the content.
I'm very surprised Drupal's poll module isn't more flexible. One of the more common things Drupal sites want to accomplish is showing a poll on their web pages. But what good is it if you can only show the latest poll? Not very. This article shows how you can choose any poll to be show in a page.
So you have a successful blog or website and noticed that you get quite a bit of international traffic. You know that these visitors are struggling to even read your English based site. So what do you do to keep them loyal and wanting them to keep coming back for more?
A question was posed on Digital Point Forums today on how to determine what kind of ad will show up in Adsense if you were visiting from another country. After pondering this for a bit, I tried to come up with an answer. Here's the spelunking I did to arrive at an answer.
Given a DIV, how does one create a change in the behavior when the mouse moves into the region and out of it? That was an interesting excercise on one of my websites this week as I searched for a solution to change the background color in a DIV. Here I explain how I solved this problem.