Categories
Archives
- March 2013
- February 2013
- January 2013
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
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
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
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 cyciling empty array solution, cycling emply array, foreach loop, make foreach loop
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 google penalties, google penalty advice, google penalty means, google penalty overview, what is google penalty
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 outgoing link, outgoing link advantage, outgoing link benefits, outgoing link disadvantage
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 Alsamixer, Alsamixer application, Rehabilitate sound card, sound card setting, sound card settings in linux
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
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
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