Author Archives: Arvind
Simple Form Design
Designing form is quite fun, it always makes me think how the user will use it, my colleague developer and I have been doing a new project and that includes their registration form with admin interface. I wanted to share …
Fieldset and Legend in IE
While I was very happy and I am about to finish my form layout testing in firefox, chrome and safari, I crossed my fingers and took a quick look to check at IE and suddenly BOOOOMMMM! What the hell happened? …
I’m Stuck in Table Grid
If you find yourself stuck in styling your table, checkout HTML and CSS table border style Wizard at Samacon.com, Whew! that’s a long title isn’t it? It can help you to design a simple table grid in no time, Samacon helped …
I am back
Finally, my site is back, right now I’m planning on creating two new blog, I don’t have a name right now but one site will be related to web resources for designers and developer, posting some new stuff like some …
I don’t know what am I doing
I’m just playing around with photoshop until I end up with this.
Horizontal scroll using jquery scrollTo
You may already saw this in some other website scrolling horizontal and vertical smoothly with easing. I will show you how to do this using jquery scrollTo plugin. I’m not going show you the full details about this plugin. You …
WordPress Breadcrumbs
Breadcrumbs by Chris Breadcrumbs code by Chrispoole.com. This is design to use in wordpress. Thanks chris. /* * quick and dirty breadcrumb menu * initially designed for wordpress */ function CPbreadcrumbs() { $CPtheFullUrl = $_SERVER["REQUEST_URI"]; $CPurlArray=explode("/",$CPtheFullUrl); echo ‘<a href="/">Home</a>’; while …
Redirect Loop in Firefox
This really freaks me out trying to figure out why I have this error in firefox.Redirect Loop Firefox has detected that the server is redirecting the request for this address in a way that will never complete. The browser has …