Posts

Showing posts from March, 2013

[Repost] The PCAT Formula for Helping People Make Changes with Hypnosis

Source:  http://conversational-hypnosis.com/articles/a69.html Conversational Hypnosis is an art for helping others to live happier, healthier and overall better lives.  One of the tools that you can use to help people to do this is called the PCAT Formula.  The PCAT Formula is a simple formula that you can use in any conversation to assist in making a change in the person you are talking to.  It is used for many different reasons but the base of those reasons is to overcome a hard time, or get past a hurdle in their lives. One of the most convenient aspects of the PCAT Formula is that it can be used in almost any conversation.  It is very simple to transition from a normal everyday conversation into the PCAT Formula.  This is helpful in that many times in normal everyday conversations you will be talking to a friend, client or family member and they will automatically tell you about what it is that is limiting them in their lives and then you can go to work undetected. You have

Application Loader doesn't let me choose my app to upload??

My config: XCode Version 4.6 (4H127) Mac OSX: 10.7.5 (Lion) GameSalad: 0.10.2 If you found that, you cannot select your exported app and upload it using Application Uploader, here is the trick: When you export, it should probably be a gray "ban" icon that cannot be opened.   You just need to zip it and make your app a ZIP file, and you upload that zip file in Application Uploader, and you should be fine. Don't complicate things: Right click the gray app icon and click "Compress <your_app_file>".  That's it! Then you upload the zip file instead of the app file.

Wordpress Custom Post Type created post not found?

If you use custom_post_type in wordpress, and you find that you can successfully create a custom post type in your back-end admin area, while you can also create a custom post in back-end  but you cannot see your created post, please check the following: In your  register_post_type  function, there is an argument called " publicly_queryable ", if you set it to false, you will find that you cannot see your page (return 404 not found). So set it to true to see your post. Update: It seems that another reason of 404 error is because of the permalink problem.  Please use register_activation_hook and register_deactivation_hook to call the function: flush_rewrite_rules(), it will help. Reference:  http://wordpress.org/support/topic/permalinks-404-with-custom-post-type?replies=40

host file windows 7

Here it is: C:\Windows\System32\drivers\etc or %systemroot%\system32\drivers\etc\ File name is: hosts You need to open notepad first and then choose the "hosts" file in order to edit it.