Microsoft Windows 9 aka Threshold update to be released in April 2015: Report

APPS, News
  Microsoft's next version of OS, Windows 9, is expected to arrive by April 2015, and is said to be a part of the Windows "Threshold" wave of updates, according to a report. Microsoft will allegedly reveal its Windows 9 OS version at the company's Build 2014 developer conference, scheduled for April this year, and release it a year later. The exact changes in the proposed OS version are not clear as of yet, but the "Metro 2.0" feature in the OS version is said to focus on enhancing Microsoft's new apps and tiles. "Maturing and fixing the "Metro" design language used by Windows will be a major focus area of Threshold," stated Paul Thurrot, a popular Microsoft blogger. "It's not clear what changes are coming, but it's safe to…
Read More

BlackBerry CEO confirms BlackBerry Enterprise Server support for Windows Phone

APPS, Internet and Media, News
[caption id="attachment_715" align="alignnone" width="585"] BlackBerry Enterprise Server support[/caption]   John Chen, CEO of BlackBerry, has confirmed the arrival of BlackBerry Enterprise Server (BES) support for the Windows Phone platform. The service currently supports on Android, iOS and BlackBerry platforms. No launch date for Windows Phone was provided however. "I could put a sales team on Wall Street. I know how to do this up and down Wall Street ... we will go in and tell them why BES is the best thing for them, and go through the road map, the offerings, and all that good stuff. We're going to protect their investment in iPhone, and Android, and everywhere else, even with Windows Phones...you could be an iPhone customer, and also a BlackBerry customer. You could be an Android customer,…
Read More

PhotoAppLink Ties iPhone Photo Apps Together, Makes Multi-App Editing Simple

APPS, Internet and Media, News
Several iPhone app developers have teamed up to launch PhotoAppLink, a new open source initiative that aims to simplify photo editing by tying multiple photo-editing apps together. As you know, there are an incredible number of photo editing apps in iTunes today, and often, each especially excels in one particular area. For example, converting photos to black and white, cropping, compositing or writing on top of photos are all features of popular standalone apps. But what about when you want to make multiple edits using multiple apps? That’s a far more complicated process. And it’s the very problem PhotoAppLink aims to solve. Currently, in order to edit your photo in multiple apps, you have to save the edited photo to the camera roll each time as you move in between…
Read More

Validate HTML and remove forbidden tags and data

PHP, Techniques, Tutorials
This class might be utilized approve HTML that is XHTML agreeable and uproot tags and information that are not acknowledged. The class can parse the HTML information as a XML record and cross it to confirm if it agrees to a rundown of decides that characterize worthy tags and information. It can erase prohibited and copy tags and characteristics. The prepared record is saved in a class variable. Download Source File
Read More

Produce HTML Forms to control Mysql records

PHP, PHP Scripts, Tutorials
This class could be utilized to create HTML structures to control Mysql table records. It can take a rundown of Mysql table fields and produce HTML for structures to select, addition, redesign, erase table records. The class can additionally perform given approvals of specified fields and conjure given callback works on certain structure preparing occasions. Source Code is here
Read More

Validate and process file uploads

PHP, PHP Scripts
This class can be used to validate and process file uploads. It can take the name of a given form upload field and check the respective upload information to see if there was no error and the file MIME type is the one that is expected. If the file upload was validate, the class moves the file to a given destination directory and output details of the uploaded file. Download Files
Read More

Validate values submitted with Web forms

PHP, PHP Scripts
This class might be utilized to approve qualities submitted utilizing Web structures. It takes as parameters the worth of submitted structure field, an approval guideline , acceptance parameters, and a failure message. The class stores the lapse message in a class variable when esteem does not pass the asked for acceptance tenet. Right now it backs the sorts of approval tenets: content, numeric, message, void, invalid, scheck, mcheck and select. Download Source Files
Read More

Create blog posts stored in text files

PHP, PHP Scripts
This class could be utilized to make blog entries which are saved in content documents. It can make blog entries that are archived in a content index, uprooting all line breaks of the blog entry HTML so each one post just possesses line in the website document. The class likewise uproots hazardous tags that could be utilized to perform cross-site scripting assaults. It can additionally concentrate blog entry information from the website index. Download Code Files
Read More

Ajax Availability Calendar

Ajax, PHP
The Ajax Availability Calendar is a php script designed to show availability of whatever you might need it for (eg. holiday cottage, hotel rooms etc.). Free to use on your website or application and is currently being used by hundreds, if not thousands, of websites around the world. [caption id="attachment_694" align="alignnone" width="585"] Ajax Calendar[/caption] Features Open Source and FREE to use in your site or aplication Unlimited Items (holiday homes, apartments etc.). Unlimited Languages. Unlimited Booking States (available, booked am, Special Offer etc.). 100% administrable ( see admin panel ). Multiple administration users. Styled with CSS - easy to adapt to any design. Uses AJAX to change months viewed without reloading the page. Simple integration with booking form. Simple installation script to help with the calendar setup. All javascript handled…
Read More