Tag Archives: Subject Web

Help with web content feed

Hi My business is new to that forum and I need some assistance from other experienced fighters. I have done a a number of basic webdesigns in addition to PHP and connecting to sql db. I would prefer to add eyeglasses to my internet site and in these frames I need to add many live content just like from a news website by way of example cnn or people. I also choose to link to live local weather reports. I am undecided if I am with all the correct terminology by simply saying " live content". I work with dreamweaver CS3. Can anyone point me into the right direction please. cheers aussie: rambo: You will end up looking at an Rss feed reader. Very easy to do… See the example newsfeed on this subject web page (left column): http: //www. schoharievalleywatch. org/latest. php See the Rss feed from windaction. org Here’s the PHP script to the RSS Feed about that page: PHP: < php    //  rss  page  for  WindAction. org  –    $feed_url  =  “http: //www. windaction. org/latestpoststheme=rss”;     #  INITIATE  CURL.   $curl  =  curl_init();   #  CURL  OPTIONS.   curl_setopt($curl,   CURLOPT_URL, “$feed_url”);   curl_setopt($curl,   … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

mouse over buttons w/ pics

hi there my organization is wondering learning to make amouse over press button with 2 pics in microsoft expression web 2 . 0, i have the two pictures i want and i have been messing around when using the lowsrc and such things as that but without success can any one help me out there I only find out the hard coded way to achieve this. I have under no circumstances used expression online. The first image will be designed into the page as it normally would. The one primary difference is it’s important to specify a within the img tag: < img src=" image1. gif" name=" MyImage" > This image are now able to be accessed simply by javascript as . Of course add in the actual width, height, alt, along with border properties seeing that desired too. Our next part is to generate a link around that image. It will allow javascript for you to affect the image properties. < your href=" " onMouseOver=" insurance policy. MyImage. src=’image2. gif’; " onMouseOut=" insurance policy. MyImage. src=’image1. gif’; " > < img src=" image1. gif" name=" MyImage" > < /a> will be Source of the actual image file. specifies that … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment