Search BlogCatalog

10 results of 1,836Directory

PHP Tutorials

PHP Tutorials

http://www.crivionweb.com/phpblog/

A blog with php tutorials where you can learn php by practice : examples of the most popular php scripts, functions, etc

Offshore Web Development PHP Developers India Symf…

Offshore Web Development PHP Developers India Symfony PHP Web Framework Drupal Development

http://virtueinfo.blogspot.com

Offshore Web Development PHP Developers India Symfony PHP Web Framework Drupal Development Open Source PHP Web Framework, Joomla Developers Web Application Development India, PHP Developers India, Drupal Developers India, Open Source Development Indi

PHP mysql javascript apache shell script tutorials…

PHP mysql javascript apache shell script tutorials for beginners

http://php-tuts.blogspot.com

PHP Mysql,JavaScript,Apache,CSS,HTML,Shell Scripting tutorials : PHP function list n syntax,Error messages in php,cacheing techniques ( page level cache and data cacheing),Memory management , Different mysql extension,oops style of programming,JavaSc

VideoPHP - PHP video tutorials

VideoPHP - PHP video tutorials

http://www.videophpblog.com

Learn PHP with video tutorials. It's easier and faster. Start surfing the blog and you will see it's benefits.

PHP Factory

PHP Factory

http://php-factory.blogspot.com/

This blog acts as a tutorial for those who want to learn PHP and helps then with sample codes and basic requirement to learn and code in PHP. It also teaches them about mysql, apache and PHP installation.

Improved man: Everything PHP, AJAX, (X)HTML, CSS,…

Improved man: Everything PHP, AJAX, (X)HTML, CSS, MySQL and iPhone

http://www.improvedman.net

PHP, AJAX, (X)HTML, CSS, MySQL, AJAX and iPhone. The above kind of sums up my professional interests. I work as a professional webdeveloper and I love Apple products. Narrowing it down to these 6 topics makes it easier for me to write and expand this blog

PHP Development Blog

PHP Development Blog

http://blog.psax.de

Benjamin-Timm Broich writes about the daily life as a PHP freelancer.

Teknoloji Haberleri, Php Ve Webmaster Tüyoları

Teknoloji Haberleri, Php Ve Webmaster Tüyoları

http://www.lezir.com

Webmasterlar için çok yararlı bir kaynak. Php, css, html ve hertürlü webmaster kaynağı bulunan bir blog.

Php development, .net development, Programming and…

Php development, .net development, Programming and SEO article, news and information provide by Offshore Software Development India

http://offshoresoftwaredevelopment-india.blogspot.com

Offshore Software Development India offers to Php development, Asp.Net Development, programming, search engine optimization, web Design, Web Development, Content Management, B2B B2C Portal, Software Development article, news and information – Software C

10 results of 397Blog Posts

Beginning PHP5, Apache and MySQL Web Development

Free Ebook | 10 hours ago by Yusuf Wahyudi

This update to a Wrox bestseller dives in and guides the reader through the entire process of creating dynamic, data-driven sites using the open source “AMP” model: Apache Web server, the MySQL database system, and the PHP scripting language. The read more

Pagination 2 2

Freelance programming and web design jobs | November 15th 2009 by Freelancer

Hi, My site is softwaredoor dot com. Go there and check the All Software link. At the bottom you can see the pages link but its not working. You have to make it work. Thats all. I want the page work like this: softwaredoor . com/software/page2/ or /s read more

Windows Software For Mac

Freelance programming and web design jobs | November 14th 2009 by Freelancer

We have a software product that runs on Windows. We have requests to create a program that looks the same that Mac users could use. Here is download of the software: http://www.gotvision.com/downloadnew.php Please review software and be aware of the read more

Functions, operators, and options

CodeCall Programming Blog | November 14th 2009 by Jordan

This is my third tutorial on bash shell scripting. Here I will be talking about some topics I did not go over previously, namely functions, arithmetic operators, typed variables, and how to parse command line options. Functions: A function, read more

How to Prevent Loading WP-DownloadManager’s CSS File

Denver SEO & Web Development Blog | November 13th 2009 by Zachary Katz

If you want to disable the WordPress plugin WP-DownloadManager’s download-css.css file from being loaded, add the following code to your functions.php file: remove_action('wp_print_styles', 'downloads_stylesheets'); Alternatively, if you read more

O'Reilly - PHP Pocket Reference 2nd Edition

Free eBooks, Tutorials and Utilities | November 13th 2009 by fareed

Simple, to the point, and compact–in fact, exactly what you’ve come to expect in an O’Reilly Pocket Reference–the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4, the language’s latest version. read more

Get HTML Tags In PHP

Web Online Tutorial | November 12th 2009 by web online tutorial

Have you ever wanted to compare your page content with your competition? One way of finding out your competition content is to analysis the meta keywords of the pages. This can be a long task to go through every page and view the keywords for that pa read more

Manually Add the TweetMeme Submit Button to Wordpress

Dragon Blogger | November 11th 2009 by Justin Germino

I enjoy using TweetMeme on my blogs, it is highly recognizable but the plug-in itself allows little control over placement on where you want the submit button. You can choose top, bottom, left and right, or update the location on specific posts, but read more

PHP 5.3 patch for Zen Cart v1.3.8 / v1.3.8a – Now Available

Zen Cart Reference Book - the Ultimate Reference for Customi… | November 11th 2009 by kdays

From the Zen Cart Support Forum yesterday: PHP 5.3 was released a few months ago, and along with it come many problems due to the PHP authors’ decisions to backport many PHP 6 features into 5.3 and deprecate several oft-required functions.  In read more

Firefox Mobile – Screenshots Review

Mobile Royale - Everything Mobile | November 10th 2009 by KFlyer

Warning: getimagesize(Firefox mobile) [function.getimagesize]: failed to open stream: No such file or directory in /home/mobiroya/public_html/wp-content/themes/thesis/lib/functions/post_images.php on line 63 Mozilla today released an updated clien read more

10 results of 105Social Search

  • jauhari

    jauhari has updated his twitter:

    @zamdesign functions.php adalah salah satu kelebihan WP, karena dengan cara ini kita bisa membuat WP as CMS jauh lebih mudah #jauhari
  • jauhari

    jauhari has updated his twitter:

    @zamdesign functions.php bersifat opsional, tapi jika theme anda butuh fungsi2 tambahan, disarankan meletakkannya dalam file ini #jauhari
  • saadgenious

    saadgenious has posted a new entry on: Download latest softwares

    Learn how to make PHP Functions

    function check_age($age) {if ($age > 21) {return 1;} else {return 0;}}//usage:if(check_age($age)) {echo "You may enter!";} else {echo "Access Not Allowed!";exit();}The function would be called from wi…

    Read More »

  • jonbish

    jonbish has updated his twitter:

    @css_guru if that doesnt work I've got some ideas using functions.php that might work. Cant dig into it until later tho. So let me know.