Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

20 Posted Topics

Member Avatar for iramsweet

HTML is a vocabulary: it defines what kinds of elements you can write (e.g. BODY, P, LI, etc.) but isn't very strict about how you write it . HTML5 is the next-generation version of HTML (the current version of HTML 4)not a standard yet, partially supported by some browsers (not …

Member Avatar for anand9796
0
364
Member Avatar for keval007

create a simple html page and then use firefox tools->Page info->media to dowload all the images.

Member Avatar for pritaeas
0
92
Member Avatar for wildplace

> vetical centering for text you can use line-height. [6 Methods For Vertical Centering With CSS ](http://www.vanseodesign.com/css/vertical-centering/)

Member Avatar for JorgeM
0
117
Member Avatar for ofir0803

Hi I find it hard to define the** job title **for this job. On the one hand this is a client side developer, but on the other hand the job responsibility's are much more then that. can you help me define a job title for those responsibility's at our Operations …

Member Avatar for neatric
0
260
Member Avatar for ofir0803

Hi I am trying to design db to coupon site my problem: item can be in several areas. like : chair in South and North for that I have created the extra categorytoarea table but i dont know how the relationship should be with other tables

Member Avatar for ChrisPadgham
0
125
Member Avatar for ofir0803

I began to develop a simple coupon site. my db design Contains 4 tables: users deals category city when user purchasers a coupon i connect to getway payment service. in my accont at the getway service i can see all the transaction from my site. does it's meen that i …

Member Avatar for ofir0803
0
114
Member Avatar for ofir0803

Hi We have a lot of fan pages in facebook and Each page has its own subdomain for example: [url]http://page1.mysite.com/1.php[/url] [url]http://page2.mysite.com/2.php[/url] [url]http://page3.mysite.com/3.php[/url] "1 SSL will cover one domain and any sub-directories which you install;- but it will not cover sub-domains, each sub-domain would also require its own SSL" from october …

0
118
Member Avatar for ofir0803

i want to be abale to update the filed 'activated' to 0 when the 'expireDate' is before today. can you show me how to do it with a trigger? (i want to do this after the user insert the row)

Member Avatar for ofir0803
0
142
Member Avatar for ofir0803

Hi I have this code of zebra stripes. [CODE] <style type="text/css"> <!-- .paint {background: #caf2fe;} --> </style> <script type="text/javascript"> $(document).ready(function(){ $("tr:odd").addClass("paint"); }); </script> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td>Text1</td> </tr> <tr> <td>Text1 details</td> </tr> <tr> <td>Text2</td> </tr> <tr> <td>Text2 details</td> </tr> <tr> <td>Text3</td> </tr> <tr> <td>Text3 details</td> </tr> </table> [/CODE] …

Member Avatar for twiss
0
1K
Member Avatar for ofir0803

Hi [CODE]$asking_price = "20"; $original_value = "100"; $discount = (1-($askingPrice/$original_value))*100; echo $discount;[/CODE] why $discount always equal to 100 ? it supposed to be 80.

Member Avatar for ofir0803
0
134
Member Avatar for ofir0803

Hi i have this string: [CODE]<div class="col-price"> <h4>you save</h4> <span ><span class="currency">$</span>32</span> </div> <div class="col-price"> <h4>discount</h4> <span >52%<span class="persent"></span></span> </div> <div class="col-price last"> <h4>original price</h4> <span ><span class="currency">$</span>62</span> </div>[/CODE] i want to be able to find the values of: [I]you save[/I], [I]discount[/I] and [I]original price[/I]. the desierd output: 32, 52, …

Member Avatar for kekkaishi
0
143
Member Avatar for ofir0803

Hi dell xps m1530 nvidia GS4000 ram: 2G My graphic card is dead. in order to replace it i have to replace all the mother board? Is it better to buy a new computer?

Member Avatar for ofir0803
0
115
Member Avatar for ofir0803

example: [CODE]<img src="img.jpg" alt="" /> <a href="#" alt="" />[/CODE] i want to do someting if the string="alt" exist in the img tag and someting else if the alt exist in the href tag

Member Avatar for ofir0803
0
154
Member Avatar for ofir0803

Hi my structure: [CODE]wwwroot\dynamic_number\fbml\some_folder\ wwwroot\dynamic_number\work\some_folder\[/CODE] on iis, i have publish the wwwroot folder but i want to publish only the fbml folder like: [CODE]http://www.mydomain.com/1234/fbml/[/CODE] and not: [CODE]http://www.mydomain.com/1234/work/[/CODE] how can i do this? note: the dynamic_number folder(1234) created by the user.

Member Avatar for ofir0803
0
83
Member Avatar for ofir0803

Hi, i have this string: [CODE]$link = "http://www.first-link.comhttp://www.second-link.comhttp://www.third-link.com"[/CODE] i want to exract it to an array like this: [CODE]array[0] = http://www.first-link.com array[1] = http://www.second-link.com array[2] = http://www.third-link.com[/CODE] i wrote: [CODE]print_r (explode("href",$link));[/CODE] but now all the string is in array[0] only. i keep getting [CODE]Array ( [0] => http://www.first-link.com ) Array …

Member Avatar for diafol
0
133
Member Avatar for ofir0803

i want to find all occurrence of a string: "coords"" within another, but i only can found the first and the last ( stripos() and strripos() ) [CODE]<body> <img src="page.jpg" border="0" usemap="#fghf" /> <map name="fghf" id="fghf"> <area shape="rect" coords="10,71,258,236" href="#" alt="some_alt" title="some_title" /> <area shape="rect" coords="258,72,506,237" href="#" alt="some_alt" title="some_title" /> …

Member Avatar for ofir0803
0
188
Member Avatar for ofir0803

Hi, I have been preoccupied with this problem all day. there is a gap only in ie7. can anyone help? [URL="http://defixer.com/test/website/index.html"]http://defixer.com/test/website/index.html[/URL]

Member Avatar for ofir0803
0
55
Member Avatar for ofir0803

hi I'm trying to solve this problem without success for two days i have a problem only in google chrome (in other browser it's fine) the text of my scrolling news is cut off on the right side. [URL="http://31116710-dup.dpages.co.il/"]http://31116710-dup.dpages.co.il/[/URL] help please....

Member Avatar for ofir0803
0
100
Member Avatar for ofir0803

Hi i created a small program that does connection to db and perform a select. that's works fine for me. now,i want to make it a web service, but how can i return the result of the select query from it? please help... this is my code... [CODE] using System; …

Member Avatar for Ramesh S
0
162
Member Avatar for ofir0803

Hi I hope u can help me... i have a code that connect to mysql db and it works fine. [CODE] using System; using System.Collections.Generic; using System.Text; using MySql.Data.MySqlClient; using MySql.Data.Types; namespace MySqlExample { class Program { static void Main(string[] args) { string host = "localhost"; string database = "articles"; …

Member Avatar for sknake
0
188

The End.