| Mobile | RSS

Html page divs to fit window

Need a web page that fits window, and all div CSS-based layout. Below the code for HTML and CSS required for the page. Test Page   <!– html,body { height: 100%; margin: 0; padding: 0; } #dpage{ height: 100%; background-color: #eee; } #dtop{ float: left; height: 55px; width: 100%; background-color: #00AEFF; } #dcontent { height: [...]

[ More ] August 1st, 2010 | No Comments | Posted in HTML |

PHP mail function on Linux

It was always problem for me to get php mail function to work for me with Linux installation, in Windows machine all you need is to edit the SMTP, and smtp_port to some valid smtp server (usually ISP mail server) and it works. But for Linux it seems that it is not supported; there is [...]

[ More ] July 29th, 2010 | No Comments | Posted in PHP |

php curl with progress

I have php script that downloads file from remote server to my hosting server, actually I use it for a case where I want to install script that already hosted on the Internet like WordPress, Joomla, etc. And instead of downloading the files to my PC and upload it again I just use the curl [...]

[ More ] July 18th, 2010 | No Comments | Posted in Featured, PHP |

Show Google services shourcuts in My Products section

I was frustrated  about how to show Google Anayltics under My Products section in My Account page. I have another Google account where it is there, but I couldn’t make it show wherever I searched in the settings section, Googling gave me the answer, an odd answer I could say: To add Google service shortcut [...]

[ More ] June 7th, 2010 | No Comments | Posted in Web |

PHP filter_var Articles

I started using PHP filter_var just recently, the problem is that the documentation at php.net is still lacking more explantion and examples. There is where I started looking for references that I can rely on when needed. Input Validation: Using filter_var() Over Regular Expressions Sanitizing &Validating Input Using filter_var

[ More ] May 27th, 2010 | No Comments | Posted in PHP |

poedit error with PHP Smarty

Encountered error with poedit when trying to rescan the po file for PHP project with Smarty library and gettext

[ More ] May 26th, 2010 | 2 Comments | Posted in Featured, PHP |

XUL References and Tutorials

XUL Reference and Tutorials to XUL development

[ More ] May 26th, 2010 | No Comments | Posted in Featured, Mozilla |

free subdomain subdomain.co.tv

A free subdomain with DNS services, and totally free if you skip the premium domains list

[ More ] May 17th, 2010 | No Comments | Posted in Domains & Hosting |