
annaharris
Members-
Posts
50 -
Joined
-
Last visited
Everything posted by annaharris
-
Why don't you try Magento? It is an open source and also provides many features; it will surely fulfill all your requirements...
-
Best framework for integrating rubbish code?
annaharris replied to johnsmith153's topic in Frameworks
I am agreed with Hall of Famer, Codeigniter works perfectly for our requirements. -
I would suggest you to use Yii Framework. It is a well-rounded and efficient PHP framework that follows some of the design principles of Ruby-on-rails and other such web frameworks. The learning curve might be a bit high though.
-
I think nivo slider(jquery) is perfect for this, it is very easy to use. download the jquery free script at http://nivo.dev7studios.com/pricing/
-
Filmmaking and programming can be a deadly duo. Welcome to phpfreak and hope that you get all the needed help here.
-
I joined phpfreaks just a month ago and found it a good platform to share all the issues on PHP.
-
Welcome to phpfreaks. Just feel free to share anything regarding PHP here.
-
May be Symphony is better than CakePHP & Codeigniter.
-
Hi dear, welcome to phpfreaks. Whatever issues you have regarding php, you can share them here.
-
I agree that, silex is a good micro framework of php.
- 8 replies
-
- framework
- micro-framework
-
(and 1 more)
Tagged with:
-
thumbnail of ms office documents in cake php
annaharris replied to jamshaid_0007's topic in Frameworks
I am sharing one source with you. Definitely, it will help you to create thumbnail for docx as well as pdf. http://www.abdus.me/ios-programming-tips/create-thumbnail-from-docx-ios/ -
What is the differences between Wordpress.com and wordpress.org?
annaharris replied to JohnnyCash's topic in Applications
This link might be helpful to understand difference between Wordpress.com and wordpress.org http://diythemes.com/thesis/rtfm/differences-wordpress-com-org/ -
Best CMS for a big retail/wholesale site + blog
annaharris replied to Grandioso's topic in Applications
If you are planning to develop Big/ Dynamic website then ASP is the best, otherwise you can use PHP. -
An application that people guess the value of something...?
annaharris replied to Alienscape's topic in Applications
I am using "Guess the Price!" application in my android device. I am sending you a link for more information. I hope It will be helpful for you. https://play.google.com/store/apps/details?id=com.thunderapps.guessprice&hl=en -
What is the differences between Wordpress.com and wordpress.org?
annaharris replied to JohnnyCash's topic in Applications
This might be helpful to understand the basic difference between wordpress.com and wordpress.org http://en.support.wordpress.com/com-vs-org/ -
Hi folks, I am also new to this forum and need some assistence to resolve my php problems.
-
Hey, welcome buddy to PHP Freaks. I am a newbie too.
-
There's nothing wrong with your code. Try something different.
-
I think you haven't used any CSS or javascripts in your website. Using these scripts you can create various designs of your choice. You can also go for vivid templates from wordpress or drupal providing your website a better look and feel.
-
It seems like your code is alright and I don't think that there is any type of glitch in your code. If it is not working then may be MediaWiki has made some changes in its extension coding.
- 13 replies
-
- mediawiki
- account creation
-
(and 1 more)
Tagged with:
-
If you are using the latest version of PHP then avoid using the “mysql_connect()” function as this function is no longer supported by PHP. You can try this function "PDO_mysql()".
- 18 replies
-
- configuration
- php
-
(and 2 more)
Tagged with:
-
how to use jquery with ajax to get data ? (on Zend )
annaharris replied to avibitton's topic in Frameworks
Visit this site, it shows you a simple way of using Ajax in Zend Framework : http://www.datawebcoder.com/codeByLanguage/1382/How_to_use_ajax_in_Zend_Framework_.aspx -
Learning C or C++, which first?
annaharris replied to devWhiz's topic in Other Programming Languages
In my opinion, you should learn first of all C and after that C++. -
Which framework is best? (Your opinion please)
annaharris replied to AndreaSunshine's topic in Frameworks
I would cast a vote for CodeIgniter (http://www.codeigniter.com). It will easily introduce you to the MVC paradigm, has a small footprint and great documentation.