After using PhotoShop, Gimp does look unfriendly. I have experimented with a Photoshop - 7 (long before they brought in the CS series) in a Linux through WINE years ago. It was not very successful as...
Type: Posts; User: NetProwler; Keyword(s):
After using PhotoShop, Gimp does look unfriendly. I have experimented with a Photoshop - 7 (long before they brought in the CS series) in a Linux through WINE years ago. It was not very successful as...
Congratulations on your nice simple design. At the first glance - you need to proof read your content. Eg: Maintenace. If you asked us this years ago, I would have suggested to come up with a script...
At the outset, if this discussion doesn't belong here - I am sorry about this. Mods - Please move this to the appropriate forum.
We are trying to come up with well designed (read professionally...
It is hard to take a potshot without knowing all the facts here. First of all look for vulnerability in your code. Involve your host. If you are on a shared server, if the permissions are not set...
As deepsand says - it will slow down your computer's responsiveness. Better option is to ditch the 512 MB RAM and go for another 2 GB RAM - if your laptop can support it. You will have a better...
It would appear that Google would require this tag on every page - indicating where the individual target language page is.
Ref:...
I am sorry I arrived on the scene a little late.
Here is the 301 you are looking for:
RewriteEngine on
RewriteCond %{QUERY_STRING} ^L=search\.online
RewriteRule ^(.*)$...
May be it is from a 'bot' from compromised computers around the world orchestrated to look for vulnerability. Unless you see the whole sequence of server requests, it is difficult to arrive at any...
To answer your question - I would have to ask you many questions:
1. What is it that your site has which makes it a target for potential hackers ?
Note that a hacker's time is expensive. Unless...
If it is your own editorial content, it makes sense to translate the content using suitably qualified people to do the translation. For user generated content - as in your case, machine translation...
Try this ( this snippet is a directive for a *nix /Apache server)
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html?\ HTTP/
RewriteRule ^(.*)index\.html?$ http://www.yoursite.com/$1...
Some times things don't work out as planned. One of our major clients had a break-in in one of their ad servers about 6 years ago. The hacker - probably from a former Soviet-bloc country sneaked in a...
Wonderful Post. It sure opens up lots of possibilities. A simple slide-show now requires the description to be added laboriously. Now using your ideas, a server side script can pull out the metadata...
A search in your favorite search engine will return a pile of results. With that said, surveytool dot com might do what you need. Many offer free versions for testing the water and then you need to...
I know you must be working on the top navigation. The navigation starts with a '?' for help section and a blank button space followed by 'Home', 'Contents' etc. BTW the 'contents' link is in all caps...
Actually the server will crib loudly - only thing is its crib will be in the error_log. Set the PHP to show errors like this at the beginning of your script:
The above will turn on reporting of...
There are many ways to do this. But essentially they all mean using your Phpmyadmin to replace the offending characters. One option is to navigate to the Databases section in your control panel and...
It is rather difficult to come up with a precise solution to your problem unless we know more details. There are many ways someone can gain access to your server. You will need an experienced...
As Clarrie says - something triggers the internal server error (500) status. It is always a best practice to take a full backup of the database before you install a new plugin or a component with any...
Interesting and thought provoking post.
Hardly. Human mind is vastly versatile and creative. For software, you need to identify a specific pattern. Computers may juxtapose and extend such...
It all depends the OS and the remote connection software. With linux, you can connect to the X-server and use the computer remotely with another user working on the computer simultaneously. But with...
For Europe, your server location and domain name do matter albeit in a small way. We service several hospitality related clients from Europe for years. About 5 years ago, the effects of this server...
There is a caveat though in using these powerline Adaptors. Most domestic circuits are divided into different groups based on the usage. Circuits which feed appliances may contain power factor...
We have used our own scripts initially but eventually veered around to use Phplist for a client who had about 300,000 newsletters to send. We opted to buy a separate domain closely associated with...
It didn't crash my IE8 either. But it gave 3 warnings:
1. line 89 column 21 - Warning: <form> anchor "Login" already defined
2. line 44 column 15 - Warning: trimming empty <h2>
3. line 89...