How do I mark myself as Online in Skype with AppleScript? - applescript

I just need an AppleScript to mark me as Online in Skype automatically. Any suggestions? Thanks.

This should do it.
tell application "Skype" to send command "SET USERSTATUS ONLINE"
I know you are new to this site, so I will offer a bit of friendly advice. Generally, when you ask a question here, we want to know that you've actually put forth some effort into your resolving your problem. Sometimes this can include what is known as an SSCCE. You might also want to venture over to the FAQ for more tips on asking good questions.
Happy coding! :)

Related

Adding CKEditor content to a database

Please help me. I have been assigned to input data in the CKEditor demo and store that input in a database. What is the code for this? Any help would be appreciated.
The question you are asking is very broad. There are a multitude of different ways to go about accomplishing your goal. The scope of answers we can provide vary greatly depending on your experience. I would recommend visiting W3 schools to get you started.
http://www.w3schools.com/php/php_mysql_intro.asp
Start off by making a new database, or connecting to an existing one. Then you can start by installing CKE and we can go from there.
This site is designed to answer specific questions, for example we would be more than happy to help if you hit a road block while trying to design or build a database. We do ask however, that you please provide us with what you know, and what you have tried and experienced problems with. Doing so not only makes it easier for us to answer, but helps beginners get in the proper mindset for development and makes it much easier to learn. There is an overwhelming amount of tutorials you can find via google to get you started. We will be more than happy to help once you come back with a more centered question.

when i simulate the app on my device the buttons move

When I simulate the app on my device the buttons move down from where I have them placed in the storyboard. I am using SWIFT. Ive had this before and all the sudden it disappeared one day Any suggestions? thank you.
Please provide more information pertaining to your issue. Your question is not only vague, but there's also no context provided. Look at the 'How to Ask a Question" Rules, Specifically:
Be specific
If you ask a vague question, you’ll get a vague answer. But if you give us details and context, we can provide a useful, relevant answer.
Make it relevant to others
We like to help as many people at a time as we can. Make it clear how your question is relevant to more people than just you, and more of us will be interested in your question and willing to look into it.

What are some great web sites that are the best for the User Interface?

I am looking for nice looking sites that are good in terms of look and feel as well as usability.
Someone had to say it: Stack Overflow!
Seriously - it may not be immediately beautiful to look at, but for what it is, and for its target audience and how they use it, it's a great example of both visual design and interaction design.
The layout, the use of colour, the sensible use of AJAX, the lack of fancy graphics, all give a good experience IMHO.
It's also a good example of how to incorporate advertising in an effective but unobtrusive way.
Google.
It gets out of the way as much as possible and lets you focus on doing what you came there to do.
I think this is question is much like Share good examples of Web-GUIs question that was post in the site sometime ago. probably it will help you.
Zen Garden - beauty but especially showing you what different things can be done with pure accessible HTML. So having Usability in mind as well.
I don't know what kind/segment of site you want. But I`ll mention one that is kind of site to create site that helped me to create fast and beautiful things.
www.snappages.com is a example of nice/easy/friendly/pretty/dummyFriendly/niceExamples/easyToCreatePrettyThings/easyToMaintain/etc...
I really think that is a 'must know place'
Cheers :)
I think gmail is an example of a very usable UI.
I've always found that other people's great web sites are more of an inspiration than a practical help. Every site has particular needs. For example, this site is good for what it does, but it really isn't a site I need to build; likewise for this one and this one.
I think it is valuable to develop a philosophy/aesthetic for this, or at least be conversant with those who think a lot about design and accessibility. Here are two sites with some serious discussion along these lines, along with some coding howto:
http://stopdesign.com/
http://www.456bereastreet.com/
But even these reflect my personal taste. There are people in my family who really like Club Penguin. And I hear some folks can tolerate MySpace.

Feedback Framework for Cocoa

I tried FeedbackReporter.framework from vafer.org but it doesn't want to work. :-/
So any suggestions for great Cocoa feedback frameworks?
Try this one from Jon Rentzsch:
http://github.com/rentzsch/jrfeedbackprovider/tree
It's a good start.
There is also OpenFeedback at http://code.google.com/p/appcaster/. This also includes Appcaster which you could find useful. I personally ended up going with JRFeedback.
UKCrashReporter handles detecting and submitting crash logs (e.g. at app startup) and submitting feedback from within the app. I've been very happy with it.
I've never used it, but apparently the author of Feedback Reporter monitors Stack Overflow and will try to help if you bother explain your problem.

Tracking Useful Information

What do the clever programmers here do to keep track of handy programming tricks and useful information they pick up over their many years of experience? Things like useful compiler arguments, IDE short-cuts, clever code snippets, etc.
I sometimes find myself frustrated when looking up something that I used to know a year or two ago. My IE favorites probably represent a good chunk of the Internet in the late 1990s, so clearly that isn't effective (at least for me). Or am I just getting old?
So.. what do you do?
­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
Two Things I do:
I blog about it - this allows me to go back and search my own blog.
We use the code snippet feature in Visual Studio.
Cheers.
I use:
Google Notebook - I take notes for projects, books I'm reading, etc
Delicious + Firefox plug in - Every time I see a good page I mark it.
Windows Journal (in tablet pc) - When I need to draw something and then copy/cut/paste it. I have more distractions here, the web is always very close :)
Small Moleskine paper notebook - Its always with me.
Big paper notebook - When I need more space to write and less distractions.
Obviously these are for all useful information, not just for snippets or tips and tricks.
Why not set up a Wiki?
If you are on windows, i know that ScrewTurn wiki is pretty simple to deploy on a desktop/laptop. No database to fuss around with.
Blog about it.
One of the nice side-effects of blogging is that if you use a sensible categorization or tagging system, it's quite easy to search for stuff within your blog. The fact that you wrote about it also makes it easier to remember problems you have encountered before ("hey, I blogged about that!").
That's a great benefit aside from, of course, being able to share this information publicly so that others might be able to find your solution to a particular problem using Google.
A number of people I know swear by Google Notebook
I send them to my gmail account, that way I have them where ever I go, and they can be put into appropriate folders for later.
I second the blog about it technique...even Jeff said that's a major reason he blogs.
Also, regarding the wiki idea, if you set one up at work, be sure to encourage your coworkers to do the same. When someone finds something of interest they can just write a little "article" explaining what it is and how to do it... that way, not only are your own things easily available and quickly searchable, but you'll often find out things you never knew from other people in your group. That way it benefits everyone not just you.
I agree with emailing, the wiki and the blog. Emailing is the most useful. If you can't use GMail and you're on windows, install a desktop search utility (Windows search, Google Desktop, Copernic, etc)
I also like to jot it into a textfile and save it in my documents folder. Whatever desktop search utility you use will be able to find it easily. e.g.
//print spool stop.notes.txt
If the printer spooler stops, start it again by
- Services > Provision Networks > Restart Service
tags: printer provision no printer spooler cannot print remote desktop
Subscribe in Google Reader and then search later.
At my last place of work they wouldn't let me set up a wiki or anything - so I just made various word documents full of tips and instructions and gave that to my successor when I left.
Now though I'd use a private wiki, or maybe a blog.
For many years I've kept a Word doc named Knowledgebase.doc that contains all my notes with a decent table of contents. I like to keep everything in one searchable doc.
I use a sync tool to make sure the file is copied to all the machines I want it on.
I use TiddlyWiki stored in my DropBox account. Although, recently, Evernote is getting my atention; it has a really useful feature: you send a twitter direct message to evernote user (myen) and it adds a note with your message (a really quick way to add notes or URL's for post-processing). Imagine, you can use a command-line twitter client to create notes! (or any twitter client). I really like this feature.

Resources