Author Topic: Banner Header and Signature help  (Read 1992 times)

0 Members and 1 Guest are viewing this topic.

Offline txweather.org

  • Forecaster
  • *****
  • Posts: 1597
    • Texas Weather
Banner Header and Signature help
« on: July 02, 2013, 02:37:43 PM »
Team,

I am not a graphics expert and by far from a good photographer :P

I was wondering if somebody can give me some hints on how to add a nice border to my image banner on my site header. Also how do you guys make your banner signature and display your data?

TIA!

----
Davis Vantage Pro2 Plus +FARS|Meteobridge Nano SD|Meteohub|Meteobridge MR-3020|WU KTXSPRIN75/PWS JRARGWX75/CWOP EW2972/WBB TXWDVUE75/Blitzortung ID: 1142|AWEKAS: 12095
Donations are welcome: https://paypal.me/ffuentesb

Offline txweather.org

  • Forecaster
  • *****
  • Posts: 1597
    • Texas Weather
Re: Banner Header and Signature help
« Reply #1 on: July 02, 2013, 02:40:48 PM »
I answer the banner question my self :P

wxgraphics.

Thanks!

Still one question at large. :D

----
Davis Vantage Pro2 Plus +FARS|Meteobridge Nano SD|Meteohub|Meteobridge MR-3020|WU KTXSPRIN75/PWS JRARGWX75/CWOP EW2972/WBB TXWDVUE75/Blitzortung ID: 1142|AWEKAS: 12095
Donations are welcome: https://paypal.me/ffuentesb

Offline txweather.org

  • Forecaster
  • *****
  • Posts: 1597
    • Texas Weather
Re: Banner Header and Signature help
« Reply #2 on: July 05, 2013, 02:33:14 AM »
both issues resolved.

TIA.

----
Davis Vantage Pro2 Plus +FARS|Meteobridge Nano SD|Meteohub|Meteobridge MR-3020|WU KTXSPRIN75/PWS JRARGWX75/CWOP EW2972/WBB TXWDVUE75/Blitzortung ID: 1142|AWEKAS: 12095
Donations are welcome: https://paypal.me/ffuentesb

Offline Mryank9

  • Senior Member
  • **
  • Posts: 56
    • Hamden Weather
Re: Banner Header and Signature help
« Reply #3 on: October 09, 2013, 09:35:38 AM »
sorry to bring up an old thread, but I'm brand new to all of this..working on my site now. How did you do this?

Offline txweather.org

  • Forecaster
  • *****
  • Posts: 1597
    • Texas Weather
Re: Banner Header and Signature help
« Reply #4 on: October 09, 2013, 09:45:30 AM »
sorry to bring up an old thread, but I'm brand new to all of this..working on my site now. How did you do this?

Myrank9,

there is a php application that creates this images and parses your weather display values.
It's called wxgraphics.

Regards.

----
Davis Vantage Pro2 Plus +FARS|Meteobridge Nano SD|Meteohub|Meteobridge MR-3020|WU KTXSPRIN75/PWS JRARGWX75/CWOP EW2972/WBB TXWDVUE75/Blitzortung ID: 1142|AWEKAS: 12095
Donations are welcome: https://paypal.me/ffuentesb

Offline Mryank9

  • Senior Member
  • **
  • Posts: 56
    • Hamden Weather
Re: Banner Header and Signature help
« Reply #5 on: October 16, 2013, 09:33:26 AM »
Were you able to use the same program to make your header picture?

Offline txweather.org

  • Forecaster
  • *****
  • Posts: 1597
    • Texas Weather
Re: Banner Header and Signature help
« Reply #6 on: October 16, 2013, 09:35:07 AM »
Were you able to use the same program to make your header picture?

I made the header pic my self using my iphone :)

----
Davis Vantage Pro2 Plus +FARS|Meteobridge Nano SD|Meteohub|Meteobridge MR-3020|WU KTXSPRIN75/PWS JRARGWX75/CWOP EW2972/WBB TXWDVUE75/Blitzortung ID: 1142|AWEKAS: 12095
Donations are welcome: https://paypal.me/ffuentesb

Offline Mryank9

  • Senior Member
  • **
  • Posts: 56
    • Hamden Weather
Re: Banner Header and Signature help
« Reply #7 on: October 16, 2013, 10:19:01 AM »
Awesome! May I ask where you inserted it into your code?

Offline BigOkie

  • Forecaster
  • *****
  • Posts: 1369
  • Tulsa, OK
    • KOKTULSA13
Re: Banner Header and Signature help
« Reply #8 on: October 16, 2013, 01:55:49 PM »
Awesome! May I ask where you inserted it into your code?

Might be after the color declarations in the code.  I'm not sure how similar the weewx version is to Cumulus, but I added the following to get the background image.  Obviously you need to have the bg image stored somewhere on your site for the script to put in there:

Code: [Select]
/*
  $baseimg = imagecreatefromjpeg("images/background.jpg");

  imagecopy($im,$baseimg,0,0,0,0,$SITE['image_width'], $SITE['image_height']);
  imagedestroy($baseimg);
 */
Current setup: Davis Vantage Pro 2 Plus Wireless
Weather radios:
Reecom R-1650
Sangean CL-100
Uniden Home Patrol I

Offline Mryank9

  • Senior Member
  • **
  • Posts: 56
    • Hamden Weather
Re: Banner Header and Signature help
« Reply #9 on: October 16, 2013, 03:12:17 PM »
Thanks BigOkie

Whats the link to your website?

Offline BigOkie

  • Forecaster
  • *****
  • Posts: 1369
  • Tulsa, OK
    • KOKTULSA13
Re: Banner Header and Signature help
« Reply #10 on: October 16, 2013, 06:16:59 PM »
Thanks BigOkie

Whats the link to your website?

I keep it internal because I'm serving it from a machine in my house.  I don't disclose it for that reason.

That doesn't mean sometime down the road I won't publish it to a third-party server.  I have one ready.  I just have so much time invested on it the way it is right now, it will take some doing to move it to a new server.  If people want to know what my weather is, click on my banner and it takes you to my WU page.

I know that's not the same, but I'm not quite ready to move it.  If something happens to the webserver, it's up to me to fix it.  Not some data center in Utah or wherever.
Current setup: Davis Vantage Pro 2 Plus Wireless
Weather radios:
Reecom R-1650
Sangean CL-100
Uniden Home Patrol I

Offline Mryank9

  • Senior Member
  • **
  • Posts: 56
    • Hamden Weather
Re: Banner Header and Signature help
« Reply #11 on: October 17, 2013, 09:15:38 AM »
Fair enough! That's great that your hosting it internally. More power to you, thanks again for the help

 

anything