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

Facebook applications will automatically upgrade to new data permissions on June 30

Facebook Apps DevelopmentBy Ali QureshiJune 25, 2010Leave a comment

Starting June 30, 2010, your Facebook application will only be able to read the publically available information of a user’s profile by default, the way data read permissions are granted in the platform. While the changes are broad in scope, none of them impact backwards compatibility: all of your existing code will continue to work.…

Facebook Graph API authentication OAuth 2.0 replacing Require Login

Facebook Apps DevelopmentBy Ali QureshiJune 22, 20103 Comments

Facebook has recently introduced Graph API and simplified many things. The new Graph API attempts to drastically simplify the way developers read and write data to Facebook.The Graph API uses OAuth 2.0 for authorization. OAuth 2.0 is a simpler version of OAuth that developers used earlier for authorization as $facebook->require_login(). (by the way, old token…

How to show/hide divs based on radio button selection using jQuery

Front End Development, PHP DevelopmentBy Ali QureshiJune 10, 201020 Comments

If you want a radio button selection to show certain Div contents and hide some other Div on the web page, and on another radio button selection, you need a different Div associated with that radio button hiding the unwanted one, read on. This can be achieved very efficiently using jQuery. We can put the…

how to unzip files on remote server using PHP script

PHP DevelopmentBy Ali QureshiMay 24, 20102 Comments

Uploading files to server is a daily chore every webmaster has to do and if you do it using some ftp client where each and every file and image, no matter how small it might be, is uploaded separately, it’s a real pain. Sometimes, It takes hours to get these files uploaded and even then…

PHP/MySQL datetime formatting bypassing UNIX_TIMESTAMP

PHP DevelopmentBy Ali QureshiApril 15, 2010Leave a comment

PHP/MySQL datetime formatting bypassing UNIX_TIMESTAMP Formatting MySQL date to something useful has been a pain for PHP developers for a long time. Usually you would make your query return the datetime using UNIX_TTIMESTAMP and then using PHP date function, format it to your heart’s content like this: echo date(“F jS, Y h:i:s A”, $row->date); But…

Apple goes to war with Adobe by banishing Flash

TechnologyBy Ali QureshiApril 12, 20101 Comment

As Apple previewed the new version of its iPhone OS, it also has updated the agreement that developers must adhere to if they want to create applications for Apple devices. Since the iPhone went on sale in 2007, Apple has not allowed Flash onto the device, essentially shutting Adobe out of the creative process behind…

Ten Step Guide to Install Redmine project management application

Project ManagementBy Ali QureshiMarch 18, 2010Leave a comment

Having tried several open source project management and bug tracking tools, such as dotProject, mantis etc, Redmine turned out to be the best and most comprehensive tool only if it were that easier to set up too! but hey this is why you are here in the first place! Redmine is a flexible project management…

FBJS Quick Jump Menu for a FBML Facebook Platform App

Facebook Apps Development, PHP DevelopmentBy Ali QureshiMarch 4, 2010Leave a comment

In a FBML Facebook App, your quick jump menu will require a little tweak to work in FBJS properly. Just change your standard js jump menu from: Page1 Page2 Page3 To this: Page1 Page2 Page3 Cheers.

How to remove “setting session.bug_compat_42 or session.bug_compat_warn” Warning

PHP DevelopmentBy Ali QureshiFebruary 26, 20101 Comment

I was adding some features in one of my older website for a client and saw this warning: Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You…

Copying files from remote server to another server through SSH

Webmaster TasksBy Ali QureshiFebruary 18, 2010Leave a comment

For any webmaster, switching web server is a nightmare, especially when there is large number of files to move to a new server. After some bitter experiences, I have found out following methods to move your data files and database quickly and painlessly from one server to another. I’m sure these SSH commands will save…

How to fix broken Facebook sample application ‘footprints’

PHP DevelopmentBy Ali QureshiFebruary 1, 20102 Comments

So out of curiosity or some Facebook application development prospect forced you today to check on a Facebook application and which brought you here to this blog post. After signing up for Facebook Apps and downloading facebook-platform.tar.gz, you find a sample application named ‘footprints’ inside it. Footprints App is kinda ‘Hello World’ of Facebook applications.…

Parsing News Feed using PHP & MagpieRSS and making it scroll

PHP DevelopmentBy Ali QureshiJanuary 17, 20103 Comments

A while back I had to develop a news widget/ticker as part of my PHP website development project. First part was to fetch news items regularly via RSS feed, cache the feed and parse it for displaying and for this I used MagpieRSS. Second part was to show the parsed news items as scrolling text…

Setting different cache age for different feeds using Magpie RSS – PHP RSS Parser

PHP DevelopmentBy Ali QureshiDecember 14, 2009Leave a comment

MagpieRSS is a XML-based RSS parser in PHP. MagpieRSS supports most RSS versions including modules and namespaces. Magpie RSS also supports caching which is kind a must while parsing any feed because you don’t want to fetch the feed for every hit on your website and risk getting banned. Although Magpie RSS is really useful…

Make your website faster with Google Page Speed Firefox/Firebug Add-on

Google, Testing & DebuggingBy Ali QureshiDecember 8, 2009Leave a comment

Installed Page Speed Firefox/Firebug Add-on and tested few of my websites  today with this Add-on. It gave some very good suggestions to remove commented js and css code that I had never cared to remove before. It also suggested images optimization which I think is very good thing. Most web designers & developers never bother to check…

←1
23456789101112131415
…1617181920←
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