Recent posts
Hi,
Read more
Hi,
I use a regular expression to validate the date.
But it does not work properly. See my code :
function checkdateformat(userinput){
var dateformat = /^d{1,2}(-|/|.)d{1,2}1d4}$/
return dateformat.test(userinput) //returns true or false depending on userinput
}
Is there any other regular expression available to check the date...
Read more
Good evening,
I have to prepare a table of accounting states. It contains about 40,000 records. And it takes more then 300 pages. But the problem is I have to set the row headings for every page manually. It is a burden for me.
How do you set it...
Read more
Hello,
Good Morning to all. Please help me. We do web development applications.
We face a problem with inserting a Flash Banner in a static HTML Page.
We follow the following code. It works fine on Firefox. But when we come to Internet Explorer, it overlapping the top menu.
We inserted...
Read more
Hi,
Study the following code :
<script language="php">
# Set a few variables
$site_title = "PHP Recipes";
$bg_color = "red";
$user_name = "Chef Luigi";
</script>
<html>
<head>
<title><script language="php"> print $site_title; </script></title>
</head>
<body bgcolor="<%=print $bg_color; %>" >
<?=$site_title; ?>
<?
# Display an intro. message with...
Read more
When I was working in my MS-Excel 2007, I got a regular error message relating to Privacy warning. What is the this? It's very irritating to me. I tried to solve this in many ways. But, It is not possible for me. You can see in my picture.
I am using PHP CMS i.e Wordpress. I install it in my localhost. When I check the site, it shows an error message : [an error occurred while processing directive]. I capture the screen shot and put in this post. Help me if anybody knows.
Read more
I am using Windows XP Professional.
I update it regularly. Updates are installed automatically daily. Today when I started my PC I face an error: “You may be a victim of counterfeiting” or “Your software is counterfeit” and This copy of Windows Is Not Genuine. What’s going on?
I cannot understand....
Read more
How to build my PC that runs on Mac OS, is it possible ?
Here is my PC configuration:
Processor: core i5
Ram: 4 GB
Hard Disk: 500GB
Graphic Card: 1 GB internal
Can I make my PC Mackintosh?
Please help me...
Read more
Cricket is the most demanding sport in India and has produced some world-class players who have dominated international cricket. India is a home for young cricket talents and is the most popular cricket-playing country. To make a place in the Indian playing eleven is the most challenging...
Read more








