Deleting Tags in Evernote - tags

I was wondering if there is a way to delete tags from a web application integrated with Evernote. I know that noteStore.expunge_tag throws a PERMISSION_DENIED exception and that Evernote doesn't give permission to permanently delete something, but I was hoping that there is another way to delete the tags (like the delete_note which moves the notes into the trash folder).
Thanks

Seems a similar question was asked on the Evernote developer discussion forum. And the answer given by one of the employees was...
Unfortunately no, there isn't a way to not delete permanently a tag, we do not have a function to put a tag in the trash (like we have for notes).
Sorry.

Related

How to mention a user in GitHub wiki?

I tried to type #username in a github wiki page but it didn't generate any link. Is there any way to do it without manually linking to a user's profile?
I think the only way to mention someone is :-
[#username] (https://www.github.com/username)
They never provided the support for this and most probably never will.
They have closed the issue ages ago. - https://github.com/github/markup/issues/209
Advantages:
Mentioning users in a README allows readers to immediately view the user, via click or hover over, which is very convenient
as consequence, user mentions will be used more often, making users more interconnected.
Disadvantages:
#username mentions cannot be clicked outside GitHub ([#username](https://github.com/username can be clicked).

Cannot access App Namespace

I created my app's namespace using the wrong FB profile, so I deleted the app. And now I'm trying to recreate the namespace and it won't let me - it says it already exists. It doesn't exist! I deleted it! Help! Another user posted a similar question and got an answer suggesting he pick a different name. I'm hoping you will consider that I can guarantee it doesn't exist because I deleted it. Is it hopeless? This is not a name that can be easily changed with punctuation - this is a trademarked product name. And yes, I own the trademark. Please help! Thanks!
It may be temporarily cached and you can wait a couple of days and it'll free up.
But, the more important point is that the app namespace means very little. Practically the only time a user will see it is in their address bar when they go to your app. Most users will not find your app by directly typing in it's URL, instead they'll discover it through App Center or they'll click on a bookmark on Facebook, on a search result on Facebook or elsewhere, they'll see a link or request in news feed or they'll see an add for it.
App Namespace is used a lot in Open Graph code and such, but none of this is ever exposed to the user, only the developer. Therefore, having to use a difference namespace than your original one will make little difference.
As an example of how little app namespace matters, what do you suppose Farmville's app namespace is? farmville? Nope, it's onthefarm
Once you delete an app you created on FB, you can't re-create it with same namespace. It is a bug in FB. Once I had same issue and when I tried to get hep from FB community help center, I found many people having same issue. But the issue still not solved.

Facebook Developer - Unnamed App

I setup a facebook app for my client's website like I've done many many times before, but now for some reason each of the apps I create have a duplicate app called 'Unnamed App'.
At the moment I can't delete them, and when I try to load the delete URL directly, it just says 'Please try again later.' I used to be able to delete them, perhaps its just a temporary thing, but REGARDLESS, these unnamed apps just keep popping up again and again even after I delete them.
Anyone experienced this before or know what to do to fix it??
This appears to be a bug. I've filed an internal bug report. I'll post when I have an update. Thanks for the report!

How can I search in an UIWebView?

I need to perform search in an html page displayed in a UIWebView control. The functionality I need is something that Safari has, when you hit command/ctrl F for searching the document for some word and the program highlights the hits for you. Is there any easy solution for this problem?
I know it's been a long time since you asked this question, but it's still a pretty common question people have so I put together a sample project in case anyone else is asking the same question. The project is a super simple app that loads an HTML file and can search and highlight any keyword. You can download the sample project here:
https://www.dropbox.com/s/jietctrvrtnec28/TheSearcher.zip?dl=0
Scott
Edit: changed link above as the old one had broken.
You could do this with javascript. Check out the "Find in this page" bookmarklet:
http://www.lifeclever.com/17-powerful-bookmarklets-for-your-iphone/
Something like that, combined with:
http://developer.apple.com/iphone/library/documentation/uikit/reference/UIWebView_Class/Reference/Reference.html#//apple_ref/occ/instm/UIWebView/stringByEvaluatingJavaScriptFromString:
might do the trick.

iphone default SDK preferences

I Keep building projects and then have to do a find and replace for the automatically commented out copy right information in each page. It gets my name right but then it's puts my day job in as the company at the top of each page. It's annoying and also a point where my day job employer could claim rights to my off time work. How do I change this? I think it get's it from my registration information?
Thanks.
This question was already answered: How to replace the company name in the template headers in Xcode?.