August 1st, 2010


Warning: array_filter() [function.array-filter]: The first argument should be an array

by Dragos, on October 16th, 2008  

Warning: array_filter() [function.array-filter]: The first argument should be an array
Even if my variable $kwds was an array, and the function is_array returned true i don’t know why it still threw a warning. To overpass it, instead of $kwds=array_filter($kwds); i wrote $kwds=array_filter(array($kwds)); Now it works I Hope it will help somebody.

Strange prob with Wordpress and Firebug

by Dragos, on October 16th, 2008  

I just wanted to write a new post on my blog, when i suddenly got redirected to a page only with buttons. Those buttons seemed to be from the post editor. I firstly thought somebody hacked my blog, but it wasn’t like that, phew… I understood that when trying to post with Opera. I was [...]

PHP MySQL search class script

by Dragos, on October 14th, 2008  

I am currently developing a website that needs a good script to search in the database. The basic MySQL function LIKE doesn’t return some good results and because i didn’t want to go deeper with mysql with its regex i started to create my own script to search in a mysql database, actually it is [...]

Godaddy coupon codes . Save money!

by Dragos, on October 14th, 2008  

I will post here coupon codes to save money on Godaddy.com .
gdp1018m – Save 20% off the regular retail price on new domains and domain renewals. Available until November 5, 2008 .
gdp1009n- Register, renew or transfer your .NET domain and SAVE 25%* off our regular price of $10.69/yr — no quantity limit. Available until October [...]

Explaining Tools:CSS Optimiser

by Dragos, on October 14th, 2008  

The CSS Optimiser is a handy tool for those who want to speed up their time loading pages, save bandwidth and tidy their CSS code. This tool will try to optimize your CSS styles, find duplicate properties, classes or ids and it will merge selectors with the same name.
Just look at the example below:
a {
color:yellow; [...]

Explaining Tools:Search Engine Bot View

by Dragos, on October 13th, 2008  

With the Search Engine Bot View tool you can see a page aproximatively in the same way as a search engine bot would see. Usually a search engine bot takes into account only the content of the page+headers+links+meta tags+title…, but it skips content like scripts or css . This tool will remove such contents, that [...]

Explaining Tools: Indexed Pages

by Dragos, on October 10th, 2008  

The Indexed Pages tool will help you find out how many pages from you website have been indexed by major search engines like Google, Yahoo! and MSN Live. It will show you a table with numbers coresponding to each search engine. This tool is usefull if you are interested in finding wether search engines have [...]

Explaining Tools: Google SERP Checker

by Dragos, on October 10th, 2008  

Google SERP Checker is a tool to find the position of a keyword phrase in Google SE results. Usually SERP stands for search engine result page, or in my case, search engine result position . This tool will query as many pages as you asked and it will return all positions of your specified keyword [...]

How to apply change to all TDs within a TR (columns withing a row)

by Dragos, on October 5th, 2008  

I wanted to change the background color for a row with document.getElementById(row_id).style.backgroundColor=’red’ but unfortunately that doesnt work for some reason. Then i thought this could be done by applying the same style to all of the columns within a row (all TDs withing a TR). I’ve searched the web for such a function but i [...]

Yahoo! Site Explorer page design changes

by Dragos, on October 5th, 2008  

I’ve noticed some changes in Yahoo!’s site explorer page design yesterday.  I’ve managed to update my tools and everything should work fine now.

« Previous Entries Next Entries »