Easy Web development

Posted on January 5th, 2011 in Website Design

Web development takes into account many things such as checking data entry errors through the forms and documents listed in a particular field of web application. harmful practices, such as SQL injection can be performed by users of malicious intent, but only primitive knowledge of a whole. Not only this, but scripts can be exploited to allow unauthorized access by hackers to obtain information such as addresses, passwords and other protected content like credit card numbers. So considering the above facts, it is essential that measures access to the account of the application, you can make it more powerful if we use the concept of cryptography in your application.

Website security system

Posted on July 14th, 2010 in Web Programming

Security of a website or web security systems is a major priority for a webmaster. If a webmaster to ignore the security of a website, a hacker can retrieve the necessary data on a website and can even spoil the look of the website (deformation) of it.

Here are some common methods are often used by hackers to attack a website:

Local File Inclusion (LFI)
Methods that exploit the weaknesses of PHP scripts include (), include_once (), require (), require () the variable is not declared correctly. With LFI an attacker can include a file located on the server in question.

Overcoming: Warning: array_keys () [function.array-keys] / widgets.php on line 1045 in wordpress

Posted on May 4th, 2010 in Web Programming

If you are experiencing an error message that appears after adding the top blog on the widget html text on the page that is paired dashboard widget even knows where previously missing. You do not need to worry and panic, here we provide solutions to overcome problems that interfere with the error message on the display of your blog.

Warning: array_keys () [function.array-keys]: The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 10Warning: array_keys () [function.array-keys] The first argument Should be an array in / home / UserCpanel / public_html / wp-includes / widgets.php on line 1045

Try to follow the following guidelines:

How to popularize your website

Posted on May 3rd, 2010 in SEO

Is your website already listed in google or other search engines? It’s in what position or what your web pages when searched with the keywords you shoot? or a deeper question, “I’m looking for my domain name in google, but did not appear ?” Yes, these questions just as it once appeared frequently on your mind. Indeed the above questions can not be answered with certainty, because search engines have algorithms is hidden and not known by anyone. But there are some steps that we can use the web so that we can easily found on search engines. Let’s discuss together one by one.

The first thing we need to do is to avoid duplicate content. Search engines really do not like the article or the contents of our website which has the same with other websites. Do not ever copy-paste articles or content from another website, because search engines will know about it. Then who is also associated with the content of our website is our website’s content make it as interesting as possible and easy to read, especially in the first paragraph. Vary the writing on our website with the words bold, italic, or strikethrough to indicate that words are important. Then to use the title or subtitle html headings such as h1, h2 etc.

HOW to enable Search Engine Friendly URLs in Joomla

Posted on May 3rd, 2010 in Free Web Template

If you are installing Joomla through Fantastico and want to enable Search Engine Friendly URLs, please follow the steps below.

1) Log into Joomla Control Panel -> Global Configuration -> SEO (tab)
2) Set Search Engine Friendly URLs to Yes
3) Open the file. Htaccess (in the root directory where Joomla in the install) using the file manager
4) Uncomment (remove the hash mark “#”) on the following lines:
Line # 51: Options FollowSymLinks
Line # 56: RewriteEngine On
Line # 71: RewriteCond% (REQUEST_FILENAME) \-f
Line # 72: RewriteCond% (REQUEST_FILENAME) \-d
Line # 74: RewriteCond% (REQUEST_URI) (/ | \. Htm | \. Php | \. Html |/[^.]*)$ [NC]
Line # 75: RewriteRule ^ (content / | component /) index.php

  • Comments Off
Next Page »