February 22nd, 2010 |
xumi |
Question:
Hi,
I have two computers and would like to transfer some games from one pc to the next, one game in particular I am having some trouble with - called “Jojo’s fashion Show 2: Las Cruces”, I would like to transfer across the player information – progress gained in my saved game from my old pc [...]
January 27th, 2010 |
xumi |
Question:
I’m running a website for my HOA. I would like to create a mailing list where users can safely add or remove themselves from the mailing list and maybe be part of different categories. For example some people might just want to get emails for volunteering other might get volunteering and HOA news, etc…
Does anyone [...]
January 23rd, 2010 |
xumi |
Question:
I cut/paste the Paypal code, but am getting a Certificate Error…
“We were unable to decrypt the certificate id.”
Any suggestion on how to approach fixing this? I tried in Firefox and IE with same result.
Thank you!
JohnD
Solution:
Ensure that the character string is complete. Most of the time this error occurrs when users copy->paste incomplete encryption strings for [...]
January 19th, 2010 |
xumi |
Question:
Hi there, we are looking for a solution for a postode search problem. We have a customer that is a franchisor for a mobile operation. Basically a franchisee buys an area of certain postcodes to build up a territory. What we need is a solution that if we put in a postocde of the end [...]
December 31st, 2009 |
xumi |
Question:
Hello experts. I belong to a site where I am an expert and I answer questions posted by visitors to the site. I want to know if it is possible to create a macro, plug in, or write code that will be able to detect when new posts are submitted and then click on the [...]
December 30th, 2009 |
xumi |
Question:
I have been trying to get some form validation to work but have had on a checkbox and a dropdown list but have had no luck. I can get it to pop up an alert message but you click ok on the message and it goes to the next page anyway.
This is a 3 step [...]
December 17th, 2009 |
xumi |
Question:
Ok so what im trying to do is query a database for all sales transactions for a specific user for a specific month. I can write the sql joins and what not fine and the query returns everything in the associated tables for all the transactions. I need the users dashboard to add up the [...]
December 17th, 2009 |
xumi |
Question:
I have a web page that has a form with a text field. I want to read some information from a magmatic card reader device into the text field. I can read the card information and get it in the text filed, but I want to disable the keyboard entry and the mouse right click [...]
December 17th, 2009 |
xumi |
Question:
I’m going to create a job portal, blog and shopping cart integrated with joomla( popular cMS). I’m doing this for my engineering degree project.
What title would be best for my system?
Jobportal and blog are important aspects of my system.
Solution:
Joblogger / Jobblogger immediatly comes to mind but what products are being sold?
November 30th, 2009 |
xumi |
Question
Hi all,
I have a large word 2007 document and want to search for duplicate paragraphs and delete them as I wish.
Many thanks,
Derek
Solution:
You can use a regular expression in Find and Replace to do it if the duplicate paragraphs are grouped together (or can be sorted to be grouped together).
In Find what: (*^13){2,}
In Replace with: \1
Use [...]