TinyMCE Advance version for wordpress

No Comment - Post a comment

Hi, i just found a plugin for wordpress. If you need more advance feature for visual editor when write your post, you can try this nice plugin.



more info go to TinyMCE Advanced
Read more!

 

Solving tinyMCE if not working on wordpress

No Comment - Post a comment

If TinyMCE is not loading properly or the editor is stuck in HTML mode and won't switch to Visual, there are several things to try and fix it:


1. Make sure the "Use the visual editor" checkbox in your profile is selected.


2. Clear your browser's cache, quit it, start it again, go back to the write page and force-reload it several times, while holding down Shift (Firefox) or Ctrl (IE).


3. Delete both wp-admin and wp-includes directories and upload fresh copies from the WordPress installation package.


4. In Firefox, go to the following URL:


[your site]/wp-includes/js/tinymce/tiny_mce_config.php


It should open a large text (JavaScript) file, first line starting with var tinyMCEPreInit = ... and last line starting with tinyMCE.init({mode:"none",....



    If it's a text file but doesn't start and end as above, it is being pulled from network cache somewhere between the computer and the server. Reloading it a few times while holding down Shift/Ctrl may force the cache to refresh. After this, go back to the write/edit page and refresh it again.


    If it's full with garbled characters, it usually means that compression on the server is enabled, but not set properly in php.ini. In this case either edit tiny_mce_config.php and change 'compress' => true, to 'compress' => false, to stop the compression of TinyMCE, or download this small plugin that will do it automatically.


If TinyMCE loads properly but the "Add Link" or "Edit Image" pop-up doesn't work or show only empty frame, right-click in it and select Refresh while holding down Ctrl in IE, or This Frame -> Reload while holding down Shift in Firefox.


This is the same caching issue as above, but affecting only the pop-ups. Try these URLs with Firefox:

[your site]/wp-includes/js/tinymce/themes/advanced/js/link.js

[your site]/wp-includes/js/tinymce/themes/advanced/js/image.js


and force-refresh them several times to try to update the network cache.


In any case, the pop-ups will start working after a few hours (or may be a day) when the cache is refreshed.


And finally if none of the above fixes worked, try Firefox with Firebug and notice any js errors or any missing files (red 404s in the "Net" tab). If there are js errors, copy only the first one and see if it already has been discussed here, or open new thread with the specific error.
Read more!

 

Get Paid to Submit Articles

No Comment - Post a comment

http://www.tearsea.com/link-buliding/get-paid-to-submit-articles/
http://www.lawstudent.in/bcsubmission.htm
http://www.paintballtimes.com/PublicArticleSubmit.asp
http://www.xomba.com/get_paid_to_write_articles_at_associated_content
http://bloggingzoom.com/Get_Paid_to_Submit_Articles_and_Gain_Massive_Backlinks/
http://www.internetbasedmoms.com/writing-internet/get-paid-writing-articles.html
http://www.squidoo.com/get-paid-to-submit-articles
http://www.howtodothings.com
http://writingcampus.com
Read more!

 

Search for work Online

No Comment - Post a comment

http://www.peopleperhour.com/index.php
http://www.academia-research.com/
http://www.rozee.pk/
http://www.mustakbil.com/
http://www.brightspyre.com/
http://www.workforce.com.pk/
http://www.naukri.com.pk/
http://www.elance.com
http://www.rentacoder.com
http://www.getacoder.com
Read more!

 

Test your internet connection speed

No Comment - Post a comment

http://www.intel.com/cd/personal/computing/emea/eng/383655.htm
http://myspeed.visualware.com/
http://www.internetfrog.com/mypc/speedtest/
http://us.mcafee.com/root/speedometer/default.asp

The tests might show different results depending on the server's location from your location :)
Read more!

 

How to add Recent Comment or Post on Blogger

1 comments - Post a comment

Recent Posts on Blogger

So easy, Just do this steps;
1. Go to your Dashboard
2. Go to Template Tab
3. There you will see a widget manager. Click Add a Page Elements on the section you want to place the recent comment.
4. Now you should see a list of widget elements you can pick. click on the Add to Blog Button under HTML/Javascript. this element is useful if we want to add a 3rd party functionality or other code. so we pick this. remember to choose this elements each time you need to add third-party codes.
5. Now you should have a new popup window open,
- Leave the title blank
- And go to the content area.
- Copy this Code and paste on that widget content area.

<script
src="http://files.lifewg.googlepages.com/blogger-widget.js"></script><script>var
numposts = 10; var showpostdate = false; var showpostsummary = false;
var numchars = 100; </script> <h2>RECENT POSTS</h2>
<script
src="http://YourBlogNameHere.blogspot.com/feeds/posts/default?orderby=
published&amp;alt=json-in-script&amp;callback=rp"></script>


or if you are lazy to do that, you can just click this button


or



Please note: you should change the “http://YourBlogNameHere.blogspot.com” on the code with your own blog url.

Good luck!
Read more!