makingdots
Apr 13, 10:12 AM
iPhone 4's screen is still great compare to other phones. Pushing larger screen will create additional work to developers because of different resolutions. Although if Apple thought a larger screen size is really the way to go, they decided it to be the standard screen size in several years to come.
ergdegdeg
Mar 9, 09:14 AM
Please read up on the Forum Rules and refrain from asking for items to buy outside of the Marketplace Forum.
IgnatiusTheKing
Aug 4, 06:58 AM
I've no idea what y'all are talking about, but it sounds entertaining. Care to share a link?
http://forums.macrumors.com/showthread.php?t=980290
http://forums.macrumors.com/showthread.php?t=980290
edesignuk
Mar 29, 01:27 AM
http://forums.macrumors.com/showthread.php?t=76115
Mudbug
Aug 19, 12:07 AM
xUKHCx
Oct 18, 03:05 PM
http://forums.macrumors.com/showthread.php?t=370887
PhilBrady87
Jul 10, 06:55 AM
I'll be there at 7:30am, lines should be a lot shorter than the Grove...
And, gotta get my Silky Smooth fix upstairs afterwards around 11am when they make it fresh
See ya there!
And, gotta get my Silky Smooth fix upstairs afterwards around 11am when they make it fresh
See ya there!
SeVeN
Oct 13, 12:51 AM
isn't that the symbol of the freemasons?
it is.
it is.
MACRUS
Nov 11, 03:39 PM
From what I've seen at the places I've been as an editor, the people who still have Avid are the ones that invested in it awhile ago and it's cheaper to maintain their current hardware. Though there are certainly desires to switch. I've also seen some places jump from Avid to Final Cut when doing complete system upgrades and ditching their old Power PC machines for Intel ones. Many places that are starting out are also going with Final Cut over anything else out there.
My Final Cut might not be 64 Bit, but it's doing just fine. Though our graphic designers have seen significant improvements in terms of render times going from After Effects CS4 to CS5, I think I can wait another 6 months and then be blown away by whatever improvement Apple makes to Final Cut.
Some have said it is most likely to happen early 2012. although Jobs himself has said early 2011. but again like some say. coming from him (steve), early 2011 could very well mean from January to june.
My Final Cut might not be 64 Bit, but it's doing just fine. Though our graphic designers have seen significant improvements in terms of render times going from After Effects CS4 to CS5, I think I can wait another 6 months and then be blown away by whatever improvement Apple makes to Final Cut.
Some have said it is most likely to happen early 2012. although Jobs himself has said early 2011. but again like some say. coming from him (steve), early 2011 could very well mean from January to june.
Happybunny
Apr 11, 04:51 AM
Who's ass is that?
Michelle Tratchenberg from the movie Euro Trip.:cool:
Michelle Tratchenberg from the movie Euro Trip.:cool:
menziep
Apr 1, 03:50 AM
Core Image And iBook (rumored) have Been updated
Have A Look
Please Post Any Comments Here
Have A Look
Please Post Any Comments Here
iNewbie
Oct 4, 12:29 PM
MattG,
I stand corrected on a couple or your points. Again I'm mostly a developer and only dabble with admin.
Regarding the iNotes user issue. Their activity IS logged differently. You need to turn that on in the server document. On the interent Protocols tab you can Enable logging to text files and then review it with a standard application or to a notes database Domlog.nsf. It's likely done this way for performance reasons. A quick search on notes.net gave me this answer.
Regarding the last login time of a user, again it looks like you're correct regarding the person document. I did not find an immediate built in solution for this, which doesn't surprise me. Remember notes is more of a programming environment then a simple application. It's understood that if it doesn't do something out of the box you can build it yourself. If you don't like how mail works, change it or download a new template. If you need new views in the log database you can add them. If you want to track the last time a person hit's their e-mail database there are several ways to do that. Searching on Notes.net (2 forums) for "last login" or something similar will give you some ideas. If you activate the domlog.nsf database then you can write a little code, get the information you're looking for, and track it however you want. While it's not a built in feature, the fact remains that using the notes development tools you can do it yourself and you're not limited to how Lotus implements a solution.
Regarding the stupidity of the security solution.... In some Environments like the CIA and NSA which use notes, you simply don't want a notes administrator to be able to access peoples e-mails or other information that they shouldn't be able to get to. They need to administer the system but not all the data. Notes security solves this problem.
Now as you say you're a small college so you don't need this level of security. There's lots of posts and thoughts on ID management. Again if the user that was renamed wasn't using encryption then there is no issue as something can be recreated. the other was to go is to store the default id's in a "secure" place with the default passwords. But while convenient, this can cause problems.
However, I would say that if an administrator ever got caught reading the Dean's e-mails the school would quickly want to increase the security level. There's now a lot of laws regarding privacy...
Notes is not an end user solution. It's marketed to businesses and organizations. In my opinion, there should never be a notes environment that has an administrator but no developer. It can be one and the same, but someone really needs to know formula languge and lotusScript. With some development, you can write simple programs which do simple tasks.
As an alternative you might want to check openntf.org. It's a Notes Opensource site and has things like a new mail template, user administration tools, etc...
I stand corrected on a couple or your points. Again I'm mostly a developer and only dabble with admin.
Regarding the iNotes user issue. Their activity IS logged differently. You need to turn that on in the server document. On the interent Protocols tab you can Enable logging to text files and then review it with a standard application or to a notes database Domlog.nsf. It's likely done this way for performance reasons. A quick search on notes.net gave me this answer.
Regarding the last login time of a user, again it looks like you're correct regarding the person document. I did not find an immediate built in solution for this, which doesn't surprise me. Remember notes is more of a programming environment then a simple application. It's understood that if it doesn't do something out of the box you can build it yourself. If you don't like how mail works, change it or download a new template. If you need new views in the log database you can add them. If you want to track the last time a person hit's their e-mail database there are several ways to do that. Searching on Notes.net (2 forums) for "last login" or something similar will give you some ideas. If you activate the domlog.nsf database then you can write a little code, get the information you're looking for, and track it however you want. While it's not a built in feature, the fact remains that using the notes development tools you can do it yourself and you're not limited to how Lotus implements a solution.
Regarding the stupidity of the security solution.... In some Environments like the CIA and NSA which use notes, you simply don't want a notes administrator to be able to access peoples e-mails or other information that they shouldn't be able to get to. They need to administer the system but not all the data. Notes security solves this problem.
Now as you say you're a small college so you don't need this level of security. There's lots of posts and thoughts on ID management. Again if the user that was renamed wasn't using encryption then there is no issue as something can be recreated. the other was to go is to store the default id's in a "secure" place with the default passwords. But while convenient, this can cause problems.
However, I would say that if an administrator ever got caught reading the Dean's e-mails the school would quickly want to increase the security level. There's now a lot of laws regarding privacy...
Notes is not an end user solution. It's marketed to businesses and organizations. In my opinion, there should never be a notes environment that has an administrator but no developer. It can be one and the same, but someone really needs to know formula languge and lotusScript. With some development, you can write simple programs which do simple tasks.
As an alternative you might want to check openntf.org. It's a Notes Opensource site and has things like a new mail template, user administration tools, etc...
Chip NoVaMac
Jan 13, 01:25 AM
Think VW USA is missing the mark at what made VW a drivers car in the end.... this one looks cheap to me :(
dlamin517
Feb 10, 01:41 AM
Feb
Detrius
May 3, 07:05 PM
So bring it back in to Apple.
Inf4life
Jul 9, 10:21 PM
I'm probably going to the one in Niles on Milwaukee.
jmann
Aug 1, 05:33 PM
That's a cute idea. I know some people who would benefit from this.
SandboxGeneral
Dec 28, 06:25 PM
Check the FAQ and ALL your questions will be answered.
balamw
Apr 22, 06:57 AM
Highly unlikely. You might, however, be able to import it into a VM for Parallels. VMWare or Virtualbox.
B
B
Zeneth
Jan 1, 05:33 PM
Does anyone use their iphone with their ATV2 for a remote control?
Zeneth
Zeneth
Autopulated
Feb 7, 12:34 PM
Nyc
Sweet shot; your own?
Sweet shot; your own?
inlimbo
Mar 3, 03:36 AM
Hi,
I installed MouseZoom on my new PB to speed up the trackpad but now i don't like it. How do I uninstall it and go back to my original settings. Do u just drag the mousezoom icon in system prefs to the trash?
Sorry im such a n00b :o
inlimbo
I installed MouseZoom on my new PB to speed up the trackpad but now i don't like it. How do I uninstall it and go back to my original settings. Do u just drag the mousezoom icon in system prefs to the trash?
Sorry im such a n00b :o
inlimbo
N10248
Feb 6, 05:16 PM
Mine for now...
http://n10248.info/mr/imac_06-02-11_small.jpg (http://n10248.info/mr/imac_06-02-11.jpg)
Download Original (http://n10248.info/mr/imac_06-02-11_original.jpg)
http://n10248.info/mr/imac_06-02-11_small.jpg (http://n10248.info/mr/imac_06-02-11.jpg)
Download Original (http://n10248.info/mr/imac_06-02-11_original.jpg)
skunk
Mar 20, 08:16 PM
Oh ok, so now we're moving on from the death penalty, to life in prison, to "ok well maybe life in prison might be a bit too harsh as well". See how this goes? What a frickin joke.How anyone could seriously think that 16 years behind bars, even with a television, is a cushy way to spend a life is beyond me. Who here would volunteer?
Комментариев нет:
Отправить комментарий