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

Path Finally Closes That Elusive Series C

Internet and Media, News
  It’s been a bumpy road for Dave Morin’s Path, as manic rumors over the last year have pegged the “private” social network at once as the subject of lagging growth, shrinking staff and potential acquisitions, while at the same time raising a mega $50 million round at a $500 million valuation. Today, the company’s long path to a Series C appears to finally have come to an end. Having recently revealed an additional revenue stream with the launch of premium subscription plans and product additions like private sharing, over the last quarter, Path has been making moves that appear to have reassured investors of its long-term prospects. Tonight, Kara Swisher reports that Path has raised $25 million and added at least one new investor in Indonesia’s Bakrie Global Group,…
Read More

Sources: Yahoo Bought Aviate For $80M

Internet and Media, News
Earlier this week, Yahoo announced that it had acquired Aviate, a startup providing contextually relevant information on Android homescreens, but it didn’t say anything about the acquisition price. Now a source with knowledge of the deal tells me that the acquisition was for $80 million. My source didn’t know any of the details beyond the amount — the mix of cash and stock or how much of the total is tied to an earn out, for example. Regardless, that’s an impressive price for a young startup that raised a $1.8 million Series A (from Highland Capital, Andreessen Horowitz, and others) less than a year ago. (It was also incubated at StartX.) When I reached out for this story, spokespeople from both Yahoo and Aviate declined to comment on the terms…
Read More

Instagram Invite For Mysterious December 12 Media Event May Hint Toward Printing

Internet and Media, News
[caption id="attachment_684" align="alignnone" width="585"] Instagram invite[/caption]   Instagram has invited members of the media to an event in NYC on December 12 to “share a moment” with Kevin Systrom and the Instagram team. It’s unclear what this event is in reference to, but considering that the invitation was sent in the mail, on paper, the photo-sharing app could be hinting at a future in print. Other invites were a block of wood with pictures printed on them, with a hanger on one side to hang on the wall. If that isn’t a hint toward printing, I don’t know what is. It sounds ridiculous, considering the digital revolution is in full swing and paper is on its way out, but there is an entire ecosystem of applications, services, etc. that piggy…
Read More

Twill on Apache: A New Weave

Internet and Media, News
Twill makes it easier to write programs that can take advantage of YARN. Twill uses a simple thread-based model that Java programmers will find familiar. YARN can be viewed as a compute fabric of a cluster, which means YARN applications like Twill will run on any Hadoop 2 cluster, including Cloudera's CDH 4, explained Tom White, an engineer at Cloudera.Using Hadoop running YARN to manage large clusters for Big Data analysis may soon become easier with a renamed open source project accepted by the Apache Foundation. The Apache Foundation accepted the open source project Twill, named "Weave" while hosted on Github, after foundation members began voting for its inclusion on Nov. 8. Bringing the Twill project to Apache incubation will ensure that Twill is more accessible to application developers, according…
Read More

Meet ChoiceMap, A New App That Helps You Make Better Decisions

APPS, News
Making complicated decisions is an emotionally fraught process and (if you are like me) the whole thing can leave you feeling paralyzed. ChoiceMap is a new free iPhone app that helps you break down complex dilemmas into a list of priorities, rate them by how they will affect your life, and then uses an algorithm to score decisions. You can use it for everything from figuring out the future of your relationship to just deciding what to eat for dinner. It might seem a bit strange to use your iPhone to make the kind of decisions you’d usually talk over with a friend or hash out in your head (or a journal), but there are already several apps out there intended to help you make sense of your feelings. For…
Read More

Add products to a shopping cart using AJAX

Ajax, Techniques, Web Design & Programming
This class could be utilized to add items to a shopping truck without reloading the page. It can recover a rundown of items from a Mysql database and produce HTML to show the items on a page with connections to add or evacuate them to a shopping cart. The point when the client clicks on the item interfaces the browser sends an AJAX solicitation to the server to add or evacuate the items to the shopping cart. Download files from here
Read More

Manipulate the item of a shopping cart using AJAX

Ajax, PHP, Web Design & Programming
This class might be utilized to control the things of a shopping truck utilizing AJAX to abstain from making the client leave the present page. The class can create HTML and Javascript to show the agenda of things in the shopping cart. The agenda has structure submit catches to trigger the execution of AJAX demands that can include or uproot things from the shopping cart. The agenda of shopping cart things is saved in a session variable. The activities of including and uprooting things are likewise followed by saving the activity items in a Mysql database table. Download files here  
Read More

Process browser events on the server using AJAX

Ajax, PHP, Techniques, Tips
RSPA stands for Really Simple PHP and AJAX. It is a framework with components for processing browser events on the server using AJAX to provide interaction between the browser and the server without page reloading. It can be used for calling PHP class functions from the browser side. It provides means to manipulate JavaScript objects on the browser page. It can be used to manipulate common HTML page elements. It also provides custom page elements such as labels and auto-complete inputs. It now works with PHP 4 and PHP 5 Download files from here
Read More