- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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
Re: Do i need sms gatewy for this ? plz someone clear it. | |
Re: ya...try following way, #footer{ position: absolute; bottom:0px; } | |
Re: Hi, If possible try to use PNG image instead of GIF, I think it would be helpful. | |
Re: 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: … | |
Re: You may try "PHP for Dummie" and W3Schools also. It's best for newbies . Good Luck. | |
Re: 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 … | |
Re: -moz-border-radius: 5px; is for Firefox and -webkit-border-radius: 5px; is for other browser except IE. In IE it won't work. ![]() | |
Re: 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. | |
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 … | |
Re: 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 … | |
Re: 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 … ![]() | |
Re: 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. | |
Re: 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: … |
The End.