Skip to content
PI Media
Personify MemberClicks MC Professional & Trade WordPress Plugins
PI MediaPI Media
  • Home
    • Our Products
    • Personify Pro MemberClicks Auth Plugin
    • Personify Trade MemberClicks Auth Plugin
    • Paylocity WordPress Plugin
    • API Documentation Plugin
    • Expertise
    • Request Quote
  • Products
    • User Plus
      • How It Works
      • Pricing
      • Testimonials
      • Plugin Settings Panels
      • Apple Social Login (SSO)
      • API Documentation
      • Benefits
      • Resources & Articles
      • Questions & Support
    • MemberClicks Professional – Auth Plugin
      • Pricing
      • Settings Page
      • Testimonials
      • Shortcodes
      • Articles & Resources
      • Questions & Support
    • MemberClicks Trade – Atlas Auth
      • Pricing
      • Settings Page
      • Testimonials
      • Shortcodes
      • Articles & Resources
      • Questions & Support
    • Paylocity WordPress Plugin
      • Pricing
      • API Endpoints
      • Testimonials
      • Settings Page
      • Articles & Resources
      • Questions & Support
    • API Docs Plugin
      • Overview
      • Pricing
      • How It Works
      • Shortcodes
      • Features & Benefits
      • Questions & Support
    • MySQL Database Query Tool
  • Solutions
    • Paylocity API WordPress Plugin – Employees Data Import & Syncing with WordPress
    • MySQL Database Query Tool
    • Services
    • Process
    • MemberClicks – Personify MC Professional WordPress Plugins
    • MemberClicks Trade WordPress Integration Plugins
    • Mobile App Development for WordPress Magazine
    • PIM osCommerce Slider
    • PHP Script to Upload from iPhone
    • Upload Photo from iPhone using Formidable Pro
    • Upload Photos to WordPress from iPhone
  • Blog
  • Contact
Search:
  • Home
    • Our Products
    • Personify Pro MemberClicks Auth Plugin
    • Personify Trade MemberClicks Auth Plugin
    • Paylocity WordPress Plugin
    • API Documentation Plugin
    • Expertise
    • Request Quote
  • Products
    • User Plus
      • How It Works
      • Pricing
      • Testimonials
      • Plugin Settings Panels
      • Apple Social Login (SSO)
      • API Documentation
      • Benefits
      • Resources & Articles
      • Questions & Support
    • MemberClicks Professional – Auth Plugin
      • Pricing
      • Settings Page
      • Testimonials
      • Shortcodes
      • Articles & Resources
      • Questions & Support
    • MemberClicks Trade – Atlas Auth
      • Pricing
      • Settings Page
      • Testimonials
      • Shortcodes
      • Articles & Resources
      • Questions & Support
    • Paylocity WordPress Plugin
      • Pricing
      • API Endpoints
      • Testimonials
      • Settings Page
      • Articles & Resources
      • Questions & Support
    • API Docs Plugin
      • Overview
      • Pricing
      • How It Works
      • Shortcodes
      • Features & Benefits
      • Questions & Support
    • MySQL Database Query Tool
  • Solutions
    • Paylocity API WordPress Plugin – Employees Data Import & Syncing with WordPress
    • MySQL Database Query Tool
    • Services
    • Process
    • MemberClicks – Personify MC Professional WordPress Plugins
    • MemberClicks Trade WordPress Integration Plugins
    • Mobile App Development for WordPress Magazine
    • PIM osCommerce Slider
    • PHP Script to Upload from iPhone
    • Upload Photo from iPhone using Formidable Pro
    • Upload Photos to WordPress from iPhone
  • Blog
  • Contact

Blog

AS3 Flash Counter Using the Timer Class and Formatting Time in Minutes

Flash DevelopmentBy Ali QureshiJuly 8, 20114 Comments

I was asked for an AS3 Flash counter displaying the time in seconds as they go by and seconds conversion into the proper hours : minutes : seconds display format. To count the seconds, I used AS3 Timer class and for formatting I found this formatTime function of Jeff Depascale and put together following Flash…

How to Use A Custom php.ini File on Linux Server

PHP DevelopmentBy Ali QureshiJuly 7, 2011Leave a comment

There are times when you need to add custom directives in your php.ini and use it for a specific directory or for your entire website. There are two steps involved to force your server to use the updated php.ini and not he default one. First copy the existing php.ini file from this usual location “/usr/local/lib/php.ini”…

Fix Images & Media Paths Problem for TomatoCMS 2.0.8 Installation with Sample Data

PHP DevelopmentBy Ali QureshiJuly 6, 20112 Comments

Based on Zend Framework, jQuery and 960grid, TomatoCMS is a powerful Content Management System. It’s free and open source licensed under GNU GPL. I installed it just yesterday and completed its configurations and fixed its missing images errors today and I’m already liking muchly whatever I’ve seen until now. There are tons of features in…

Redirecting Sub-Directories and All URLs Under it to the Root or to other Directory via htaccess

Webmaster TasksBy Ali QureshiJuly 5, 2011Leave a comment

There are times when you want to change your website directory structure for the latest directory structure on the request of your SEO team or for some other reason, and using 301 redirects in apache’s .htaccess, this can be done very quickly and efficiently. Here are some scenarios that I have encountered and used .htaccess…

How to Add Facebook Profile Photos Strip on Your Facebook Fan Page

Facebook Apps Development, Facebook Fan Pages Development, Social Media MarketingBy Ali QureshiJuly 4, 20111 Comment

The recent update to the Facebook Fan Pages Profile Photos has improved the design potential quite a bit and it has increased the scope of your Fan Page and Brand promotion and marketing efforts on Facebook. In the new Facebook Fan Page layout, old tabs have been moved from the top of the page to…

The More Things Change, The More They Stay The Same

ReflectionsBy Ali QureshiJuly 3, 2011Leave a comment

Lately, I’ve been in reflection mode. As the financial year closes on June 30th and I complete another year in my day job, and while I do the maths for my financials, I also tend to take stock of my life and things going on and those that are stuck somewhere. May be it’s just…

Google Page Rank Update On 27th June 2011 – Some Websites Up, Some Down, Same Old Story

Search Engine OptimizationBy Ali QureshiJune 27, 20114 Comments

Google toolbar PR update is rolling today and here are some of the observations for this toolbar PR update: It looks like that there is a new way of calculating PR with this update. I manage and watch many websites and I have rarely seen such a generous PR update before. Websites who are involved…

Using Form Method GET for submission on checkout_confirmation.php in Custom osCommerce Payment Module

osCommerceBy Ali QureshiJune 23, 20111 Comment

I recently developed a custom osCommerce Payment Module, and although I have developed payment modules for osCommerce based stores in the past, it was first time that I had to submit the form using the GET method to merchant website for further processing of the order. The issue got further complicated due to the fact…

[MySQL] Setting date data type default value NULL instead of 0000-00-00

PHP DevelopmentBy Ali QureshiJune 6, 2011Leave a comment

In MySQL date data type, if the date value is not provided while inserting record, ‘0000-00-00’ will be added as If you want to insert empty value for date field and do not want it saved as 0000-00-00, make your date firled NULL as default and do one of the following. Either specify the data…

Drawing Circle in Flash Using ActionScript 3.0

Flash DevelopmentBy Ali QureshiJune 2, 2011Leave a comment

In a recent AS3 project, I needed to do draw some shapes using the the Flash AS3 graphics class. Following is a sample how I drew a circle using the graphics class, also how I made it a button and added EventListeners for Mouse Hover and Roll out states. Just open your Actions Panel on…

Using Slider Component to Move through MovieClip Frames in Flash ActionScript 3

Flash DevelopmentBy Ali QureshiJune 1, 201114 Comments

In Flash CS4 & CS5, Slider component can be used as navigation to move through different frames of a MovieClip on stage. It will display different frames of a MovieClip when dragged. To use the following AS3 code, just create a MovieClip named mc on your stage. You can place different animations/text/artwork/nested clips or whatever…

Installing ffmpeg PHP Extension on Joyent Smart Machine Server

Webmaster TasksBy Ali QureshiMay 19, 20111 Comment

For a Drupal based website to work properly, you need FFmpeg installed on server. Before going any further, please note that FFmpeg and FFmpeg PHP extension are two different things (distinct software). While FFmpeg is available as a package on Joyent Smart Machine, however you’ll need to download the FFmpeg extension package from the http://ffmpeg-php.sourceforge.net/…

Re-adding Your Friends to Your Facebook Newsfeed Again!

Social Media MarketingBy Ali QureshiMay 17, 2011Leave a comment

I had hidden some of my friends’ feeds from my Facebook Newsfeed but when I tried to get some of them back, I had to spend some time to figure out how the hell I’m going to get them back! I thoroughly checked the Facebook Account Settings, Privacy Settings, Edit Friends and each one of…

Setting up osTicket Email Piping on Joyent Smart Machine Server

Webmaster TasksBy Ali QureshiMay 11, 2011Leave a comment

Setting up osTicket on cPanel is easy and somewhat in Plesk as well, especially the email piping part as they have in depth articles on their wiki. But as soon as you try to set up email piping other than cPanel hosting and Plesk hosting environments, you are in the uncharted waters. Recently, I had…

Exclude Specific Folder from htaccess rewrites in WordPress Blog

WordPressBy Ali QureshiMay 10, 20116 Comments

If you have WordPress intalled on your domain’s root directory, you cannot access any other directory on yuor server from front end by typing that directory in your url. Reason for that is WordPress htaccess file catches all http requests and maps them to WordPress index.php file for further processing. Same is the case with…

←1
23456789
…1011121314…
1516171819
20→
PI Media
copyright © 2026 PI Media parorrey.com
  • Home
  • Solutions
  • Services
  • Ali’s Blog
  • Contact
  • Privacy
  • Terms
Go to Top
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT