Hi Friends, It's Ashish Kalosia i am cool fun loving guy, a part from that i am a Web, Graphic Designer. I have shocked many people By creating high appeal web designs with W3C standard.Though i am based in Indore, India, all my International clients love how easy it is to work with me.
August 18, 2009
Rollover Colors in Silverlight
private void design_txt_MouseEnter(object sender, MouseEventArgs e)
{
design_txt.Foreground = new SolidColorBrush(Color.FromArgb(255, 0xFF, 0x66, 0x00));
}
private void design_txt_MouseLeave(object sender, MouseEventArgs e)
{
design_txt.Foreground = new SolidColorBrush(Colors.Black);
}
July 31, 2009
What is JQuery?
“jQuery is a JavaScript library that takes this motto to heart: Writing JavaScript code should be fun. jQuery achieves this goal by taking common, repetitive, tasks, stripping out all the unnecessary markup, and leaving them short, smart and understandable.”
May be you are thinking…Why I would need another JavaScript library? Just give a try and you will see how simple and powerful it is.
July 25, 2009
jQuery is a Power
This is a basic new, designed to help you get started using jQuery. If you don't have a test page setup yet, start by creating a new HTML page.
July 9, 2009
Dreamweaver template not updating the pages
May 15, 2009
CSS hacks
How to debug HTML/CSS issues using Firefox?
There is an add-on for the Firefox web browser called Firebug. This tool can be used to analyze, debug and edit the HTML and CSS code of your pages.
Firebug makes it easy to see how HTML and CSS code is used to build a particular page. It is very useful for web designers who wish to troubleshoot a problem with their pages and debug their code.
February 28, 2009
Finding the Right Web Design Company
INTRODUCTION
A man’s error are his portals of discovery.
What does the above quotation convey? To have a portal, you have to commit mistakes. Isn’t that funny? No not at all. It may be a motivating sentence, but in business it can turn out to be doomsday for small start-ups with little investments.
We have already talked about [...]