Monthly Archives: September 2010

Fast override CSS styles

First, be clear about the terms, the word is used in computer override particularly in the context of object-oriented programming, OOP, it shows in the rewriting of an inherited method, extending the concept, we can say that an operation is … Continue reading

Posted in Web Design | Tagged , , | Comments Off

5 Steps: Social Media + SEO = Love

However one search engine optimization and social media might look at it, it seems incontestable that harmony with each other and be used with extreme efficiency. In order to optimally use both, however, you must have a certain sequence of … Continue reading

Posted in Marketing, SEO Basic, SMM | Tagged , | Comments Off

Cycling an empty array in PHP

Have you ever tried to make a foreach loop to iterate over an array empty? Surely you’ve ever used and most likely you have a topic for the cycle manufactured by some piece of code broken, as is known, in … Continue reading

Posted in PHP | Tagged , , , | Comments Off

Overview of Google Penalties

One uses in the course of a search engine optimization techniques that Google does not like, one must expect a punishment. In principle, one must distinguish when a penalty from Google between the complete exclusion from the index and a … Continue reading

Posted in Google | Tagged , , , , | Comments Off

It’s official: outbound links are a ranking factor

Long time, especially in the context of PageRank Sculpting debate discussed whether outgoing links are beneficial for the ranking of a page (in the sense of the necessary added value to the user), or negatively affect the positioning, because of … Continue reading

Posted in SEO Basic, Webmaster | Tagged , , , | Comments Off

Rehabilitate the sound card by Shell

As is known, to manage the settings of your sound card operating systems based on Linux kernel is available as an application Alsamixer alternatives are possible but only use the Shell to speak on this device directly from the command … Continue reading

Posted in Linux | Tagged , , , , | Comments Off

MySQL: from image to image to BLOB and BLOB

In this short tutorial we will see how can export the contents of a field of type BLOB and save it in the form of images, the BLOB fields are typically designed to accommodate large information such as data constituting … Continue reading

Posted in Database | Tagged , , | Comments Off

Check browser support for HTML5

Even if you use the latest update for your browser, this probably does not yet support many of HTML5 tags and attributes, it is not surprising given that almost all software companies are struggling to complete the path which should … Continue reading

Posted in Browser | Tagged , | Comments Off

Save the output of phpinfo () in a file

In this simple tutorial we will see how we can save the result of running the phpinfo () in a text file, as is well known phpinfo () displays all the settings for an installation of PHP-generated through a very … Continue reading

Posted in PHP | Tagged | Comments Off