Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~6K People Reached
About Me

I am founder of freelancer web designer developer team. We are providing PSD to HTML slicing and php development work to several agencies.
If you need any kind of information feel free to contact me on gaurang4 @ gmail . com

13 Posted Topics

Member Avatar for TheVenerableZ
Member Avatar for keval_hack
Member Avatar for Dandello
0
88
Member Avatar for ozman26
Member Avatar for ozman26
0
88
Member Avatar for swi2

Hi, Agree 100% with Danny, use JQuery it would enhance development as well as ease of use. Here is the very basic code to understand you may trick it for your requirements. FORM.HTML <html> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#btn1").click(function() { $.ajax({ type: "POST", url: "backend.php", data: "name="+$("#txt1").val(), success: …

Member Avatar for canterorist
0
204
Member Avatar for rahul95

You may try "PHP for Dummie" and W3Schools also. It's best for newbies . Good Luck.

Member Avatar for gaurang4
0
134
Member Avatar for md16185

If forums allows HTML then it would be victim of HTML Injection attack also known as Cross Site Scripting. Basically this attack means, whenever any user creates post then when that post is visible on page and if the HTML is allowed then is would also execute in page. Now …

Member Avatar for Oamaok
0
636
Member Avatar for ryy705

-moz-border-radius: 5px; is for Firefox and -webkit-border-radius: 5px; is for other browser except IE. In IE it won't work.

Member Avatar for diafol
0
259
Member Avatar for Member 784480

Right Lusiphur. You may also, add this in css * { margin:0px; paddin:0px; } Then adjust margin padding of each individual elements separately, it would also help to get all browser compatibility.

Member Avatar for gaurang4
0
119
Member Avatar for gaurang4

Hello Everyone !! Hope you all would be fine and always be. I am owner of web developer designer team and catering to number of agencies, I won't say any thing much because the Quality will say everything. Services we provide is web development in PHP, web designing and PSD …

Member Avatar for gaurang4
0
116
Member Avatar for ChPravin

Hi, Actually I am php developer so can't provide you the code in dot net but general idea is to use the percentage in width field. Try to use the percentage in width attribute as below : <table width ="100%"> <tr><td width="25%>...</td></tr> <tr><td width="25%>...</td></tr> <tr><td width="25%>...</td></tr> <tr><td width="25%>...</td></tr> </table> I …

Member Avatar for tz2010
0
3K
Member Avatar for djnzak

Hi Friend, You are getting this problem because of cashed copy of webpage. Try to refresh the page with F5 button or refresh button in browser. Personally I would like to suggest you to use Firebug add-on in Firefox, or if you are using chrome then right click on page …

Member Avatar for diafol
0
110
Member Avatar for jrock2004

You may also use CSS3 as below : for <div id="box">...</div> to make rounded corners #box { -moz-border-radius:5px; -webkit-border-radius:5px; } But it won't work in IE so be carefull.

Member Avatar for jrock2004
0
151
Member Avatar for spivey

Yes, This problem comes up on number of times. You need to use the dedicated style for IE and some times you have to use specially for IE 7 or IE 6. in <head> tag in your page, add following style : THIS WILL ONLY TAKE PLACE IN IE 7: …

Member Avatar for gaurang4
0
162

The End.