Yes, you can work for open source projects
check apache official website for projects contribution
http://www.apache.org/...
User Profile
Collapse
-
Why there are no good software Projects in Odesk, elance etc.
I am a developer, i have observed that there are no good or big software projects like a high traffic ecommerce project in freelance websites like Odesk, elance etc. Most of the projects are
Not serious,
Fake,
Low budgeted etc.
There are few good projects.
In software companies you can find serious projects, compared with freelance projects. What is the reason?
Some project... -
Magento, What is the relation between helpers and controllers
Hello,
I have changed the code in a magento payment module controller.
After that it is displaying error in magento core helper payment/helper/data.php.
Why data.php helper is displaying error when i change the controller code?
The controller class don't use any helper functions. -
Leave a comment:
-
-
learn all core php functions, db connections syntax, return types etc.Leave a comment:
-
pandu13 replied to How to add 2 numbers together in textbox and automatically display the answer insidein Javascriptuse javascript or jquery
In jquery after calculation set the value like this
Code:$('.textboxclassname').val(result);
Leave a comment:
-
Url encode not working in localhost
In live site the script consists of url's encoded using
urlencode.
They are working properly in live server but when i downloaded the site, the url's are not working in localhost.
I have checked .htaccess file, but no use. -
Unable to get user email using facebook sdk
I am trying the following code
Code:$loginUrl = $facebook->getLoginUrl( array( 'scope' => 'email' ) ); $access_token = $facebook->getAccessToken(); $loggedUser = $facebook->api('/me?access_token='.$access_token); var_dump($loggedUser); echo $loggedUser['email'];
-
error log is something like this, the code is in facebook folder.
[code]
[23-Aug-2013 11:42:12 UTC] PHP Warning: session_start() [<a href='function. session-start'>function .session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/museartg/public_html/facebook/index.php:32) in /home/museartg/public_html/facebook/index.php on line 33
[23-Aug-2013 11:42:24 UTC] PHP Warning:...Leave a comment:
-
Leave a comment:
-
facebook login error for php website
For my php website,
I have created a facebook app and has given the details like site url etc.
but when i click on sign up with facebook button in my facebook login script, it is not showing the login box,
firefox is displaying the error
this page isn't redirecting properly.
how to solve this error?
thanks -
Prestashop is best. Magento is a bloatware. I have worked on both.Leave a comment:
-
Url rewrite not working in Godaddy hosting
i have created .htaccess file for url rewrite for a php website,
They are working properly in localhost and not working in server of Godaddy hosting.
They are working correctly in another hosting.
Some times Godaddy is showing iis server page for 404 error -
Intitialize a session variable after onclick event is fired
hello,
i want to initialize a php session variable when user clicks on a link, using a php function or any other way.
for example
<a href="http://bytes.com/submit/g/#" onclick="phpfun ction()"> link</a>
No activity results to display
Show More
Leave a comment: