Posts Tagged: tips
-
Nov 22, 2010
Comments OffAdding CSS Class name to My Account Link (Anchor Tag) in Magento through XML Layout
At the first instance I thought WTH! must be pretty simple, add params in XML layout and “Voila!“. But later I found that it was not simpler as I thought. I had to get into the addLink method for sometime (1/2hr) and finally I came up with correct structure of XML layout. At the end...
-
Nov 22, 2010
Comments OffAdding Custom Javascript on Admin form in Magento (Backend)
Sometimes in Magento, while creating a custom module we need to add our custom Javascript code in our Admin form. These Admin forms we create are extened from the Magento’s core form widget. So there is a less flexibiliy of adding a custom Javasccript code in such types of Admin forms. What to do if...
-
Mar 19, 2010
Comments OffHow to make rounded corner textbox using css
In this post,...
-
Mar 19, 2010
Comments OffMaking dashed or dotted link using CSS
Today, one of the friend of my office asked me how to make dotted or dashsed link as he was looking...
-
Mar 16, 2010
Comments Off
-
Mar 15, 2010
Comments Off5 useful Google search tips you might now know
FREE Article Submission I never knew that Google search can be used as calculator, currency converter or height and weight unit converter. Today...
-
Mar 15, 2010
Comments OffTips to increase search engine traffic for your blog
FREE Article Submission Which kind of traffic are you interested for your blog ? Is it traffic from social media or Is it traffic from search engine ? Which kind of...
-
Mar 12, 2010
Comments OffImage hover effect using jQuery
In this post,...
-
Mar 12, 2010
Comments OffDisplay different color in alternate row using jquery
Most of the tabular data are organized in such a manner that they are easy to read. And for this, most of the developers use different color to highlight the alternate row.There are various method of displaying different row in different color but here...
-
Mar 12, 2010
Comments OffDisplay random number in random way using JavaScript
I think you guys already know about how to get the random number using JavaScript, if you...
-
Mar 12, 2010
Comments OffTextbox to accept only numbers (digits) using jquery
Few days back, my friend Parleen asked me how can we make a textbox which just accepts only numbers specially digits only. And, for his I come up with this solution of textbox which only accepts digits, and if you try to enter any alpha bates in it then it displays the error message with...
-
Mar 12, 2010
Comments OffHow to know and handle disabled javascript in browser
In this blog,...
-
Mar 12, 2010
Comments OffHow to disable context menu in browsers ?
Today, I would like to share a fairly simple technique to disable right click menu of the website. I was using around 10-15 lines of JavaScript code to disable the menu that appears on the right click on the browser. Here the code which you can use in the body tag of the document. <body...
-
Mar 12, 2010
Comments Off
-
Mar 12, 2010
Comments OffHandling array of HTML Form Elements in JavaScript and PHP
Today, I would like to share the way of handling array of HTML FORM elements using JavaScript and PHP.Well,...
-
Mar 03, 2010
Comments OffHandling array of HTML Form Elements in JavaScript and PHP
Today, I would like to share the way of handling array of HTML FORM elements using JavaScript and PHP.Well,...
-
Mar 03, 2010
Comments OffForce download multiple files in a zip archive using PHP
In this post,...
-
Feb 26, 2010
Comments OffHow to return value from Ajax Function
Have you ever tried to return values from the Ajax function ? Well it might be sometime the cases when you might have to return the value got from the server to another function rather than updating the component....
-
Feb 22, 2010
Comments Off
-
Feb 22, 2010
Comments OffChange default directory page using .htaccess
I know you guzy all know about index file. This is the default file which is executed in the web server. For example, if you...