<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2740622102619363341</id><updated>2011-11-27T15:59:38.199-08:00</updated><category term='foip'/><category term='voip'/><category term='vrml'/><category term='php'/><category term='internet fax'/><category term='rss'/><category term='html'/><title type='text'>Web Infopedia</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>FreeForBiz</name><uri>http://www.blogger.com/profile/01824590874641619859</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2740622102619363341.post-3284309991255699252</id><published>2008-01-11T00:17:00.000-08:00</published><updated>2008-01-11T00:43:59.909-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vrml'/><title type='text'>VRML</title><content type='html'>&lt;p&gt;&lt;b&gt;VRML&lt;/b&gt; is abbreviation for &lt;b&gt;&lt;u&gt;V&lt;/u&gt;irtual &lt;u&gt;R&lt;/u&gt;eality &lt;u&gt;M&lt;/u&gt;odelling &lt;u&gt;L&lt;/u&gt;anguage&lt;/b&gt;. It lets you put three dimensional, interactive worlds on web pages. VRML is, in the words of the &lt;a href="http://www.vrml.org/" title="VRML Consortium" target="_blank"&gt;VRML Consortium&lt;/a&gt;,  &lt;span style="font-style: italic; color: rgb(0, 102, 0);"&gt;"an open standard for 3D multimedia and shared virtual worlds on the Internet"&lt;/span&gt;, is a scene description language that describes the geometry and behavior of a  3D scene or "world". &lt;b&gt;&lt;i&gt;Web3D&lt;/i&gt;&lt;/b&gt; is the new name for &lt;i&gt;VRML&lt;/i&gt;.&lt;/p&gt;&lt;p&gt;VRML was recognized as an international standard (ISO/IEC-14772-1:1997) by the  International Organization for Standardization (ISO) and the International  Electrotechnical Commission (IEC) in December, 1997.&lt;/p&gt;&lt;p&gt;VRML worlds can be single files or groups of files that load at the same time.  They can range from simple objects to very complex scenes, scripted in a plain UTF-8 or ASCII (a subset of the &lt;a href="ftp://ds.internic.net/rfc/rfc2044.txt"&gt;UTF-8 character set&lt;/a&gt;) text file. A VRML file may be compressed using &lt;a href="ftp://prep.ai.mit.edu/pub/gnu/"&gt;&lt;code&gt;gzip&lt;/code&gt;&lt;/a&gt;, a freely available  utility, and may be created, viewed, and edited in any plain text editor.&lt;/p&gt;&lt;p&gt;Vertices and edges for a 3D polygon can be specified along with the surface color, UV mapped textures, shininess, transparency, and so on. URLs can be associated with graphical components so that a web browser might fetch a web-page or a new VRML file from the Internet when the user clicks on the specific graphical component. Animations, sounds, lighting, and other aspects of the virtual world can interact with the user or may be triggered by external events such as timers. A special Script Node allows the addition of program code (e.g., written in Java or JavaScript (ECMAScript)) to a VRML file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The &lt;a href="http://www.cis.ohio-state.edu/hypertext/faq/usenet/mail/mime-faq/part1/faq.html"&gt;MIME  type&lt;/a&gt; of a VRML file is "&lt;code&gt;model/vrml&lt;/code&gt;", although some servers may  deliver it as the older MIME type "&lt;code&gt;x-world/x-vrml&lt;/code&gt;". The spec  requires VRML browsers to support both MIME types. If you administer a web  server, you should use the official type, not the older "x-" type.&lt;/p&gt;&lt;p&gt;VRML files are commonly called "worlds" and have the *.wrl extension (for example island.wrl). Although VRML worlds use a text format they may often be compressed using gzip so that they transfer over the internet more quickly (some gzip compressed files use the *.wrz extension). Many 3D modeling programs can save objects and scenes in VRML format.  &lt;/p&gt;&lt;p&gt;The plug-in to view these is widely available in many platforms.&lt;/p&gt;&lt;p&gt;Features of VRML (as specified on 1.0 version)&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Standard objects (cube, sphere, cone, cylinder, text)  &lt;/li&gt;&lt;li&gt;Arbitrary objects (surfaces, linesets, pointsets)  &lt;/li&gt;&lt;li&gt;Ability to fly through, walk through, examine scenes  &lt;/li&gt;&lt;li&gt;Lights  &lt;/li&gt;&lt;li&gt;Cameras (viewpoints)  &lt;/li&gt;&lt;li&gt;Textures on objects  &lt;/li&gt;&lt;li&gt;Clickable links  &lt;/li&gt;&lt;li&gt;Define and reuse objects&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Altough VRML 1.0 worlds are static, with introduction of &lt;span style="font-weight: bold;"&gt;VRML 2.0&lt;/span&gt; worlds can move and interact with the  visitor to those worlds.&lt;/p&gt;&lt;p style="font-weight: bold;"&gt;VRML 2.0 Features:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Animated objects  &lt;/li&gt;&lt;li&gt;Switches  &lt;/li&gt;&lt;li&gt;Sensors  &lt;/li&gt;&lt;li&gt;Scripts (Java or JavaScript) for behaviors  &lt;/li&gt;&lt;li&gt;Interpolators (color, position, orientation, etc.)  &lt;/li&gt;&lt;li&gt;Extrusions  &lt;/li&gt;&lt;li&gt;Background colors and textures  &lt;/li&gt;&lt;li&gt;Sound (.wav and MIDI)  &lt;/li&gt;&lt;li&gt;Animated textures  &lt;/li&gt;&lt;li&gt;Event routing  &lt;/li&gt;&lt;li&gt;Define and reuse objects and behaviors and effectively add new nodes to the  language with PROTO and EXTERNPROTO &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Another very important difference is that VRML 97 is an &lt;a href="http://www.vrml.org/Specifications/VRML97/"&gt;international spec&lt;/a&gt;  approved by the International Organization for Standards:  &lt;b&gt;ISO/IEC-14772-1:1997&lt;/b&gt;.&lt;/p&gt; &lt;p&gt;The first line of every VRML 97 file starts with:&lt;/p&gt;&lt;pre&gt;      #VRML V2.0 utf8&lt;/pre&gt; &lt;p&gt;and the first line of every VRML 1.0 file starts with:&lt;/p&gt;&lt;pre&gt;      #VRML V1.0 ascii&lt;/pre&gt; &lt;p&gt;Many, but not all, VRML 97 browsers will read and properly render VRML 1.0  files. No VRML 1.0 browser will read and properly render VRML 97 files. Furthermore, VRML 97 becomes VRML 2.0 standard.&lt;/p&gt;&lt;p&gt;Here is the sample of VRML script...&lt;/p&gt;&lt;pre style="color: green;"&gt;#VRML V2.0 utf8&lt;br /&gt;# Red cone&lt;br /&gt;&lt;br /&gt;Shape {&lt;br /&gt;appearance Appearance {&lt;br /&gt; material Material {&lt;br /&gt;   diffuseColor 1 0 0&lt;br /&gt; }&lt;br /&gt;}&lt;br /&gt;geometry Cone {&lt;br /&gt; bottomRadius 0.75&lt;br /&gt; height 1.6&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;VRML Specification is available from &lt;a href="http://www.vrml.org/Specifications/"&gt;http://www.vrml.org/Specifications/&lt;/a&gt;. For more information, visit &lt;a href="http://vrmlworks.crispen.org/faq/" title="VRML FAQ" target="_blank"&gt;VRML FAQ @ comp.lang.vrml&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Please note that VRML is obsolete standard and now has been superseded by &lt;a title="X3D" href="http://www.blogger.com/wiki/X3D"&gt;X3D&lt;/a&gt; (ISO/IEC  19775-1)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2740622102619363341-3284309991255699252?l=webinfopedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/3284309991255699252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2740622102619363341&amp;postID=3284309991255699252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/3284309991255699252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/3284309991255699252'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/2008/01/vrml.html' title='VRML'/><author><name>FreeForBiz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2740622102619363341.post-3896868141230514648</id><published>2008-01-04T20:19:00.000-08:00</published><updated>2008-01-04T20:57:00.068-08:00</updated><title type='text'>Internet Filter</title><content type='html'>Internet filtering is the process by which some websites or applications that use the internet are allowed to work, whereas others are not. For example, many organizations tend to block access to a variety of websites, such that anyone attempting to go to these websites will not be able to do so. Other organizations may block services they feel are inappropriate or waste resources, such as online gaming, peer 2 peer file sharing, voice over ip, or other protocols.&lt;br /&gt;&lt;br /&gt;A large and growing number of organizations choose to filter their user’s access to the internet. In the united states, this is especially prevalent in schools and libraries, as there is a federal mandate that requires schools and libraries to filter their user’s internet. If a school or library chooses not to filter, they risk lose federal finding, Although filtering is required by schools, there are no specific standards as to what must be filtered. Some schools don’t really want to filter, whereas others take charge and filter more than is required by law.&lt;br /&gt;&lt;br /&gt;Many workplaces choose to filter internet access to shield themselves from liability, to reduce non-productive personal internet usage, or to reduce the usage of expensive internet bandwidth. Sometimes internet service providers (isp’s) choose to filter internet access. This usually happens for one of two reasons. First, it could be at the request of the customer, who does not want their children viewing inappropriate material on the internet. AOL’s parental controls are an example of this kind of filtering. The second common kind of ISP filtering is known as packet shaping. What this does is slow down or block access to certain protocols on the internet, rather than blocking particular websites. This is especially common in colleges and some cable modem networks, where peer 2 peer file sharing can consume large amounts of expensive internet capacity.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2740622102619363341-3896868141230514648?l=webinfopedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/3896868141230514648/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2740622102619363341&amp;postID=3896868141230514648' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/3896868141230514648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/3896868141230514648'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/2008/01/internet-filter.html' title='Internet Filter'/><author><name>FreeForBiz</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2740622102619363341.post-7388436378369437400</id><published>2007-12-07T21:23:00.000-08:00</published><updated>2007-12-07T21:27:07.588-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='foip'/><category scheme='http://www.blogger.com/atom/ns#' term='internet fax'/><category scheme='http://www.blogger.com/atom/ns#' term='voip'/><title type='text'>FOIP (Fax Over IP) Explained</title><content type='html'>&lt;p&gt;As internet technology emerges rapidly and many organizations continue to build out and expand their new IP infrastructure, &lt;a href="http://webinfopedia.blogspot.com/2007/11/voip-explanation.html"&gt;VoIP&lt;/a&gt; is moving into wider adoption with fax over IP (FoIP) ramping up quickly.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Both technologies bring traditional telephony applications into data network environments, allowing organizations to transport phone conversation or fax data calls over them. This consolidation of data and communications resources provides an opportunity to leverage a single unified common broadband resource and employ the Internet and company Intranets for cost-effective voice, fax and data transmissions.&lt;/p&gt;&lt;p style="TEXT-ALIGN: center"&gt;&lt;img id="BLOGGER_PHOTO_ID_5141361293332271058" alt="" src="http://bp1.blogger.com/_fjiyJnMgtpo/R1nI2y8DT9I/AAAAAAAAAE4/V9lGWjCC5JQ/s400/t.jpg" border="0" /&gt;&lt;/p&gt;&lt;br /&gt;The following benefits are the most significant when implementing or considering a FoIP solution:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Total Cost of Ownership (TCO) savings due to network consolidation&lt;/li&gt;&lt;li&gt;Ability to push a consistent fax solution throughout the entire network including remote locations&lt;/li&gt;&lt;li&gt;Improved IT management&lt;/li&gt;&lt;li&gt;Device/application integration&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p class="text"&gt;&lt;span class="style5"&gt;&lt;strong&gt;Who will benefit first from adopting FoIP&lt;/strong&gt;?&lt;br /&gt;&lt;/span&gt;&lt;span class="style4"&gt;&lt;/span&gt;&lt;br /&gt;Mainly organizations whose planning to transition to an all IP-based collaboration environment as they will benefits much on ROI (return on the investment) of consolidating voice, fax and data communication.&lt;/p&gt;If you are seriously looking to expand your communication infrastructure to readily adopt IP support, look for choices that include hardware-based PSTN; hardware-based FoIP and software-based FoIP (T.37 or T.38) options.&lt;br /&gt;&lt;br /&gt;Quoting Pete Davidson from Davidson Consulting, the market for FoIP systems started to show up in force in 2005…this led to a market that grew by 180% to $31 million!&lt;br /&gt;&lt;blockquote&gt;“The voice over Internet protocol (VoIP) market is a booming field. According to a recent report by TeleGeography, the industry's second-quarter revenue jumped 173% over the prior year to $607 million.” — &lt;span style="font-size:85%;"&gt;Investor’s Business Daily, Oct. 3, 2006&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;“Enterprise VoIP adoption in North America will more than double in 2010. VoIP adoption will triple by 2010 among small organizations in North America.” —&lt;span style="font-size:85%;"&gt;Infonetic’s Research “User Plans for VoIP”, May 2006.&lt;/span&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;Technical Overview&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Compressing fax signals is different from compressing voice signals, so a new standard (T.38) has been created for this. If the VoIP adapter and gateway are T.38 compliant, most fax machines can simply be plugged into the VoIP adapter instead of a regular phone line.&lt;br /&gt;&lt;br /&gt;T.38 is an ITU recommendation for sending fax messages over IP networks in real time. The T.38 fax relay standard was devised in 1998 as a way to permit faxes to be transported across IP networks between existing Group 3 (G3) fax terminals. T.4 and related fax standards were published by the ITU in 1980, before the rise of the internet. In the late 90s, VoIP, or Voice over IP, began to gain ground as an alternative to the conventional Public Switched Telephone Network. However, because most VoIP systems are optimized (through their use of bandwidth-saving compression) for voice rather than data calls, conventional fax machines worked poorly or not at all on them. Thus, some way of transmitting fax over IP was needed.&lt;/p&gt;&lt;p&gt;&lt;em&gt;See also&lt;/em&gt;: List of free &lt;a href="http://completewebguide.blogspot.com/2007/12/free-web-based-internet-fax-free-foip.html"&gt;Internet Fax Service providers&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2740622102619363341-7388436378369437400?l=webinfopedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/7388436378369437400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2740622102619363341&amp;postID=7388436378369437400' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/7388436378369437400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/7388436378369437400'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/2007/12/foip-fax-over-ip-explained.html' title='FOIP (Fax Over IP) Explained'/><author><name>FreeForBiz</name><uri>http://www.blogger.com/profile/01824590874641619859</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp1.blogger.com/_fjiyJnMgtpo/R1nI2y8DT9I/AAAAAAAAAE4/V9lGWjCC5JQ/s72-c/t.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2740622102619363341.post-2169935966803038158</id><published>2007-11-30T23:50:00.001-08:00</published><updated>2007-12-01T00:24:35.848-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>HTML 5</title><content type='html'>&lt;p&gt;&lt;b&gt;HTML 5&lt;/b&gt; will be the 5&lt;sup&gt;th&lt;/sup&gt; major revision of the core language of the World Wide Web, the HTML. It were started back in 2004 by a group known as &lt;a href="http://www.whatwg.org/" title="Web Hypertext Application Technology Working Group"&gt;WHATWG&lt;/a&gt;. HTML 5 was adopted as the starting point of the work of the new HTML working group of the &lt;a href="http://w3c.org/" title="W3C"&gt;W3C&lt;/a&gt; in 2007 and an HTML 5 W3C Working Draft was published on November 15&lt;sup&gt;th&lt;/sup&gt;, 2007.&lt;/p&gt;&lt;p&gt;HTML 5 is a new version of HTML 4.01 and XHTML 1.0 addressing many of the issues of those specifications while at the same time enhancing (X)HTML to more adequately address Web applications. Besides defining a markup language that can be written in both HTML (HTML5) and XML (XHTML5) it also defines many APIs that form the basis of the Web architecture. These APIs are known to some as "DOM Level 0" and have never been documented. Yet they are extremely important for browser vendors to support existing Web content and for authors to be able to build Web applications.&lt;/p&gt;&lt;p&gt;Some major differences between HTML 4 and HTML 5: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;New parsing rules oriented towards flexible parsing and compatibility&lt;/li&gt;&lt;li&gt;New elements – section, video, progress, nav, meter, time, aside, canvas&lt;/li&gt;&lt;li&gt;New Input attributes – time, email, url&lt;/li&gt;&lt;li&gt;New Attributes – ping, charset, async&lt;/li&gt;&lt;li&gt;Global attributes (that can be applied for every element) – id, tabindex, repeat&lt;/li&gt;&lt;li&gt;Some ancient Elements are being dropped – center, font, strike&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;A HTML 5 browser should be flexible in handling incorrect syntax, unlike with XHTML, where the browser must refuse to render a document at all even if there is just one illegal character or missing close tag. HTML 5 is designed such that old HTML-4 browsers can safely ignore new HTML 5 constructs. Unlike with HTML 4, the HTML 5 specification gives detailed rules for lexing and parsing, with the intent that different compliant browsers will produce the same result in the case of incorrect syntax.&lt;/p&gt;&lt;p&gt;HTML 5 provides a number of new elements and attributes (known as &lt;i&gt;tags&lt;/i&gt;) that reflect typical usage on modern web sites. Some of them are technically similar to &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;span&amp;gt;&lt;/code&gt; tags, but have a semantic meaning, for example &lt;code&gt;&amp;lt;nav&amp;gt;&lt;/code&gt; (website navigation block) and &lt;code&gt;&amp;lt;footer&amp;gt;&lt;/code&gt;. Such tags would facilitate indexing by search engines and handling by small-screen devices or voice readers for people with seeing difficulties. Other elements provide new functionality through a standardized interface, such as the &lt;code&gt;&amp;lt;audio&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;video&amp;gt;&lt;/code&gt; elements.&lt;/p&gt; The new HTML 5 specifications will also incorporate &lt;a href="http://www.whatwg.org/specs/web-forms/current-work/#extend-form-controls"&gt;WebForms 2.0&lt;/a&gt; which expands the traditional HTML    form model to support new types and features. One of the big additions to the Web Forms model introduced with this    specification is primitive type (such extensive set of date/time data types, email, url) and validity checking. More major changes: controls can be placed outside &lt;code&gt;&amp;lt;form&amp;gt;&amp;lt;/form&amp;gt;&lt;/code&gt; tags, forms can be nested inside another form, new data attribute to fetch information from external resources, repeating form control model, ability to set value range, masked-input capability using pattern, and many more improvements.&lt;br /&gt;&lt;br /&gt;Other elements have been dropped, such as the purely presentational elements &lt;code&gt;&amp;lt;center&amp;gt;&lt;/code&gt; and &lt;code&gt;&amp;lt;font&amp;gt;&lt;/code&gt;, whose effects can be handled in Cascading Stylesheets (CSS).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2740622102619363341-2169935966803038158?l=webinfopedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/2169935966803038158/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2740622102619363341&amp;postID=2169935966803038158' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/2169935966803038158'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/2169935966803038158'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/2007/11/html-5.html' title='HTML 5'/><author><name>FreeForBiz</name><uri>http://www.blogger.com/profile/01824590874641619859</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2740622102619363341.post-6545571934795822316</id><published>2007-11-30T23:33:00.000-08:00</published><updated>2007-11-30T23:46:56.243-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rss'/><title type='text'>RSS Explained</title><content type='html'>&lt;img src="http://bp0.blogger.com/_aF8tfSVQdDs/R1EPOdfUN6I/AAAAAAAAACc/XqJ0uoxiBiI/s320/10.png" alt="" id="BLOGGER_PHOTO_ID_5138905390915008418" style="float: left;" border="0" /&gt;&lt;br /&gt;&lt;h1&gt;What Is RSS?&lt;/h1&gt;&lt;span style="font-weight: bold;"&gt;Really Simple Syndication&lt;/span&gt; (&lt;span style="font-weight: bold;"&gt;RSS&lt;/span&gt;) (formally acronym of "RDF Site Summary") is a format for sharing content among different websites, based on XML format. Sites can syndicate “feeds” (content) and Internet users can use an application called an RSS reader or aggregator to download feeds. There are many such readers available, most at no cost.&lt;br /&gt;&lt;br /&gt;Using RSS, webmasters can put their content into a standardized format, which can be viewed and organized through RSS-aware software or automatically conveyed as new content on another website dynamically through embedded RSS Feed Reader (usually written in Javascript using AJAX or parsed by server side scripting such PHP-based XML aggregator).&lt;br /&gt;&lt;br /&gt;More information about RSS can be obtained from Wikipedia at &lt;a href="http://en.wikipedia.org/wiki/.rss"&gt;http://en.wikipedia.org/wiki/.rss&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2740622102619363341-6545571934795822316?l=webinfopedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/6545571934795822316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2740622102619363341&amp;postID=6545571934795822316' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/6545571934795822316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/6545571934795822316'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/2007/11/rss-explained.html' title='RSS Explained'/><author><name>FreeForBiz</name><uri>http://www.blogger.com/profile/01824590874641619859</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://bp0.blogger.com/_aF8tfSVQdDs/R1EPOdfUN6I/AAAAAAAAACc/XqJ0uoxiBiI/s72-c/10.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2740622102619363341.post-119474315461226141</id><published>2007-11-19T08:01:00.001-08:00</published><updated>2007-11-19T08:01:51.890-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>PHP Easter Egg</title><content type='html'>&lt;h1 align="center"&gt;&lt;span style="font-family:Verdana;font-size:180%;color:#4dab4d;"&gt;&lt;b&gt;PHP "Easter Egg"&lt;/b&gt;&lt;/span&gt;&lt;/h1&gt; &lt;p align="left"&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:85%;"&gt;If you add the code "&lt;span style="color:#4dab4d;"&gt;?=PHPE9568F36-D428-11d2-A769-00AA001ACF42&lt;/span&gt;" (without quotes)  to the end of any URL that is a PHP page, you will see a funny picture on most  servers. Also on April 1st (April Fool's Day), the picture will replace the PHP  logo on any phpinfo() page. If the PHP directive expose_php is set to be "off"  in php.ini, then the PHP eggs will not show, but it is "on" by default, and many  webhosting servers do not change it. If you see such a URL in your website logs,  it may be because someone is trying to determine if your server is running PHP  and attempting to discover weaknesses in your system. By setting expose_php =  off in the php.ini configuration file, you will reduce the amount of information  available to them. If the PHP easteregg is active (the URL shows the image),  then scanning the website with Nitko web server scanner will give the warning  message, "PHP reveals potentially sensitive information via certain HTTP  requests which contain specific QUERY strings."&lt;br /&gt;&lt;br /&gt;These are the four QUERY  strings you can add to the end of a PHP web page to view a (somewhat) hidden  image or web page:&lt;br /&gt;&lt;br /&gt;(1)   &lt;span style="color:#4dab4d;"&gt;?=PHPE9568F36-D428-11d2-A769-00AA001ACF42&lt;/span&gt;&lt;br /&gt;This one is  the most interesting, and displays an "easter egg" image of either a rabbit in a  house, a brown dog in the grass, a black Scottish Terrier dog, a sloppy  child-crayon-colored php logo, or a guy with breadsticks (looks like pencils or  french fries) sticking out of his mouth like a walrus. The original dog was Stig  Bakken's (Stig is one of the PHP developers); the newer dog is &lt;a href="http://www.suraski.net/blog/index.php?/archives/6-Scotch-is-gone.html"&gt;Zeev  Suraski's dog&lt;/a&gt; (the link goes to his blog entry about the dog, called Scotch  or Scottie, that died August 30, 2005); and the guy is Thies Arntzen (the logo  image was taken from a picture from the PHP Developers' Meeting that the PHP  Group held in January 2000). The five images are shown below. Anyone know whose  rabbit it is, or more details on these? The black dog, colored logo, and rabbit  pictures are 10 pixels shorter than the other two images.&lt;br /&gt;&lt;br /&gt;&lt;img alt="PHP easter egg dog PHPE9568F36-D428-11d2-A769-00AA001ACF42" src="http://www.0php.com/images/php-dog.gif" border="0" height="67" width="130" /&gt; &lt;img alt="PHP easteregg Scottish Terrier dog" src="http://www.0php.com/images/php-terrier-dog.gif" border="0" height="67" width="120" /&gt; &lt;img alt="PHP easter eggs: child crayon-colored php logo" src="http://www.0php.com/images/php-colored.gif" border="0" height="67" width="120" /&gt;&lt;br /&gt;&lt;img alt="PHP easter egg dude" src="http://www.0php.com/images/php-dude.gif" border="0" height="67" width="130" /&gt; &lt;img alt="PHP easter egg rabbit" src="http://www.0php.com/images/php-rabbit.gif" border="0" height="67" width="120" /&gt;&lt;br /&gt;&lt;br /&gt;(2)   &lt;span style="color:#4dab4d;"&gt;?=PHPE9568F34-D428-11d2-A769-00AA001ACF42&lt;/span&gt;&lt;br /&gt;This is used  by the phpinfo function to display the PHP logo, but works on other PHP  pages.&lt;br /&gt;&lt;br /&gt;&lt;img alt="PHP logo PHPE9568F34-D428-11d2-A769-00AA001ACF42" src="http://www.0php.com/images/php_logo.gif" border="0" height="67" width="120" /&gt;&lt;br /&gt;&lt;br /&gt;(3)    &lt;span style="color:#4dab4d;"&gt;?=PHPE9568F35-D428-11d2-A769-00AA001ACF42&lt;/span&gt;&lt;br /&gt;This is  used by the phpinfo() function to display the Zend logo, but also works on other  PHP-parsed pages.&lt;br /&gt;&lt;br /&gt;&lt;img alt="Zend engine logo PHPE9568F35-D428-11d2-A769-00AA001ACF42" src="http://www.0php.com/images/zend_logo.gif" border="0" height="72" width="113" /&gt;&lt;br /&gt;&lt;br /&gt;(4)    &lt;span style="color:#4dab4d;"&gt;?=PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000&lt;/span&gt;&lt;br /&gt;This  displays the PHP development credits, and is linked to from any phpinfo() page  with text "PHP Credits".&lt;br /&gt;&lt;br /&gt;The only truly hidden image is the first one  above. The other three are called from the web page produced by the phpinfo()  function.&lt;br /&gt;&lt;br /&gt;For the first code above, other online sources claim it  displays a rabbit in PHP versions 5.0 and 5.01, a dog in 4.3.0 and higher (below  5.0), and the funny PHP coder guy in PHP versions 4.0 through 4.2.3. Below are  the images I saw for these PHP versions:&lt;br /&gt;&lt;br /&gt;&lt;u&gt;PHPCODER GUY WITH BREADSTICKS  (Thies C. Arntzen):&lt;/u&gt;&lt;br /&gt;PHP Version 4.0.1pl2&lt;br /&gt;PHP Version 4.1.2 *&lt;br /&gt;PHP  Version 4.2.2 *&lt;br /&gt;&lt;br /&gt;&lt;u&gt;BROWN DOG IN GRASS:&lt;/u&gt;&lt;br /&gt;PHP4u Version 3.0, Based on  PHP-4.3.2&lt;br /&gt;PHP Version 4.3.2&lt;br /&gt;PHP Version 4.3.3&lt;br /&gt;PHP Version 4.3.8&lt;br /&gt;PHP  Version 4.3.9&lt;br /&gt;PHP Version 4.3.10&lt;br /&gt;&lt;br /&gt;&lt;u&gt;BLACK SCOTTISH TERRIER  DOG:&lt;/u&gt;&lt;br /&gt;PHP Version 4.3.11&lt;br /&gt;PHP Version 4.4.0&lt;br /&gt;PHP Version 4.4.1&lt;br /&gt;PHP  Version 4.4.2&lt;br /&gt;PHP Version 4.4.3&lt;br /&gt;PHP Version 4.4.4&lt;br /&gt;PHP Version  5.0.5-2ubuntu1.1&lt;br /&gt;PHP Version 5.0.5-pl3-gentoo&lt;br /&gt;PHP Version 5.1.0&lt;br /&gt;PHP  Version 5.1.2&lt;br /&gt;&lt;br /&gt;&lt;u&gt;RABBIT:&lt;/u&gt;&lt;br /&gt;PHP Version 4.3.1 *&lt;br /&gt;PHP Version 5.0.0  *&lt;br /&gt;PHP Version 5.0.3 *&lt;br /&gt;&lt;br /&gt;&lt;u&gt;COLORED PHP LOGO:&lt;/u&gt;&lt;br /&gt;PHP Version  5.1.4&lt;br /&gt;PHP Version 5.2.0&lt;br /&gt;&lt;br /&gt;* = Not on my server, but got PHP version  given in the HTTP header.&lt;br /&gt;&lt;br /&gt;The first code above, &lt;span style="color:#4dab4d;"&gt;?=PHPE9568F36-D428-11d2-A769-00AA001ACF42&lt;/span&gt;, is returned by  the hidden function (undocumented in the php.net online manual) &lt;span style="color:#4dab4d;"&gt;php_egg_logo_guid()&lt;/span&gt;. &lt;a href="http://lxr.php.net/ident?i=PHP_EGG_LOGO_GUID"&gt;PHP_EGG_LOGO_GUID&lt;/a&gt; is  defined as a preprocessor macro in php-src/ext/standard/info.h, line 54, and  referenced in 3 files:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#4dab4d;"&gt;php-src/ext/standard/info.c  (lines 988 and 1032)&lt;br /&gt;php-src/ext/standard/info.h (line  54)&lt;br /&gt;php-src/main/php_logos.c (line 59).&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Below are the four  codes' definitions in the php source within php-source/ext/standard/info.h  (lines 53 to 56):&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#4dab4d;"&gt;#define PHP_LOGO_GUID  "PHPE9568F34-D428-11d2-A769-00AA001ACF42"&lt;br /&gt;#define PHP_EGG_LOGO_GUID  "PHPE9568F36-D428-11d2-A769-00AA001ACF42"&lt;br /&gt;#define ZEND_LOGO_GUID  "PHPE9568F35-D428-11d2-A769-00AA001ACF42"&lt;br /&gt;#define PHP_CREDITS_GUID  "PHPB8B5F2A0-3C92-11d3-A3A9-4C7B08C10000"&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2740622102619363341-119474315461226141?l=webinfopedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/119474315461226141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2740622102619363341&amp;postID=119474315461226141' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/119474315461226141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/119474315461226141'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/2007/11/php-easter-egg.html' title='PHP Easter Egg'/><author><name>FreeForBiz</name><uri>http://www.blogger.com/profile/01824590874641619859</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2740622102619363341.post-7783324991102896856</id><published>2007-11-18T10:10:00.000-08:00</published><updated>2007-11-18T10:11:25.618-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='voip'/><title type='text'>VoIP Explanation</title><content type='html'>&lt;h3 align="left"&gt;&lt;span style="font-size:180%;"&gt;Voice over IP Explained&lt;/span&gt;&lt;/h3&gt;  &lt;p align="left"&gt;For those who have never heard about the potential of VoIP, be  prepared to radically change the way you think about your current long-distance  calling plan. VoIP (Voice over Internet Protocol) is very simply, a method for  taking ordinary analog audio signals and turning them into digital signals that  can be sent over the Internet. &lt;/p&gt;  &lt;p align="left"&gt;So what? Well, for those of you who are already paying a monthly  fee for an Internet connection, this means that you can use that same connection  to place free long distance phone calls. This process works by using already  available VoIP software to make phone calls over the Internet, essentially  circumventing phone companies and their service charges. &lt;/p&gt;  &lt;p align="left"&gt;Interestingly, VoIP is not an entirely new thing. In fact, a  number of providing companies have been around for some time. But it has only  been with the more recent explosion of high-speed internet access usage, that  VoIP has gotten any attention. Now the major telephone carriers are setting up  their own VoIP calling plans throughout the US, another testament to the  potential of the technology.&lt;/p&gt;  &lt;p align="left"&gt;&lt;strong&gt;How VoIP Is Used &lt;/strong&gt;&lt;/p&gt;  &lt;p align="left"&gt;While there are a number of ways that VoIP is currently being  used, most individual callers fall into one of three categories: ATA, IP Phones,  and Computer-to-Computer. &lt;/p&gt;  &lt;p align="left"&gt;ATA or Analog Telephone Adaptor, is the most common way of using  VoIP. This adaptor actually allows you to hook up the phone that is already in  your house, to your computer, and then your Internet connection. What the ATA  does, is turn the analog signals your phone sends out into digital signals that  can be sent over the Internet. Setting up this system is quite simple. It simply  requires that you order an ATA (its an adaptor remember), plug the cable from  your phone which would normally go into the wall socket into the ATA, and then  the ATA gets plugged into your computer, which is connected to the internet.  Some ATAs include software that has to be installed on your computer before its  ready, but basically it's quite a simple process. Then you are ready to make  some calls. &lt;/p&gt;  &lt;p align="left"&gt;The next type of VoIP usage utilizes IP Phones instead of your  home phone. The IP Phone looks just like a normal phone, with all the same  buttons and cradle, the only difference is that instead of having a normal wall  jack connector, it has an Ethernet connector. This means, that instead of  plugging in your IP phone to the wall jack like you would with a regular analog  phone, it gets plugged directly into your router. This option allows you to  circumvent your personal computer, and it also means that you will not have to  install any software, because its all built in to the handset. In addition, the  fact that Wi-Fi IP phones will soon be available, which will allow subscribing  callers to make VoIP calls from any Wi-Fi hot spot, make this option an exciting  possibility. &lt;/p&gt;  &lt;p align="left"&gt;The simplest and cheapest way to use VoIP is through  computer-to-computer calls. These calls are entirely free, meaning no calling  plan whatsoever. The only thing you need, is the software which can be found for  free on the internet, a good internet connection, a microphone, speakers, and a  sound card. Except for your monthly internet service fee, there is literally no  cost for making these calls, no matter how many you make. &lt;/p&gt;  &lt;p align="left"&gt;For large companies, VoIP also offers some very unique  possibilities. Some larger companies are already utilizing the technology by  conducting all intra-office calls through a VoIP network. Because the quality of  sound is comparable to and in some cases surpasses that of analog service, some  international companies are using VoIP to route international calls through the  branch of their company nearest the call's destination and then completing it on  an analog system. This allows them to pay local rates internationally and still  utilize the same intra-office VoIP network that they would if they were calling  someone in the next cubicle over. &lt;/p&gt;  &lt;p align="left"&gt;&lt;strong&gt;Other Advantages of VoIP&lt;/strong&gt; &lt;/p&gt;  &lt;p align="left"&gt;While your current long-distance plan covers you for only one  location, say calls made from your office, with VoIP, you can make a call  anywhere that you can get a broadband connection. That is because all three  methods above, unlike analog calls, send the call information via the Internet.  This means you can make calls from home, on vacation, on business trips, and  almost anywhere else. Anywhere you go, with VoIP you can bring your home phone  along with you. In the same way, computer-to-computer connections mean that as  long as you have your laptop and a connection, you're ready to go. &lt;/p&gt;  &lt;p align="left"&gt;There are also some nifty benefits to having your calls  transmitted over the Internet. For example, some VoIP service providers allow  you to check your voicemail via your e-mail, while others allow you to attach  voice messages to your e-mails. &lt;/p&gt;  &lt;p align="left"&gt;&lt;strong&gt;How VoIP Works&lt;/strong&gt; &lt;/p&gt;  &lt;p align="left"&gt;The current phone system relies on a reliable but largely  inefficient method for connecting calls known as circuit switching. This  technique, which has been used for over 100 years, means that when a call is  made between two people a connection is maintained in both directions between  callers for the duration of the call. This dual directional characteristic gives  the system the name circuit. &lt;/p&gt;  &lt;p align="left"&gt;If, for example, you made a 30-minute call the circuit would be  continuously open, and thus used, between the two phones. Up until about 1960,  this meant that every call had to have an actual dedicated wire connecting the  two phones. Thus a long distance call cost so much, because you were paying for  pieces of copper wire to be connected all the way from your phone to the  destination phone, and for that connection to remain constant throughout the  call. Today, however, your analog call is converted after leaving your house to  a digital signal, where your call can be combined with many others on a single  fiber optic cable. While this system is certainly an improvement over the past  copper wire system, it is still quite inefficient. This inefficiency is due in  part to the fact that the telephone line can't distinguish between useful  talking and unneeded silences. For example, in a typical conversation while one  person is talking the other person is listening. Thus the current analog system  uses roughly half its space sending useless messages like this silence. But  there is also more information, even down to pauses in speech, which under a  more efficient system can be effectively cut out rather than wasting the circuit  space. This idea of only transmitting the noisy bits of a telephone call and  saving a great deal on circuit space, is the basis of Packet-Switching, the  alternative method to circuit switching that the VoIP phone system uses. &lt;/p&gt;  &lt;p align="left"&gt;Packet-Switching is the same method that you use when you view a  website. For example, as you read this website, your computer is not maintaining  a constant connection to the site, but rather making connections to send and  receive information only on an as needed basis (such as when you click on a  link). Just as this system allows the transfer of information over the Internet  to work so quickly, so also does it work in the VoIP system. While circuit  switching maintains a constant and open connection, packet switching opens  connections just long enough to send bits of data called packets from one  computer to another. This allows the network to send your call (in packets)  along the least congested and cheapest lines available, while also keeping your  computer or IP phone, free to send and receive messages and calls with other  computers. This way of sending information, not to mention data compression,  makes the amount of information which must be transmitted for every call at  least 3-4 times less for VoIP than the exact same call in a conventional  telephone system. For this reason, VoIP is so much cheaper than conventional  calling plans. &lt;/p&gt;  &lt;p align="left"&gt;&lt;strong&gt;The Future of VoIP &lt;/strong&gt;&lt;/p&gt;  &lt;p align="left"&gt;While most analysts believe it will be at least a decade before  companies and telephone providers make the full switch to VoIP, the potential  for the technology's use today is already quite astounding. A report by the  Forrester Research Group predicts that by the end of 2006, nearly 5 million U.S.  households will be using VoIP phone service. With the savings and flexibility  that the technology already offers, and new advances just ahead on the horizon,  we can expect those numbers will only increase in the future.&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2740622102619363341-7783324991102896856?l=webinfopedia.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://webinfopedia.blogspot.com/feeds/7783324991102896856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2740622102619363341&amp;postID=7783324991102896856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/7783324991102896856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2740622102619363341/posts/default/7783324991102896856'/><link rel='alternate' type='text/html' href='http://webinfopedia.blogspot.com/2007/11/voip-explanation.html' title='VoIP Explanation'/><author><name>FreeForBiz</name><uri>http://www.blogger.com/profile/01824590874641619859</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
