Question:
I need to add Vendor Management tab in Admin panel. I get the vendor physical information from the catalog table. There will be button/link in the Admin Panel to add/update a vendor. Can you help me?
Answer:
We can add new tab in the Admin panel and we will create one functionality for vendor management system.
This vendor management system is manage all the vendor details like vendor name, address, phone number and etc. This system is providing the product details from that vendor.
Archive for August, 2009
Vendor Management tab in Admin panel
Tuesday, August 25th, 2009Show continue shopping and checkout links in CSCart
Tuesday, August 25th, 2009Question:
I want to show the continue shopping and checkout links without arrows in the buttons at the shopping cart contents page. Can you help me?
Answer:
Yes, We have more experience in CSCart. we can change this thing. Because this is custamazation work. If you are providing your work to us, we will finish this work.
Joomla integration with openx
Thursday, August 20th, 2009Question:
I have joomla site and i want to integrate this site to openx so that i can manage ads .can you help me regarding this?
Answer:
yes , openx provides the module which you can use in joomla like other module and you will be able to manage ads for your joomla site.
link to download the openx module fo joomla is below
http://www.openx.org/support/release-archive/download?filename=OpenX%20Joomla%201.5.x%20Module%20v1.0.zip
how can we create forms in symfony without writing a single line of code
Wednesday, August 12th, 2009Question : How we can create forms in symfony without writing a single line of code ?
Answer : We can use CLI for this feature of symfony and it will create all the necessary file for us just with one single command that is called as CRUD command.
how we can access user in indexSuccess.php
Wednesday, August 12th, 2009Question : How we can access user in indexSuccess.php ?
Answer : We can access the user by using $sf_user variable. It is
How to pass an array to an URL as parameter
Wednesday, August 12th, 2009Question : How to pass an array to an URL as parameter ?
Answer : You can pass an array to an URL as parameter by serializing the array to string and then again unserializing it to the destination.
$object->functionName() not working in symfony framework
Wednesday, August 12th, 2009Question : $object->functionName() not working in symfony framework.( call to a function on nonobject variable ) What might be the reason ?
Answer : The possible reason for this problem may be that you are applying the function over the list of objects. Just check your action file and see that you are using doSelect() or doSelectOne(). Use only the function which returns single element and not the array.
post a picture to Twitter
Wednesday, August 12th, 2009Question : How do I post a picture to twitter ?
Answer : Twitter doesn’t offer an official picture posting feature of its own, however, most people use a third party application (a popular one is TwitPic) to post pictures to Twitter accounts.
What are @Replies in twitter
Wednesday, August 12th, 2009Question : What are @Replies in twitter ?
Answer : An @reply is a public message sent from one person to another, distinguished from normal updates by the @username prefix. If a message begins with @username, we collect it as a reply. Reply publicly to any update on Twitter by using the @username format.
can I block someone from following my tweets
Wednesday, August 12th, 2009Question : Can I block someone from following my tweets ?
Answer : Yes, you can block users from following your tweets.If you block someone, they wont be able to follow you or send you any messages. If your account is public, they’ll still be able to view it, but they wont show up on your followers list, and you wont be on their following list. If it’s a spammer you’re blocking, thanks! Twitter Support keeps an eye on block reports to see who’s getting in trouble on Twitter.
what if I exceeds maximum tweet limit which a user can create
Wednesday, August 12th, 2009Question : What if I exceeds maximum tweet limit which a user can create ?
Answer : If your tweets exceeds the number of maximum allowed tweets then it will show you the error message for particular limit. This limit will again reset after 24 hours.
is there any limit for my tweets
Wednesday, August 12th, 2009Question : Is there any limit for the no of tweets I can create ?
Answer : Yes for the security and to reduce the unwanted behaviour twitter has made some limitations to the number of tweets which we can create. It is as :
- 1,000 total updates per day, on any and all devices (web, mobile web, phone, API, etc. )
- 250 total direct messages per day, on any and all devices
- 150 API requests per hour
How can I use twitter api
Wednesday, August 12th, 2009Question : How I can use twitter api ?
Answer : If you want to perform task like whatever you can do in your profile then you can use REST API documentation. Other than that if you are using your application to get public twitter updates then you can use Search API documentation.
what are tweets
Wednesday, August 12th, 2009Question : What are tweets in twitter?
Answer : Twitters are the messages which a user send and follower of that user receive.
what are followers
Wednesday, August 12th, 2009Question : what are followers in twitter ?
Answer : Followers are people who receive your updates if they are following you. They will receive all the messages whichever you’ve posted.
What is following
Wednesday, August 12th, 2009Question : What do you mean by following someone in twitter ?
Answer : Following someone in twitter means to receive someone’s messages in your profile.
What is Twitter?
Wednesday, August 12th, 2009Question : What is twitter all about ?
Answer : Twitter is medium which facilitates users to communicate using small messages instantly. It is like sending and receiving messages from your friends, and the concept behind this is “What your are doing right now…..”
how much time it takes to approve your application
Wednesday, August 12th, 2009Question : How much time it takes to approve your application once you’ve submitted the application for approval ?
Answer : It normally takes 2 business days. But some times due to some problems it may be delayed. Also one point to be remember that once you’ve submitted the application and it is not yet approve, don’t send the request again since the new request will override the previous request and it will take more time to process again.
is it possible to fetch all the profile details using facebook connect
Wednesday, August 12th, 2009Question : Is it possible that we can fetch all the profile details using facebook connect?
Answer : No, we cannot fetch all of the details using the facebook api. Depending upon the user’s privacy settings (including whether the user has decided to opt out of Platform completely), you may not see certain user data.
can I use same facebook API for different applications or site
Wednesday, August 12th, 2009Question : can I use facebook application API key for different sites ?
Answer : No you cannot use same API key in more than one domain. You need to get different API for different site, since while creating application you need to give the domain name for which you are creating the application.
how does logout work in facebook connect
Wednesday, August 12th, 2009Question : How does logout work in facebook connect ?
Answer : When user logout from your site then he will be automatically logout from the facebook also. That means if the user logs OUT of Facebook and then visits your site, then your server should detect that their login status has changed and log them out automatically.
You can do that by running this on the onclick for your “logout” link:
FB.Facebook.logout(function() { refresh_page(); });
This will show you a message like you have been logout of the site and also from the facebook and then it will execute your callback function.
how to check my login status in facebook connect
Tuesday, August 11th, 2009Question : How I can check my login status in facebook connect ?
Answer : you can use the Facebook client library to determine whether the user is logged in.
$facebook->get_loggedin_user()
Your server knows who the user is by checking cookies stored on your domain that contain the current user’s logged in status. These cookies are refreshed asynchronously on every page load via a cross-domain Javascript call.
what are the features of facebook connect
Tuesday, August 11th, 2009Question : Can you tell me how I can use facebook connect and what are the features of facebook connect ?
Answer : The most important feature of facebook connect is that you can connect your site to facebook and as well as you can post your site content directly to facebook. Also you can perform most of the profile operations like posting to your wall, sending request to your friends, etc.
You can create single sign on and user login using facebook connect. If some user are already connected to facebook and they want to register to your site then they don’t need to do registration separatly, just they can register your site using there facebook login details.
what is facebook connect
Tuesday, August 11th, 2009Question : what is facebook connect ?
Answer : facebook connect is a medium provided by facebook so that you can access your profile from outside of facebook as well as you can us lots of other features of facebook.
can I check how many users are using my application
Tuesday, August 11th, 2009Question : If my application is online and running then can I see that how many users are using my application.
Answer : Yes, it is possible that you can see all the statistics related to your application like no of users online, no of users using your application, daily users, monthly users, etc. All these information you can get from the profile page of the application.
can I invite my friends to join my facebook application
Tuesday, August 11th, 2009Question : If I have an application in facebook up and running can I invite my friends to join my application?
Answer : Yes, you can invite your friends to join your application. Also your friends can add your application to there profile.
how to create application in facebook
Tuesday, August 11th, 2009Question : Is it possible that I can create my own application in facebook. If yes then how can I create my application in facebook? What are steps I need to follow?
Answer : To create your application in facebook, first you need to register to facebook with a valid account. After creating account in your profile page you need to add developer application to your application group. Now using developer application you can create your application easily.