Jump to content

annaharris

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by annaharris

  1. Need to add some features and functionalities. Overall It is an average Validator. Nice try, I think you can make it advanced...
  2. You missed osCommerce. It is a free, open source online shop software with large number of features that you can easily enable and configure.
  3. Lucene installation demo link. I hope it will help you. http://benhur.teluq.uqam.ca/SPIP/inf6104/article.php3?id_article=113&id_rubrique=11&sem=9
  4. In my opinion, Drupal is more complex with Multisites.
  5. I would suggest to try Hostgator, I am using hostgator and it working fine.. also, check others review on it
  6. ini_set('session.gc_maxlifetime', 14400); ini_set('session.gc_probability', 1); ini_set('session.gc_divisor', 100); add above codes in index.php. it will work.
  7. I am not much impressed with ZF1 and ZF2. So, It Will be very good if you can test the Fuelphp framework.
  8. I am little-bit confused, can't understand your question properly, describe in brief.
  9. What do you think about Limonade micro-framework?
  10. First of all, check same type of websites and check how they work?
  11. I suggest you to start learning Zend and Codelgnitor framework.
  12. Kindly refer the below URL, which might help you to solve your issue: http://php-java-bridge.sourceforge.net/pjb/installation.php
  13. Follow the simple step to solve it. Go to Modules >> HTML & JAVASCRIPT >> Javascript code management than Create a new javascript title and paste this script then submit. jQuery(document).ready(function() { jQuery('.genmed:contains("Latest topics")').replaceWith('<img src="http://i.imgur.com/ZMRCS5O.png" />'); });
  14. Check out given link that contains information about How to Make a Pop-up Window. http://www.learningmovabletype.com/a/000326popup_window/
  15. According to me, PHP/ MYSQL, HTML5 and CSS3 are the best choice for dynamic website development. I prefer to use Notepad++ as Text Editor.
  16. I think for this task you require some PHP parameters and responds with JSON object response. You can use HTTPClient and JSonObjective in your app.
  17. I am agree with requinix, if you want to re-size huge image than ImageMagick is batter than css.
  18. Try this code: <?php $i = 1; while ($i <= 50000) { echo(rand(1000000000,9999999999)); $i++; /* the printed value would be $i before the increment (post-increment) */ }
  19. Check out this link to get proper information on How to integrate phpbb forum login... http://www.barattalo.it/2010/09/17/phpbb-login-integration/
  20. According to me below PHP functions are necessary for TYPO3 6. passthru - used when generating thumbnails in the backend. proc_close - used, probably by a mailer class. proc_open - used, probably by a mailer class. shell_exec - used by the scheduler and by the RTE for spellchecking using Aspell.
  21. I don't know any accurate solution for this. Just try this <TEXTAREA WRAP="OFF" NAME="DESC" ROWS="15" COLS="60"></TEXTAREA> (I don't change the formatting at all when writing to MySQL) OUTPUT SCREEN: print "<PRE>" . $db->row[0] . "</PRE>n"; Where $db->row[0] is what is returned from my query for DESC I hope it may work
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.