|
Apr
30 |
|
comment |
What is a Java Bean exactly? Copy-pasted.....u should have atleast tried to answer the question |
|
Apr
27 |
|
comment |
Check if third-party cookies are enabled Wow!!! Cooll....thnx a lot |
|
Apr
26 |
|
comment |
Simple example of JavaScript namespaces, classes and inheritance "The code scared me" ... hahaha. This line made me giggle like anything |
|
Apr
22 |
|
comment |
Why magento is stripping the port number for REST API calls yah....I have also developed one extension earlier with the same magento configuration(port, verison, etc.). Everything is working fine. This problem is also mentioned in many other forums |
|
Apr
22 |
|
revised |
Why magento is stripping the port number for REST API calls Added the url |
|
Apr
22 |
|
comment |
Why magento is stripping the port number for REST API calls ok...here it is: "localhost:8888/magento/oauth/initiate?oauth_callback=" . urlencode(localhost:8888/magentorest/restcallback.php); |
|
Apr
22 |
|
asked | Why magento is stripping the port number for REST API calls |
|
Apr
22 |
|
comment |
Magento REST API OAuth But what is the solution. I mean if I cannot for some reason change the port number, then what should i do? |
|
Apr
18 |
|
comment |
jQuery :nth-child() selector Thats reallyn useful...thnx! |
|
Apr
13 |
|
comment |
magento using join in grid.php prepareCollection using "__toString()" seems a bit more robust, altough typecatsing to string works effectively the same |
|
Apr
13 |
|
comment |
Magento : How do i echo username very well explained. I like short and to-the-point answers |
|
Apr
13 |
|
comment |
Exception on pressing back at facebook login thnx for telling..... :) |
|
Apr
13 |
|
comment |
Matching everything between html <body> tags using PHP Hopefully...yes.. :) |
|
Apr
12 |
|
awarded | Popular Question |
|
Apr
11 |
|
comment |
How to install a .sql file using MySQL Command line Client u might want to include database name also: "mysql -u root -DBASE <database_name> -p < filename.sql" |
|
Apr
11 |
|
comment |
Specify multiple versions in manifest file It was not a complaint. And yes, I 'did' mentioned it early I believe, as 31 minutes is quite a less time. Agree with u on that. |
|
Apr
11 |
|
answered | Specify multiple versions in manifest file |
|
Apr
11 |
|
asked | Specify multiple versions in manifest file |
|
Apr
9 |
|
comment |
Including new files in SVN diff Awesum!!! Just perfect. Thnx :) |
|
Apr
5 |
|
comment |
Custom script in footer of every page Thnx again....exactly what i was looking for. really thnk u...:) |