background preloader

Programming

Facebook Twitter

Web Application Performance Management (APM) : New Relic. Youtube Playlist Rss Feed Creator :: Website Development and SEO. The YouTube API provides a number of RSS feeds for various aspects of the YouTube community such as, Top Rated videos and Most Favourited video, plus some peronsal feeds for such things as 'your uploaded videos', but nowhere is there a working tool that provides individual playlist RSS feeds based on a single parameter. Well, now there is. All you need to use this tool is the ID of the playlist, which is normally the charaters the 'p=' in the URL of a playlist video. This unique ID can provide you with all of the video information from that playlist. Use the form below to generate an RSS feed and video template so you can put the playlist on your own website.

Please note: If you don't know the ID of the playlist you would like to create a feed for please type in your username (or the username of the owner of the playlist, if it is public) and we will fetch you a list of currently active playlists. Your playlists, or a link to your feed will appear here. SSL Certificate | Free Open Source Certificates for Developers.

Wordpress

Facebook Apps. Menus. APIs. jQuery. JavaScript. HTML5 and CSS3. PHP. SQL. Dashboard. PDF to HTML Online Converter. Hack This Site! How to check Websites for Malware – online tools and Downloads. These tools alerts the users to the presence of Malcode in a Website or a Webpage. Some of the tools provide vulnerability assessment and help secure websites against hackers. Free Website Security Check Tools – Online Norton Safe Web, from Symantec – So, how can you find out if a Web site is a safety risk before you visit it?

Norton Safe Web is a new reputation service from Symantec. McAfee SiteAdvisor Software – Website Safety Rating – Tests websites for spyware, spam and scams so you can search, surf and shop more safely. Google Safe Browsing diagnostics – Google uses automatic algorithms and user feedback to compile lists of sites that may be dangerous. WOT Web of Trust – Check the reputation rating of any Website.

AVG Online Web Page Scanner – lets you check the safety of individual web pages you are about to visit. Sucuri Security Scanner – This scanner will alert you if it finds any Malware, spam, security issues. BrightCloud – Content, reputation and threat analysis on URL or IP. Parsing HTML to find Links < PHP. From blogging to log analysis and search engine optimisation (SEO) people are looking for scripts that can parse web pages and RSS feeds from other websites - to see where their traffic is coming from among other things.

Parsing your own HTML should be no problem - assuming that you use consistent formatting - but once you set your sights at parsing other people's HTML the frustration really sets in. This page presents some regular expressions and a commentary that will hopefully point you in the right direction. 1. Simplest Case Let's start with the simplest case - a well formatted link with no extra attributes: /<a href=\"([^\"]*)\">(.*)<\/a>/iU This, believe it or not, is a very simple regular expression (or "regexp" for short). Starts with: <a href=" a series of characters up to, but not including, the next double-quote (") - 1st capture the string: "> a series of any characters - 2nd capture ends with: </a> We're also using two 'pattern modifiers': /<a\shref=\"([^\"]*)\">(.*)<\/a>/siU 2.

Font dragr | Drag and drop font testing.