Yesterday night I uploaded it to sofotex.com for sharing and promoting purpose. Just a few hours later, I got an email from the support manager.
Besides I have been told that my software has been approved, they actually informed me that MW Web Browser has been awarded 5 Star rating by their editors.
What a surprise!
This is definitely an encouraging news to me. I just hope all the MW Web Browser v1.0 can enjoy and make fun with it. >:)
Updates:
Features that will be provided in Microsoft Word Web Browser v1.1 include:
1. Multi browsers in a same window.
2. More options instead of Microsoft Word.
3. Resizable window and browser.
According to JohnChow’s free e-book, the best structures for a URL are Date and Name based or a custom /%postname%/ because they are the most search engine friendly.
I previously set my permalink structure as /%archive%/%year%/%monthnum%/%day%/%postname%/ which was a bit too long for most search engines. It also caused Google couldn’t figure out what my article is about immediately.
So if you are doing the same with what I did, it’s still not too late to change it now.
Permalinks Migration Plugin allows you to restructure your wordpress permalink safely without breaking your old links to your websites.
This plugin makes your search engines indexed pages still valid by telling search engines that the page has permanently moved and replacing a new link for you.
After you installed this plugin, a “301 Redirectâ€, also known as a Permanent Redirect will be generated. Your Google Indexes will be updated quickly and you don’t need to worry to lose your traffic.
This plugin works for search engines, bookmarks, and links from other sites.
I have installed this plugin for few days, let’s see will it make any change for www.k-director.com or not.
By the way, cypherhackz.net introduced another useful wordpress plugin to redirect your website from non to www prefix.
Great plugin!
# 1 Pivot Stickfigure Animator - Pivot Stickfigure Animator is a unique software, that allows you to create stick figure animations easily and without any artistic skills. You can move the sections of the sick figure and easily create a chain of animation frames that can be previewed as you go.
# 3 http://www.myfilehut.com - free file, image, and web hosting for 250MB of file storage, 10,000 MB of data transfer, and 50MB Uploads per file, with FREE account. Hot Linking, Direct Linking, and Streaming are all available for Free for the files you host.
Supported file format: images, documents, music, videos, zip’s, rar’s, flash files, and more.
If your Internet connection is bogged down and your browsing speed is frustratingly sluggish, you can speed things up considerably by eliminating multimedia elements like sound, flash animation, pictures and videos from your view.
To do this, follow these steps:
1. Go to ‘Tools->Internet Options’
2. Click on the ‘Advanced’ tab
3. Scroll down the ‘Settings’ window until you see ‘Multimedia’
4. Remove all the check in ‘Multimedia’ section.
5. Click ‘Apply’ then click OK to close the dialog box.
In the end, what you will see in your browser are all text.
Allows you to compose a new message. <Shift> + c allows you to compose a message in a new window.
<tab> then <Enter>
Send message
After composing your message, use tdis combination to send it automatically. (Supported in Internet Explorer and Firefox, on Windows.)
k
Move to newer conversation
Opens or moves your cursor to a more recent conversation. You can hit <Enter> to expand a conversation.
j
Move to older conversation
Opens or moves your cursor to the next oldest conversation. You can hit <Enter> to expand a conversation.
n
Next message
Moves your cursor to the next message. You can hit <Enter> to expand or collapse a message. (Only applicable in ‘Conversation View.’)
p
Previous message
Moves your cursor to the previous message. You can hit <Enter> to expand or collapse a message. (Only applicable in ‘Conversation View.’)
o or <Enter>
Open
Opens your conversation. Also expands or collapses a message if you are in ‘Conversation View.’
u
Return to conversation list
Refreshes your page and returns you to the inbox, or list of conversations.
y
Archive*
Remove from current view
Automatically removes the message or conversation from your current view.
From ‘Inbox,’ ‘y’ means Archive
From ‘Starred,’ ‘y’ means Unstar
From any label, ‘y’ means Remove the label
* ‘y’ has no effect if you’re in ‘Spam,’ ‘Sent,’ or ‘All Mail.’
x
Select conversation
Automatically checks and selects a conversation so tdat you can archive, apply a label, or choose an action from the drop-down menu to apply to tdat conversation.
s
Star a message or conversation
Adds or removes a star to a message or conversation. Stars allow you to give a message or conversation a special status.
!
Report spam
Marks a message as spam and removes it from your conversation list.
r
Reply
Reply to the message sender. <Shift> + r allows you to reply to a message in a new window. (Only applicable in ‘Conversation View.’)
a
Reply all
Reply to all message recipients. <Shift> +a allows you to reply to all message recipients in a new window. (Only applicable in ‘Conversation View.’)
f
Forward
Forward a message. <Shift> + f allows you to forward a message in a new window. (Only applicable in ‘Conversation View.’)
<Esc>
Escape from input field
Removes the cursor from your current input field.
y then o
Archive and next
class=”desc”Archive your conversation and move to the next one.
g then a
Go to ‘All Mail’
Takes you to ‘All Mail,’ the storage site for all mail you’ve ever sent or received (and have not deleted).
Show Top Commentators wordpress plugin has been added in k-director dot com. This is a good news for whoever likes to leave comment in k-director dot com.
For your information, k-director dot com is a Google pagerank 3 website cum alexa ranking 600,921. So, it’s a good chance to get a link back for free! Just comment any single post, I believe your name(website) will be displayed on my sidebar easily.
I hope this little plugin rewards everyone of you for making a comment. (Just make sure your comment is a real comment and not spam!)
By the way, I reset the plugin and make it starts from this month. That means you’ll get a free backlink if you leave a comment for this post.
Worthy ya?
To get a value of arc cosine in Adobe Director is pretty hard. That’s because only atan() function is provided in Lingo script. But with the only atan() function provided, we’re able to obtain the value for arc cosine too with some extra code added:
arccosine = atan(sqrt(1.0-(ratio*ratio))/ratio)
To convert it to degree, just multiply the answer to 180/pi(), or