HTML5 Multimedia: Develop and Design



One of the most exciting and talked about aspects of the  specification is the introduction of in-browser multimedia. Websites no longer have to rely on a third-party tool such as Flash or Silverlight to play video and audio. This book is an easy, approachable guide to building native  multimedia into a website, from the simplest addition to more advanced features. It’s written in a simple, straightforward style that’s not too techy, yet advanced enough for the more experienced coder who just needs to get up to speed on these powerful new capabilities. The book’s companion website provides all the examples in a working format for easy access and enhanced visualization for the reader.





Free Hosting, Free Domain and more Free Stuff



This is my first post not responding to someone else's post and I thought that everyone could benefit from free resources on the internet that I found... 

[In case you are wondering what I get out of this...I do not get anything other than a good feeling if you use any of the free resources] 



Find free web hosting --> 
http://www.freehostsfinder.com/

Free domain name --> 
http://www.dot.tk/en/pageA00.html or http://www.freedomain.co.nr/

Free sub-domain, website, email --> 
http://2itb.com/



Free Autoresponder --> 
http://www.freefollowup.com/


Free autoresponder and affiliate program --> 
http://freeautoresponder.co/index.html? or http://www.grabthatlead.com/

Free Form builder, Form processing, Responder --> 
http://www.responders.com/respond/default.asp



Free autoresponder software --> 
http://www.parabots.com/

I hope you find good use for the resources and make your mark on the web!

how to install the script


Script Installation
The installation for all of our scripts are very simple really. Some will vary slightly.
Download the Scripts zip file. Unzip this file with your favorite zip program. Once unzipped, lets open config.php file in your favorite text editor. There are only 2 lines you need to worry about. Find both lines that look like this:
PHP:

$siteurl = "http://www.site.com";     
define('FULL_PATH', $_SERVER['DOCUMENT_ROOT']); //no ending slash.
Depending on which script you have, the first line could vary some what. Some scripts use
PHP:

$siteurl = "http://".$_SERVER['SERVER_NAME'];
or some scripts will have
PHP:

define('SITE_URL', "http://".$_SERVER['SERVER_NAME']);
If you have the last 2 variables then you don't need to do anything with that variable. If you plan on uploading it to the root (public_html) then you do not need to change any of these varaibles. DO NOT change SITE_URL or $_SERVER['SERVER_NAME']. If you do the script will NOT work. Do not add anything before them either.
So lets say you want to upload it to a folder under root (public_html). We then edit those variables to be this:
PHP:

$siteurl = "http://www.site.com/somefoldername";
define('FULL_PATH', $_SERVER['DOCUMENT_ROOT']."/somefoldername"); //no ending slash.
If you have the other siteurl variable it is like this:
PHP:

$siteurl = "http://".$_SERVER['SERVER_NAME']."/somefoldername";
It is very important to NOT change the _SERVER variable. Please keep it exactly like what is shown.
Once those are changed to your liking then lets upload them to your site. Please do not use cpanel to upload the files, it has to be with a FTP software. Cpanel adds empty lines to the files which will cause errors later down the road.
Upload all files and folders in the "Scripts" folder. It is very important to upload all image files in binary format. Also upload Century.ttf, if you have it, as binary as well. The rest of the php/html files can be uploaded in ascii mode. I cannot tell you how to set this as all ftp softwares are difffernet. Please check with the makers of your ftp software if you do not know how. After you have uploaded the files lets chmod 2 folders. We will need to make pictures andadminpanel have writable permissions. Again, I cannot tell you how to do this as all ftp's are different. We need to set these two folders to 777, world writable.
Then, once that is done, lets open your favorite browser and load your site url and run the install.php.
Code:
http://www.yoursite.com/install.php

or if you added it to a folder

http://www.yoursite.com/somefoldername/install.php
This will step you through the install of the mysql table. This you must know the information to login into mysql. This information will come from your host or if you have setup your own mysql database. These scripts will not make the database. This must be done prior to install.
Once you have reached the last step and it says you may now log into the admin it also asked you if you want to install .htaccess. This is not required. It is only there if you want an extra layer of protect to the admin panel. It will ask you for a username and password to set this up. Make sure you have permisions from your host ro run this script. Most do but depending on the host it may not. Once you are done lets click the link to open the adminpanel.
Once you are looking at the signup to the admin panel it will ask you to create a admin. Do this once and login to the adminpanel. After you logged in to the adminpanel it is very important to set the permissions back to 755 on the adminpanel folder. You can leave it at world writable if you plan on editing the templates form the admin. Otherwise, set it back to 755 so nobody can access this without being admin on the server. To edit templates you can simply edit them locally on your computer and then upload them.

Google Places Secret System (G.P.S.S.) Get Any Site To The Top Of Google Places







[GET] 30 Websites Clone Scripts in Single RAR File


30 Websites Clone Scripts - All Scripts are supposed to be nulled. I have not tested any of them yet.This all for only $ 2.



Digg.com_clone

Facebook.com_clone

hotornot-game

millionsign.net_clone


xlice.net_clone

Yahoo_Answers_Clone

adbux.com clone

anonym.to clone

bitefight.net clone

~censored~ clone

ebay.com clone script

freedomain.co.nr clone

google.com Search Engine Clone


hotscripts.com Clone

~Imageshack Doesnt Want PW users Hosting Images!~ Clone

IP Chicken clone

MeGA Cheat v1.1 clone

myspace.com Clone

Proxy clone

Rapidsendit Clone.zip

rapidshare.de Clone

savefile.com Clone


~censored~ Clone

uploadgalaxy.com clone

whatismyip.com Clone

Yolike.com | TV Channels | Online | Movies | Mp3 Downloads | Videos | Download - jokes clone

xdrive.com Clone

xlspread.com. clone

yousendit.com Clone

youtube.com Clone





Javascript codes 3000


Best Android Guide! [200 VIDEOS] [20 HOURS]+BLACKBERRY



Here is the link to the playlist to the 200 episode tutorial guide for Android programming. It has almost 20 hours of footage and was released just last week. Enjoy...



Compilation of Java Guides and Resources



What is Java?

Quoting Wikipedia:
Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is general-purpose, concurrent, class-based, and object-oriented, and is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is considered by many as one of the most influential programming languages of the 20th century, and widely used from application software to web application.

There were five primary goals in the creation of the Java language:
  • It should be "simple, object oriented, and familiar".
  • It should be "robust and secure".
  • It should be "architecture neutral and portable".
  • It should execute with "high performance".
  • It should be "interpreted, threaded, and dynamic".
Syntax

The syntax of Java is largely derived from C++. Unlike C++, which combines the syntax for structured, generic, and object-oriented programming, Java was built almost exclusively as an object oriented language. All code is written inside a class and everything is an object, with the exception of the intrinsic data types (ordinal and real numbers, boolean values, and characters), which are not classes for performance reasons.

See also
Official Website:
http://www.java.com/en/


Tutorials:


Sources:


Ebooks:


External Java Lessons and Resources:


Video Lessons:

Lesson Series No. 1
Lesson Series No. 2 (Intermediate)The lesson goes on further, too long to post here. Here is the channel link. http://www.youtube.com/user/thenewboston
Go to his channel and look for his Java lessons.


Useful Website Links:


Installing GNU / Linux on a Pen Drive from Windows!



lest you bad things happen to your grub or windows for wanting to install some GNU / Linux on a Pen Drive to carry it everywhere, I bring you this mini-guide easy to follow. I notice you do a standard installation of the distribution, but rather addressed to the USB HD is very bad idea.

Download LiLi  if you have not already downloaded and installed on your system.
LiLi USB Creator Starts this in Men Start -> All Programs -> USB LinuxLive Creator.

Create a live version of a distribution of GNU / Linux is as easy as Follow these five steps:

Choose a Pen Drive or check the list of Pen Drive available.
select an ISO image or CD inserted with the distribution of GNU / Linux you want to install on the Pen Drive.
Choose the size of the space persistent (persistent data), usually is between250MB to 2GB, not using space har persistence to erase everything that you download / Believe in your distribution.
check the other options you want ...
Finally, you click on the light to start Botn creation.

Moreover, each of the important steps (1.2 and 3) have a semaphore lightsindicating their status, this is your apreciacin:

Red Light: Step not properly finished, podrs not start the creation of the USB versionof your distro.
Orange light: there is a problem in this step, even as, you can create the live versionof the distribution.
Green Light: so good!

That would be all