PHP Bulk Emailer

On March 25, 2012, in Amazon Cloud EC2 S3, Cloud, LAMP, Learning, Linux, Open Source, PEAR, PHP, Web Application, Web Services, Zend, by Sandeep Verma

Hits: 650  If you send email to 5,000 people using standard PHP tools, your ISPs might be blocked in seconds. I think you already read below articles… Theory About Bulk Emails Emails are not working on server? Amazon SES – Emails In Cloud Open source – Port25 Linux Mail Servers Email’s Major Sections Header – From, [...]

Tagged with:  

Make Own CDN

Hits: 825  Well… I am working on alternatives to make OWN CDN… I have few options to create such CDN * Google App Engine http://24ways.org/2008/using-google-app-engine-as-your-own-cdn http://www.digitalistic.com/2008/06/09/10-easy-steps-to-use-google-app-engine-as-your-own-cdn/ * Amazon EC2 http://www.slideshare.net/SergeyChernyshev/building-your-own-cdn-using-amazon-ec2 * Wowza http://www.wowza.com/forums/content.php?81-How-to-achieve-the-lowest-latency-from-capture-to-playback * GeoIP, NGinx, Bind, Varnish http://blog.unixy.net/2010/07/how-to-build-your-own-cdn-using-bind-geoip-nginx-and-varnish/ http://www.caraytech.com/geodns/ https://www.varnish-cache.org/ * ONApp http://onapp.com/cdn/pricing/ http://cdn.onapp.com/files/datasheets/onapp_cdn_datasheet.pdf Some Open Source to create CDN http://www.fromdev.com/2011/06/create-cdn-content-delivery-network.html http://labtel.ing.uniroma1.it/opencdn/ http://www.coralcdn.org/ http://cacheboy.net/ http://code.google.com/p/phloem/ [...]

Tagged with:  

XPath Tester

On March 22, 2012, in CURL, LAMP, Learning, Open Source, PHP, Web Application, Web Scraping, by Sandeep Verma

Hits: 514  XPath, the XML Path Language, is a query language for selecting nodes from an XML/HTML document. Most Scrapping Tools use XPath to grab data from websites, XPath is very useful to scrape web resources like RSS, XML, HTML, CSS etc. Scriptrr * Web Data Extraction * Screen Scrapping * Web Data Mining * Web [...]

Tagged with:  

VideoWhisper in Drupal

Hits: 481  VideoWhisper.com provides web based video communication software that can be installed and integrated on virtually any type of website. VideoWhisper Live Streaming Integration in Drupal VideoWhisper Live Streaming provides web based live video streaming: http://www.videowhisper.com/?p=Drupal+Live+Streaming+Module Before installing this make sure all hosting requirements are met: http://www.videowhisper.com/?p=Requirements Install the RTMP application using these instructions: http://www.videowhisper.com/?p=RTMP+Applications [...]

Tagged with:  

Install MovieMasher

Hits: 544  Movie Masher open source flash based online video editing software and media player is free code to white label on your web site. Movie Masher Feature Adobe Flash™ applets that provide front-end tools for common video editing tasks: * Trim, composite and timeshift video * Mix and fade multiple audio tracks * Add effects, [...]

Batch Downloading in PHP

On March 14, 2012, in LAMP, Learning, Linux, Open Source, PHP, Tips, Web Application, by Sandeep Verma

Hits: 418  <?php for($d=1;$d<=100;$d++) { $link=”http://www.domain.com/demos/”.$d.”/source.zip”; if(http_url_exists($link)) {   echo”Processing: “.$link.”<br>”;      exec(“wget -O “.dirname(__FILE__).”/download/source-”.$d.”.zip “.$link.” 2>&1″,$pp);      echoimplode(“”,$pp);echo”<br><br>”; } } //$file_headers = @get_headers($file); //’HTTP/1.1 404 Not Found’   function url_exists($url){     if(!$fp=curl_init($url))returnfalse;     returntrue; } function http_url_exists($url){          $file_headers=@get_headers($url);          if($file_headers[0]==’HTTP/1.1 404 Not Found’)         returnfalse;          returntrue; } ?>

Image Matrix Using ImageMagick

On March 7, 2012, in Imagine, Learning, Linux, PHP, Tricks, Web Application, by Sandeep Verma

Hits: 497  ImageMagick create, edit, compose, or convert bitmap images. It can read and write images in different formats including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Image Operations * Resize * Flip * Mirror * Rotate * Distort * Shear * Transform * Adjust image colors * Special Effects * [...]

Webisode

Hits: 535  The webisode is simply a web episode, this is a new medium called web television that stream live broadcast, dramas, serial storyline, media events online over the Internet The webisode is web episode especially viewed at a Web site for TV show have been telecast. Technologies Used * HTTP * RSS/JSON * RTSP/RTMP * SMIL [...]

Install OpenMeetings

Hits: 836  OpenMeetings – An Open Source Web Conferencing Solution that share microphone or webcam, share documents on a white board, share your screen or record meetings. Install Development Tools # yum groupinstall “Development Libraries” -y # yum groupinstall “Development Tools” -y IPTables – Make sure the following firewall ports are open 1935 (RTMP), 8088 (RTMP-Over [...]

Live Camera Streaming With Flash Media Encoder & Red5

On February 27, 2012, in CentOS, Flex, Launch, Open Source, Red5, Web Application, Web Streaming, Wowza, by Sandeep Verma

Hits: 988  Download Adobe Flash Media Live Encoder 3.2 for live audio and video capture and encoder streams in real time. Install Red5 1.0 RC1 on CentOS Latest

Web Scraping Tools

On February 24, 2012, in CURL, LAMP, Tips, Web Application, Web Scraping, Web Security, Web Services, by Sandeep Verma

Hits: 808  Web scraping, web harvesting or web data extraction is a technique of extracting information from websites. Web Data Extraction | Screen Scrapping | Web Data Mining | Data Extraction | Web Bot | Web Spider | Email Extractor | Data Extractor | Web Grabber | Lead Generation Software | Amazon Scraper | Yellowpages Extractor [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...