Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
Lexs is on fire !!!
---------------------
Ha Ha first time in ages have had some spare time:)

2uxwqhc.jpg
 
Thank you Guys/Girls :)

Widget name not sure I think it was posted here as a LT and I have just
rearranged it and changed it a little.

Quab icons some are have just mixed and Match icons I like I must
have got them from Macthemes

Here is the Theme
Wallpaper
Dock
Icons
Widget

Image

Download http://www.box.net/shared/ie6nql6z5rpj3sklqg2z

Enjoy :)

Thank you SOOO much. I really appreciate it. These icons are awesome.
 
It looks good, the only thing I don't like is the font and size of the time and pm compared to the rest. But would love to have the date and weather widget.

While the font's not my favorite, I bet it appeals to the guys. And I like the size difference as it emphasizes the time--for me, that's the critical element in a widget, the one piece I want to know at a quick glance.

But that's just me. :D
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5)

IrishVixen said:
It looks good, the only thing I don't like is the font and size of the time and pm compared to the rest. But would love to have the date and weather widget.

While the font's not my favorite, I bet it appeals to the guys. And I like the size difference as it emphasizes the time--for me, that's the critical element in a widget, the one piece I want to know at a quick glance.

But that's just me. :D

Yeah not this guy... Though the setup is nice the font is first thing I'd change.. Just my opinion...
 
All this font talk reminds me that I need to check and see if there are any new fonts for BytaFont that I've missed recently. (Oh, and put me down as a guy not loving the font either, but please don't take that the wrong way LEXS!) I love the widget and layout, though! :D
 
I Guess the font is a No No :D I take on board what you have all said
I will look for another font and post it.
Thanks guys for all your comments :)
 
Hi guys & gals! has anyone got this weaverley 73 wallpaper/layer please!

many thanks!:cool:
 

Attachments

  • imageser[1].jpg
    imageser[1].jpg
    557.3 KB · Views: 61
All this font talk reminds me that I need to check and see if there are any new fonts for BytaFont that I've missed recently. (Oh, and put me down as a guy not loving the font either, but please don't take that the wrong way LEXS!) I love the widget and layout, though! :D

Since discovering we could add fonts directly to widgets only, I actually deleted most of the fonts I had in BytaFont. I just get sick of my mail font, etc. changing. I picked one font I actually like (Architects' Daughter) for my system--and then never use "Helvetica" in the widgets anymore. Deleted about thirty that I never did use. LOL

But yes, they seem to release somewhere between 5-10 fonts a week for BytaFont, so you may have missed a few.

Like Lexs, I've had a tiny bit of down time, so I've gone back to tweaking the Crisscross/Transcene widget I was working on a while back. Shortened the day of the week to three letters and moved the whole thing to the right a bit more; I think I like this version better. Maybe. (Both wallpapers from here: http://tseventy.com/)

Still not quite back on track time-wise, but hopefully I'll be around more again in the coming weeks. :D
 

Attachments

  • abd27618.jpg
    abd27618.jpg
    319.8 KB · Views: 55
  • 4b5ead8a.jpg
    4b5ead8a.jpg
    227.5 KB · Views: 58
Last edited:
Since discovering we could add fonts directly to widgets only, I actually deleted most of the fonts I had in BytaFont. I just get sick of my mail font, etc. changing. I picked one font I actually like (Architects' Daughter) for my system--and then never use "Helvetica" in the widgets anymore. Deleted about thirty that I never did use. LOL

But yes, they seem to release somewhere between 5-10 fonts a week for BytaFont, so you may have missed a few.

Like Lexs, I've had a tiny bit of down time, so I've gone back to tweaking the Crisscross/Transcene widget I was working on a while back. Shortened the day of the week to three letters and moved the whole thing to the right a bit more; I think I like this version better. Maybe. (Both wallpapers from here: http://tseventy.com/)

Still not quite back on track time-wise, but hopefully I'll be around more again in the coming weeks. :D

You know, Irish, you're right about the fonts-in-widgets thing. Since I updated to 4.2.1 (I'm a man ahead of my time, I tell you!), I can now use all those widgets with the fonts included in them. That's nice too, because I can have the widget look the way the designer intended.

BTW, you MUST post a download link for the updated widget! That's fantastic!

:D
 
Image

I use the cal/day/date as a seperate widget so I can add it if required to any other widget or Theme



Just make sure it is above your Theme in winter board

To move it up or Down Edit the following

.CalendarWidget
{
text-align: center; margin-left:0px; margin-top: 0px; width: 320px; height: 480px;
position: absolute; align: center; top: 355px; right: 0px; down: 0px; left: 0px;
/* background: url(../Backgrounds/DefaultSB.png) no-repeat;*/

355px being near the bottom above the Dock icons

Download http://www.box.net/shared/xxlj5o7meo4syll9fagp

Great, thank you very much.
 
I have another HTML question. I am trying to add the "0" to my clocks hours, I want 08:00pm instead of 8:00pm. I found this in another html:

Code:
function updateClock ( )
{
  var currentTime = new Date ( );
  var currentHours = currentTime.getHours ( );
  var currentMinutes = currentTime.getMinutes ( );
  var currentSeconds = currentTime.getSeconds ( );
  // Pad the minutes and seconds with leading zeros, if required
  currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
  currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
  currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;

I took this part:

Code:
  // Pad the minutes and seconds with leading zeros, if required
  currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;

and added it to my HTML where it says to pad the minutes and seconds, but its not working:

Code:
  // Pad the minutes and seconds with leading zeros, if required
  currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
  currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;
  currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;

37fd6032.jpg
 
BTW, you MUST post a download link for the updated widget! That's fantastic!

:D

I'd planned to when I have more than 5 minutes available at a time, now that the arrangement looks better; just have to check on a couple of things and fix the fact that it's currently set up to use Wallpaper JPEGifier--I know that's not an issue for you, but others are still using the old method of Wallpaper.png, etc, I'm assuming?
 
I'd planned to when I have more than 5 minutes available at a time, now that the arrangement looks better; just have to check on a couple of things and fix the fact that it's currently set up to use Wallpaper JPEGifier--I know that's not an issue for you, but others are still using the old method of Wallpaper.png, etc, I'm assuming?

Awesome, Irish. Thanks! Yeah, I'm still using the JPEGifier thing for my wallpaper, so I'm good there. Again, thanks! :D
 
I have another HTML question. I am trying to add the "0" to my clocks hours, I want 08:00pm instead of 8:00pm. I found this in another html:

Code:
function updateClock ( )
{
  var currentTime = new Date ( );
  var currentHours = currentTime.getHours ( );
  var currentMinutes = currentTime.getMinutes ( );
  var currentSeconds = currentTime.getSeconds ( );
  // Pad the minutes and seconds with leading zeros, if required
  currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
  currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
  currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;

I took this part:

Code:
  // Pad the minutes and seconds with leading zeros, if required
  currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;

and added it to my HTML where it says to pad the minutes and seconds, but its not working:

Code:
  // Pad the minutes and seconds with leading zeros, if required
  currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
  currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;
  currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;

Image

to make it work add "Pad the minutes and seconds with leading zeros, if required" script AFTER the "Convert 24hr to 12hr "(or something along those lines) to look EXACTLY like this:

Code:
 <!-- Convert the hours component to 12-hour format if needed -->
      currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;


 <!-- Pad the minutes and seconds with leading zeros, if required
	currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
	currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
	currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;

SAVE AND RESPRING
 
to make it work add "Pad the minutes and seconds with leading zeros, if required" script AFTER the "Convert 24hr to 12hr "(or something along those lines) to look EXACTLY like this:

Code:
 <!-- Convert the hours component to 12-hour format if needed -->
      currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;


 <!-- Pad the minutes and seconds with leading zeros, if required
	currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
	currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
	currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;

SAVE AND RESPRING

I think it would go in/under here, but I can't get it to work. Thank you for helping me, sorry I'm just not getting it though. I'm really a newbie when it comes to HTML:confused::

Code:
/*---------------------------------------------------------------------------------------------------------------------------------AM PM Edit------*/

/* Remove the /* from under this line to display am or pm after the 12 hours clock */  /* NEW!! */

  // Choose either "AM" or "PM" as appropriate
  var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
  // Convert the hours component to 12-hour format if needed
  currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
  // Convert an hours component of "0" to "12"
  currentHours = ( currentHours == 0 ) ? 12 : currentHours;
  // Compose the string for display
  var currentTimeString = timeOfDay;
  // Update the time display
  
document.getElementById("ampm").firstChild.nodeValue = currentTimeString;
}
 
24whbwg.jpg

I have had enough playing with this If any of you guys want the widget I will poster later
 
Last edited:
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.