Author Archives: Arvind

About Arvind

My name is Arvind Andrion. I love web design, html, css, jquery and wordpress. I started doing design since college when a close friend of mine who is now an architect asked me if I want to join him in Photoshop summer class, I said yes without even knowing the importance of it and the good thing is I learned the basics easily. Months past we had an introduction subject in html and I fell in love with it and I knew that I will do good on it. I have been designing for 5 years now, and I’m still enjoying it. About a year ago my wife and I moved in Abu Dhabi UAE.

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 …

Posted in CSS Tagged , , ,

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? …

Posted in CSS Tagged , ,

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 …

Posted in CSS Tagged , , ,

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 …

Posted in Personal Tagged ,

Acoustic Guitar

Posted in Design, Personal Tagged , ,

Gun Heart

Posted in Personal Tagged , , ,

I don’t know what am I doing

I’m just playing around with photoshop until I end up with this.

Posted in Design Tagged ,

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 …

Posted in jQuery Tagged , , ,

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 …

Posted in Wordpress

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 …

Posted in Wordpress