BMA Trailers : Basic Movie Agenda

Hey Guys

I have been busy with many stuff one of those got in to shape and with this post I am announcing of one of my new blog related to movie and entertainment.

The concept of the blog is that many video providing website is now flooded with many fake and fan made trailers which we don’t want to see so we will provide authentic official trailers so you don’t have to waste your time in finding a authentic trailer of a movie.

BMA Trailers

BMA Trailers

Guys visit my new trailer blog called BMA Trailers http://www.bmatrailers.com

Steve Jobs Resign : links to articles

Watch latest movie trailer on Bma Trailers

Steve jobs

Here are some of the articles written after steve jobs resgnation news spread

http://sethgodin.typepad.com/seths_blog/2011/08/a-little-empty.html

http://techcrunch.com/2011/08/24/steve-jobs-the-patron-saint-of-perfectionists/

http://techcrunch.com/2011/08/24/steve-jobs-the-end-of-an-era/

http://techcrunch.com/2011/08/24/apples-coo-tim-cook-replaces-steve-jobs-as-ceo/

http://techcrunch.com/2011/08/24/steve-jobs-resigns-from-apple/

http://mashable.com/2011/08/24/steve-jobs-resignation-letter/

http://mashable.com/2011/08/25/why-apple-wont-change/

http://mashable.com/2011/08/24/10-iconic-steve-jobs-videos/

http://mashable.com/2011/08/24/steve-jobs-resigns-as-apple-ceo-twitter-reacts/

http://mashable.com/2011/08/24/steve-jobs-the-greatest-second-and-third-acts-in-business/

http://mashable.com/2011/08/24/steve-jobs-career/

http://mashable.com/2011/08/24/tim-cook-apple-ceo/

http://www.ithinkdiff.com/steve-jobs-resigns-ceo-apple-tim-cook-place-breaking/

http://ibnlive.in.com/generalnewsfeed/news/apple-shares-under-pressure-after-jobs-resignation/800690.html

http://www.engadget.com/2011/08/24/steve-jobs-resigns-as-ceo-of-apple

http://blogs.wsj.com/deals/2011/08/24/steve-jobs-resigns-as-apple-ceo/

http://finance.yahoo.com/news/Steve-Jobs-quits-as-Apple-CEO-rb-345018947.html?x=0

Google+ : An Awesome Social Network From Google

Google Plus

 

Finally Google entered in to social media world with an awesome outing of Google+ (for short G+) . The interface is as usual simple and rocking, great user experience.

G+ provide all the functionality which you found on other social media websites like photo sharing, link sharing, video sharing and a good control over privacy.

Read more of this post

Vote for best PHP Framework

Watch latest movie trailer on Bma Trailers

codeigniterZendYII framework

These days i am trying to shift myself from straight php coding to php mvc framework

when i searched for best php framework i found out there are alot of frameworks.

Right now i started reading about ZEND framework

Here is the list of frameworks you can vote on


Bug Tracing in PHP

After joining a software house “Ovrlod”  i got to learn many new things about programming and engineering stuff

The good thing is that i now usually start using try catch in my code which was missing in my past projects…or say now my code is more towards standards

Well sitting at my office desk i was thinking to start my own bug tracking system…currently on web there are many others too but too much complicated to implement

Read more of this post

Web based Code Editors

I was searching for some web based editors for a friend and found these two very nice web based editors

Better in UI and functionality

 

 

CodeRun Studio


CodeRun Studio is a cross-platform Integrated Development Environment (IDE), designed for the cloud. It enables you to easily develop, debug and deploy web applications using your browser. CodeRun Studio can be used instead or alongside your existing desktop IDE. You can upload existing code in order to test it in the cloud or for sharing with your peers.

 

 

ecoder

ecoder is a simple, web-based code editor, which includes a file browser, file uploader, and tabbed system to allow multiple files to be edited at the same time. using this web-application developers can edit code directly online, real-time syntax highlighting is handled by textarea and keyboard short-cuts lend it the feel of a locally installed application.

 

 

Make folder zip with php

Watch latest movie trailer on Bma Trailers

This code will zip the folder not single file but the whole folder…. You need to download the class mentioned below

Download this class from here http://www.phpclasses.org/package/2322-PHP-Create-ZIP-file-archives-and-serve-for-download.html



<?php
$date = date("d-m-y");

$directoryToZip="Folder name to zip/"; // This will zip all the file(s) in this present working directory

$outputDir="/"; //Replace "/" with the name of the desired output directory.
$zipName="File name - ".$date.".zip"; //Save file with specified name 

include_once("CreateZipFile.inc.php");
$createZipFile=new CreateZipFile;

//Code toZip a directory and all its files/subdirectories
$createZipFile->zipDirectory($directoryToZip,$outputDir);

$fd=fopen($zipName, "wb");
$out=fwrite($fd,$createZipFile->getZippedfile());
fclose($fd);
$createZipFile->forceDownload($zipName);
@unlink($zipName);
?>

Technolectuals

technolectuals

Visit our website : http://www.technolectuals.com


Technolectuals is the culmination of years of grooming and experience of a group of individuals whose aim is to weave technology into solutions of problems wherever possible.

With the resources and the skills to back it up, the scope of our solutions ranges from closed-source to open-source technologies and packages. As our founding principle goes,

“If there’s a problem, a solution exists too”,

 

our nagging persistence in resolving issues has been our trademark. We do not believe in short-cuts and certainly don’t know how to give up even if all the odds are stacked against us.

Technolectuals is principally made up of two divisions – SoftWeavers and ColourAware, each responsible for development and designing respectively.
Read more of this post

Convert Firefox into Chrome

Here is a firefox theme that will convert your firefox into google chrome

https://addons.mozilla.org/en-US/firefox/addon/8782

Download Google Talk Labs Edition

talk_logo

Google labs released the new version of gtalk with some new cool features…..one most important feature is invisible mode which was missing in old versions.

Download it from here

http://www.google.com/talk/labsedition/

Follow

Get every new post delivered to your Inbox.