Saturday, December 21, 2013

Domain Name Generator

Monday, December 16, 2013

Check whether two strings are anagram of each other

Thursday, December 12, 2013

PAD file reader

Tuesday, December 10, 2013

XML PAD file reader

Monday, December 9, 2013

How to create content for website/blog

Saturday, December 7, 2013

How to build a website…

Friday, December 6, 2013

Length for the string of characters (single)

Thursday, December 5, 2013

HTML Introduction

Tuesday, December 3, 2013

Alternative to Google reader

RSS READER [powered by PHPfreetutorials.com]


  PHP Free Tutorials
  Knowledge itself is power...
  Tue, 03 Dec 2013 18:45:19 +0000
Nr.: 1
Yesterday, I presented a class of type “RSS / ATOM Reader.” Today, I’ll go ahead and add a list of files for testing and demonstration. Canada Music news and blog articles from The Huffington Post Feed: http://www.huffingtonpost.ca/feeds/verticals/canada-music/index.xml Reader: http://cc.pixub.com/?rss=http%3A%2F%2Fwww.huffingtonpost.ca%2Ffeeds%2Fverticals%2Fcanada-music%2Findex.xml —————————————————— Gawker: today’s gossip is tomorrow’s news Feed: http://feeds.gawker.com/gawker/full Reader: http://cc.pixub.com/?rss=http%3A%2F%2Ffeeds.gawker.com%2Fgawker%2Ffull —————————————————— Lifehacker: Tips and downloads for getting things done Feed: http://feeds.gawker.com/lifehacker/full Reader: http://cc.pixub.com/?rss=http%3A%2F%2Ffeeds.gawker.com%2Flifehacker%2Ffull —————————————————— Gizmodo: Tech By Design Feed: http://feeds.gawker.com/gizmodo/full… Read More »
phpfreetutorials PHP / Uncategorized / atom / canada / design / feed / flux / gawker / gizmodo / Huffington / lifehacker / music / php / rss / tech   Tue, 03 Dec 2013 18:45:19 +0000   
Nr.: 2
str_replace(); //Replaces some characters in a string (case-sensitive) str_ireplace(); // Replaces some characters in a string (case-insensitive) A: replace a character with another character The result displayed: abc acd asd afd agh abn amk Xbc Xcd Xsd Xfd Xgh Xbn Xmk B: replace a substring with another substring The result displayed: abc abf abj acd asd afd agh abn amk XYc XYf XYj acd asd afd agh XYn amk C:… Read More »
phpfreetutorials PHP / character / for / php / print / replacement / string / strlen / str_ireplace / str_replace / substitution / substring / tutotrials   Tue, 03 Dec 2013 18:14:21 +0000   
Nr.: 3
What is RSS? Wikipedia responds as follows: RSS (Rich Site Summary); originally RDF Site Summary; often dubbed Really Simple Syndication, uses a family of standard web feed formats to publish frequently updated information: blog entries, news headlines, audio, video. An RSS document (called “feed”, “web feed”, or “channel”) includes full or summarized text, and metadata, like publishing date and author’s name. RSS feeds enable publishers to syndicate data automatically. A… Read More »
phpfreetutorials PHP / atom / class / feed / flux / php / reader / rss / rss_feed_class / string   Mon, 02 Dec 2013 20:20:11 +0000   
Nr.: 4
Wallpaper Cycler Pro – Version: 3.6.0.180, Cycle through several desktop wallpapers. Company: NuonSoft – Belgium, Web: http://www.nuonsoft.com/ Author: Marc Gregoire, Email: Marc.Gregoire@nuonsoft.com Date (Y-M-D): 2009-07-02, Status: New Release, Install Support: Install and Uninstall File Size: 8127 kB – 7.94 MB, Type: Shareware, Cost: $19.95 Expires: Y, 30 Uses Operating System(s): Windows2000,WinXP,Windows2003,Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows Vista Business,Windows Vista Enterprise,Windows Vista Ultimate,Windows Vista Home Basic x64,Windows Vista… Read More »
phpfreetutorials Review / background / backgrounds / calendar / cycler / desktop / desktops / images / news feeds / news headlines / quotes / review / rss feeds / wallpaper / wallpaper cycler / wallpapercycler / wallpapers / webcam / windows   Mon, 02 Dec 2013 19:00:16 +0000   
Nr.: 5
Moo0 YouTube Downloader – Version: 1.07, Over 180+ Video Sites (+16 Adult-Only Sites) Company: Moo0, Web: http://www.moo0.com/ Author: Moo0 Developers Moo0 Developers, Email: dev@moo0.com Date (Y-M-D): 2013-11-14, Status: Minor Update, Install Support: Install and Uninstall File Size: 8812 kB – 8.61 MB, Type: Freeware, Cost: 0 Expires: N Operating System(s): WinXP,WinVista,WinVista x64,Win7 x32,Win7 x64 Categories: Audio, Category Class: Audio & Multimedia::Rippers & Converters Change Info: Supported 27 more video sites.… Read More »
phpfreetutorials Review / download / Downloader / facebook / Moo0 / nicovideo / online / porntube / review / video / windows / youku / youporn / youtube   Mon, 02 Dec 2013 18:52:52 +0000   
Nr.: 6
Advanced SystemCare – Version: 7.0.6.364, Free registry repair Advanced SystemCare Free Company: IObit – United States of America, Web: http://www.iobit.com Author: Support IObit, Email: softwaresites@iobit.com Date (Y-M-D): 2013-11-18, Status: Major Update, Install Support: Install and Uninstall File Size: 33658 kB – 32.87 MB, Type: Freeware, Cost: $0.00 Expires: N Operating System(s): WinXP,WinVista,WinVista x64,Win7 x32,Win7 x64,Win2000,Windows2000,Windows2003,Windows Vista Ultimate,Windows Vista Ultimate x64,Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows Vista Business,Windows… Read More »
phpfreetutorials Review / Advanced / computer repair / free / free registry repair / iobit / registry cleaner / review / SystemCare / tune up   Mon, 02 Dec 2013 18:42:36 +0000   
Nr.: 7
Some constants are part of the PHP core, other constants are specific to PHP extensions. By convention, constant names are written in uppercase. PHP provides a large number of predefined constants to any script which it runs. Here are some examples of predefined constants: PHP_VERSION (string) PHP_MAJOR_VERSION (integer) PHP_MINOR_VERSION (integer) PHP_RELEASE_VERSION (integer) PHP_VERSION_ID (integer) PHP_EXTRA_VERSION (string) Sample code: The result: 127 5.4.15 Link to manual: http://php.net/manual/en/reserved.constants.php
phpfreetutorials PHP / php / PHP_EXTRA_VERSION / PHP_MAJOR_VERSION / PHP_MINOR_VERSION / PHP_RELEASE_VERSION / PHP_VERSION / PHP_VERSION_ID   Mon, 02 Dec 2013 18:22:36 +0000   
Nr.: 8
The string functions allow you to manipulate strings. addcslashes(); //Returns a string with backslashes in front of the specified characters The result: \a\b\c\defg addslashes(); //Returns a string with backslashes in front of predefined characters The result: John Mc\’Donald bin2hex(); //Converts a string of ASCII characters to hexadecimal values The result: 616263 chop(); // Alias of rtrim() rtrim(); // Strips whitespace from the right side of a string The result (no… Read More »
phpfreetutorials PHP / addcslashes / addslashes / bin2hex / chop / function / php / rtrim / string   Mon, 02 Dec 2013 17:52:44 +0000   
Nr.: 9
Here is the PHP syntax (“\n”) to insert a new line in some text. HTML does not recognize the character “newline” in PHP, HTML uses break tag (<br />) to introduce a new line. Anyway, PHP newline character can be inserted into an HTML text area. Example 1: The result: string 1 string 2 Example 2: The result:
phpfreetutorials PHP / break / html / line feed / new line / newline / php / string / syntax / textarea   Mon, 02 Dec 2013 17:11:07 +0000   
Nr.: 10
Heredoc text behaves just like a double-quoted string, without the double quotes. PHP code: Here’s the result: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. TEXT Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. TEXT Nowdocs are to single-quoted strings what heredocs are to double-quoted strings. PHP code: Here’s the result: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean… Read More »
phpfreetutorials PHP / blind / code / double / examples / heredoc / ipsum / lorem / nowdoc / php / quotes / single / text   Mon, 02 Dec 2013 02:23:38 +0000   

Monday, December 2, 2013

RSS feed class

RSS feed class

RSS feed class

Saturday, November 30, 2013

GMAIL - how to create a hyperlink

Open GMAIL compose window:
- hoover the mouse on + sign (bottom of the window)






Select the text and press the HYPERLINK icon.
OR
Press HYPERLINK icon and fill out the opened for.


Wednesday, November 27, 2013

PHP: Subsets of characters

Wednesday, November 20, 2013

How to make a password generator

Monday, November 11, 2013

How random is PHP’s shuffle function?

Friday, September 13, 2013

Calculator de buzunar - exemplu de script Javascript

Calculator online


       
       
       
       

Wednesday, May 29, 2013

Wrong Answer!

1. What does PHP stand for?
Personal Hypertext Processor
Wrong Answer!

← Newer Posts Older Posts → Home