Get Connected with your expecting subject on PHP and Open Sources.
Friday, June 24, 2011
Wednesday, June 22, 2011
Monday, June 20, 2011
Friday, June 17, 2011
Link Master -- joomla form module
http://ckforms.cookex.eu/documentation/documentation.php
http://docs.joomla.org/How_to_use_the_database_classes_in_your_script
http://www.alfystudio.com/tutorials/56-creating-and-configuring-basic-joomla-module.html
http://groups.google.com/group/joomla-dev-general/web/joomla-component-delete-function
http://www.phpeveryday.com/articles/Joomla-MVC-Adding-Delete-Function-at-Back-End-P219.html
http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_1
http://docs.joomla.org/How_to_use_the_database_classes_in_your_script
http://www.alfystudio.com/tutorials/56-creating-and-configuring-basic-joomla-module.html
http://groups.google.com/group/joomla-dev-general/web/joomla-component-delete-function
http://www.phpeveryday.com/articles/Joomla-MVC-Adding-Delete-Function-at-Back-End-P219.html
http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_1
Wednesday, June 8, 2011
Link Master: Php with oracle using xampp , adodb
http://phplens.com/adodb/code.initialization.html
http://www.exzilla.net/docs/php-oci8/apache-php-oci8-01.php
http://www.colestock.com/blogs/2008/10/installing-apachephp11g-instant-client.html
http://me2learn.wordpress.com/2008/10/18/install-apache-http-server/
http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/
http://www.exzilla.net/docs/php-oci8/apache-php-oci8-01.php
http://www.colestock.com/blogs/2008/10/installing-apachephp11g-instant-client.html
http://me2learn.wordpress.com/2008/10/18/install-apache-http-server/
http://me2learn.wordpress.com/2008/10/18/connect-php-with-oracle-database/
Tuesday, June 7, 2011
Link Master --> Godaddy with Other host ( inmotion hosting ) DNS settings
http://freewptraining.com/how-to-change-name-servers-dns-for-godaddy-domain-names
https://support.inmotionhosting.com/cgi-bin/kb.cgi?do=read&id=72&lang=
http://help.godaddy.com/article/680
http://help.godaddy.com/article/4041?locale=en
http://www.ehow.com/how_4693185_host-godaddy-domain-hostgator.html
http://help.godaddy.com/article/3952?locale=en
http://discussion.dreamhost.com/thread-87622.html
https://support.inmotionhosting.com/cgi-bin/kb.cgi?do=read&id=72&lang=
http://help.godaddy.com/article/680
http://help.godaddy.com/article/4041?locale=en
http://www.ehow.com/how_4693185_host-godaddy-domain-hostgator.html
http://help.godaddy.com/article/3952?locale=en
http://discussion.dreamhost.com/thread-87622.html
Saturday, June 4, 2011
Link Master --> Ipad ebook format
http://mcloide.wordpress.com/2010/07/29/converting-your-pdf-to-a-valid-epub-file/
http://threepress.org/document/epub-validate/
http://calibre-ebook.com/download_windows
http://en.wikipedia.org/wiki/Comparison_of_e-book_formats
http://www.pdftoepub.com/product.asp
http://www.nookboards.com/forum/index.php?topic=121.0
http://code.google.com/p/sigil/downloads/detail?name=Sigil-0.4.0RC1-Windows-Setup.exe&can=2&q=
http://threepress.org/document/epub-validate/
http://calibre-ebook.com/download_windows
http://en.wikipedia.org/wiki/Comparison_of_e-book_formats
http://www.pdftoepub.com/product.asp
http://www.nookboards.com/forum/index.php?topic=121.0
http://code.google.com/p/sigil/downloads/detail?name=Sigil-0.4.0RC1-Windows-Setup.exe&can=2&q=
Friday, June 3, 2011
Jquery No Confilict in Joomla
In admin
$document =JFactory::getDocument();
$document->addScript('location_to_jquery/jquery-min.js');
$scripts = "jQuery.noConflict()";
$document->addScriptDeclaration($scripts);
In Site from Template
[script type="text/javascript" src="[?php echo $this->baseurl ;?>/templates/[?php echo $this->template?>/js/jquery-min.js"]
jQuery.noConflict();
[/script >
// insert this code inside the [head> tag before [jdoc:include type="head" > tag
From Module or Component
$document = JFactory::getDocument();
$document->addScript('location_to_jquery/jquery-min.js');
$scripts = "jQuery.noConflict()";
$document->addScriptDeclaration($scripts);
Subscribe to:
Posts (Atom)