Buffistechnology 3: "Press Some Buttons, See What Happens."
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
it is pretty good at multiple sets of tasks and a more complicated situation.
I think simple lists are probably ideal for most situations, but this summer I had to keep track of a lot of to dos and different "projects" and OF was good for this. Syncs with iphone and ipad and probably android too.
So far, Wunderist on my tablet far exceeds Astrid in terms of UI and ease to use--I'll give it that. But I'm already missing some functionality, like telling me how long to wait before deciding to nag me, or having a 5-setting priority division.
I fear, despite how quickly I just added in so many of my tasks, that it will
not
allow me to do the things I am taking for advantage so far. Sheeit--for all this simple, not tripping over the line into skeuomorphism., I can't work out how to set up a recurring to do. It's gotta be there somewhere. I'm going back in! IF you don't see me nattering in 5, I may be lost forever.
Yeah, I tried Wunderlist, but it didn't twig me, somehow. I suspect my problem is that I started with Astrid, so now I just want any other program to be Astrid, but without Astrid's problems.
Yeah, without recurring tasks it's too much work for me. And, so far, looking for it is also too much work for me.
So I'll stivk with Astrid, until something comes along that blows it out of the water for a similar price.
o_a, if your machine is an HP, this is how to turn off the dock: [link]
So I finally had a little time, and dug around and found the little check box to turn it off (thanks Deena!). Then did the million Windows updates. Apparently one of them was updating the stupid dock. And apparently that preference was not saved, and the interface for the dock is completely different. The hunt begins again. ::sigh::
I have an XP netbook which I had turned off for a few weeks. Since I'm presenting tomorrow I turned it on to update virus defs and windows updates. And when I went into windows updates, it said there were no priority or security updates to download. Hmmm. I seem to remember at least one update where I had to reboot in the last few weeks. Shouldn't an XP machine which has been turned off the past three weeks have found at least one microsoft update?
Found it. Let's see if it sticks this time. Gosh, that dock is annoying, and a processor hog.
Microsoft has XP pretty much on life support at this point, it is an OS that is more than a decade old. I think they are only doing absolute minimum security related updates on it at this point.
can I insert variables into HTML popups
I don't know... probably? I'm not sure what an HTML popup is but will look into it!
delete button
Yes! Also, if you long click on an action in a task, it disappears. I accidentally deleted TWO actions yesterday trying to move them. Very annoying. Also Also, there is no good way to do an If statement for two things at once (no And/Or). You literally have to do nested if loops for Ands and ifs-inside-of-elses for Ors. Whoa. Wouldn't be so bad with a keyboard to type things, but with having to navigate to a menu for each and every End If, it made for some very annoying programming!
Why did I need to do this? I was fixing my 10-minute call thing, which didn't work. Turns out the %CTIME variable is stored as a decimal in the form hh.mm, so to actually check if I was with 10 minutes, I had to split the variable at the decimal, then do the equivalent of
If (%CTIME1 = %LASTCALLTIME1 and %CTIME2 < %LASTCALLTIME2 + 10) or (%CTIME1 = %lASTCALLTIME1 + 1 and %CTIME2 < LASTCALLTIME2 - 50)...
which required two completely separate nested if loops AND completely repeating the actual task twice! Crazy.
This is so frustrating that I must be overlooking something obvious.
I'm trying to view/save web source in Android. I know I've done this before, but devices and apps ago. Any share I tried was just the URL, and when I installed the View Web Source app, because the page loads with errors (expired SSL cert), it doesn't actually give me anything except an error message.
If the HTML is in the browser window, why the fuck can't I have it?