Mesedilla Studios

Posts Tagged ‘ Wordpress ’

Softwares

Posted by Fritz @ 03:53 AM
Visitors: 5,673 views
Filed under:
Tagged with: , , , , , , , , , , , , , , ,


WordPress Plugin: Remind Me
Wordpress Plugin: Remind Me Remind Me is a WordPress Plugin that provides you a monthly list of dates to be remembered.

The MySQL Database function came from my old website code.

The Flat File function is a modified version of
Countdown 1.1 code
by Owen Winkler
http://www.asymptomatic.net

Visit Remind Me Documentation Page.
WordPress Plugin: Remind Me


TVSked
TVSked This is my first shot at making a FREE Palm Pilot Software.

TVSked is a free Palm Pilot TV schedule organizer.
You can edit the channels and occurrences of the programs.
You can sort by occurrences like daily, weekly, or once a month.

Visit TVSked’s Official Website.
http://tvsked.mesedilla.com


ZOPE Scripts/Tutorials
Zope I have decided to leave the scripts/tutorials on the Official Zope Website.
Visit my Zope Members Page for the current tutorials.
http://www.zope.org/Members/fritz/

Mojo Webstats
SourceForge.net I have released Mojo Webstats under sourceforge.

Why sourceforge? Well, they provide version release features so that I don’t have to create one.

By the way, I released Mojo Webstats under the GNU license.

People are free to use and study my source code while making me keep the copyright.

Visit Mojo Webstats’ Sourceforge website for the current version.
http://mojowebstats.sourceforge.net


Mojo Clicks
SourceForge.net I have released Mojo Clicks under sourceforge.

Mojo Clicks is a simple click tracker easily installed in just 4 steps: 1) Create the database 2) Load the tables 3) Configure the database definitions file 4) Use the script. Uses PHP and MySQL. Features: editable link tracking and referrer tracking.

I also released Mojo Clicks under the GNU license.

People are free to use and study my source code while making me keep the copyright.

Visit Mojo Clicks’ Sourceforge website for the current version.
http://mojoclicks.sourceforge.net

Comments Off Spacer Print This Post Print This Post

Mesedilla Studios goes mobile web!

Posted by Fritz @ 01:38 PM
Visitors: 1,423 views
Filed under: Events,Reviews,Studios News,Thoughts
Tagged with: , , , , , ,

I have installed the WordPress plugin, WordPress Mobile by Andy Moore.

It automatically detects whether the user is using a normal web browser, a mobile web browser, or a mobile built-in browser.

In this way, any visitor can access Mesedilla Studios using any form of Media. No other or separate URL is needed, just type in www.mesedilla.com!

So far it’s working great although I heard some reports that it has negative effects in search engines.

Anyway, I’ll update this post if I encounter any problems.

No Comments Spacer Print This Post Print This Post

How to Disable the Preview Window in WordPress 2.0.4

Posted by Fritz @ 11:54 AM
Visitors: 3,168 views
Filed under: Softwares,Studios News
Tagged with: , , ,

I’ve been using WordPress 2.0 for quite some time already since the announcement of the upgrade. However, I’ve been so busy that I haven’t given much thought on the features and the admin tools.

Now, if you are also a WordPress 2.0 user, you’d notice that one of the new features is the preview window. Although it does provide you a sample of your post with all the themes and images of your site, it is somehow a bandwidth hog.

So if you’re like me who likes to post and perform edits quickly, here’s how to disable the preview window.

Find this block of code in …/wp-admin/post.php. You can find them on lines 82-85.

<div id='preview' class='wrap'>
<h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2>
<iframe src="<?php echo add_query_arg('preview', 'true', get_permalink($post->ID)); ?>" width="100%" height="600" ></iframe>
</div>

Replace the block of code with:

<!-- // disable post preview
<div id='preview' class='wrap'>
<h2 id="preview-post"><?php _e('Post Preview (updated when post is saved)'); ?> <small class="quickjump"><a href="#write-post"><?php _e('edit ↑'); ?></a></small></h2>
  <iframe src="<?php echo add_query_arg('preview', 'true', get_permalink($post->ID)); ?>" width="100%" height="600" ></iframe>
</div>
// disable post preview -->

I simply placed the block of code inside comment tags <!–– comments ––>

There you have it. I hope this helps!

5 Comments Spacer Print This Post Print This Post

WordPress Plugin: Remind Me

Posted by Fritz @ 06:21 PM
Visitors: 3,801 views
Filed under: Softwares,Thoughts
Tagged with: , , , , , , , , , , , , ,

Sorry but this plugin has been discontinued. Although it still works for WordPress 2.9.1, I don’t have time to maintain it further. This is just kept here for memories’ sake. Thank you to all who used it.

Updated: February 07, 2008
Notes: Remind Me 1.0 is still compatible with WordPress 2.3.3! Please let me know if you encounter problems.

 

REMIND ME
     made by Mesedilla Studios

Current Version: 1.0 [October 20, 2005]

 

I. OVERVIEW


Remind Me is a WordPress Plugin that provides you a monthly list of dates to be remembered.

The MySQL Database function came from my old website code

The Flat File function is a modified version of
Countdown 1.1 code
by Owen Winkler

http://www.asymptomatic.net

Thank you for using this plugin.
As this is my first plugin for wordpress, please let me know what you think of it.
I’d like to hear your suggestions.

 

…continue reading WordPress Plugin: Remind Me

11 Comments Spacer Print This Post Print This Post

Mesedilla Studios v7.0 Beta

Posted by Fritz @ 08:55 PM
Visitors: 1,993 views
Filed under: Studios News
Tagged with: , , , , , ,

Yowsah!

I have finally started migrating my website to a new layout and color scheme.
I have been in bed for 2 days now due to the change in weather. But it gave me a chance to update my website and make it W3C compliant. :)

Please bear with me as I move my website to its v7.0 Beta look and feel. I have started with wordpress and I will continue with phpbb in a few days.

By the way, I have made my own WordPress plugin, “Remind Me”. A sample of it is found on the right hand side of this website titled “Dates to Remember”. It can be retrieved from a MySQL DB or a flat file. I will be releasing it for public use soon.

Anyway, please understand if some links would be broken. I hope to fix them as soon as possible. Oh yeah, please let me know what you think of v7.0 Beta. :D

By the way, I won’t be able to email everyone the MP3 of Bonnie Bailey’s Ever After until Monday. Just be patient and I will email it to you all! Thanks for visiting!

Later everyone!

23 Comments Spacer Print This Post Print This Post