Category View
http://www.nikkifarquharson.com/projects/65modernproverbs.php
Quote of the day:
There are lots of ways of being miserable, but there’s only one way of being comfortable, and that is to stop running round after happiness. If you make up your mind not to be happy there’s no reason why you shouldn’t have a fairly good time. – Edith Wharton
Access your files from anywhere with Windows Live SkyDrive
In the old days, when you wanted to work on a file on different computers, or give a file to someone, you had to save it on a floppy disk. If you didn’t have your own computer, that floppy disk was often the only copy you had of important files such as your résumé, your Microsoft Money file, or an important presentation for work. Storing your information on floppy disks was a dangerous game. They could be easily damaged or lost.
Those floppy disks didn’t store much either—800 kilobytes (KB). These days one photo can be 5 megabytes (MB). to share your files with.
Read more at Access the files on your home computer when you are on the road
SkyDrive Explorer is a free, easy-to-use, but very powerful extension for Windows Explorer. With SkyDrive Explorer you can make any every-day operations with your documents from Microsoft Live SkyDrive™ service (read more…) using Windows Explorer, as if they were on your computer.
Moreover you don’t need to install and configure any additional programs or ActiveX components. SkyDrive Explorer will organize the interaction with the online storage itself.
Among the features :
Multifunctional
Easy
Secure
Cross-platform
|
Bing (Search Engine): Steve Ballmer, Powerset (company), Windows Live SkyDrive, Facebook, E- mail, Yahoo!, Yahoo! Search, Windows Live, Google search, … Zune HD, Web search engine, Microsoft |
Continue reading "Windows Live SkyDrive and SkyDrive Explorer" »
Pernah guna BING?
BING enjin carian internet dari Microsoft. Walaupun GOOGLE lebih mendominasi pasaran, guna BING juga pilihan terbaik buat pengguna.
Antara ciri menarik BING ialah gambar latarbelakang halaman cariannnya. Buat yang seronok mengumpul gambar-gambar menarik sebagai koleksi, rentap sahaja gambar latarbelakang tanpa bersalah.
Cumanya kerja lekeh ialah perlu mendapatkan setiap gambar yang bertukar-tukar kala setiap kali halaman carian baru dibuka atau diperbaharui.
Maka aplikasi berikut pasti meringankan sedikit beban mendapat dan menyimpan gambar tersebut.
Example #1 wordwrap() example
<?php
$text = "The quick brown fox jumped over the lazy dog.";
$newtext = wordwrap($text, 20, "<br />\n");
echo
$newtext;
?>
The above example will output:
The quick brown fox<br /> jumped over the lazy<br /> dog.
Example #2 wordwrap() example
<?php
$text = "A very long woooooooooooord.";
$newtext = wordwrap($text, 8, "\n", true);
echo
"$newtext\n";
?>
The above example will output:
A very long wooooooo ooooord.
Continue reading "PHP wordwrap — Wraps a string to a given number of characters" »
Mashing together multiple summary feeds with Yahoo! Pipes
If you only have one feed you don’t need to worry about this section.
The limitation to import only one feed into Facebook is a problem if
you work on several blogs. To solve this you can use Yahoo! Pipes to
mash together several summary feeds into one!

- Go to the Yahoo! Pipes website and build a new Pipe.
- Drag and Drop “Fetch Feed” from the sidebar on to the main window.
- Add your FeedBurner URLs to the Fetch Feed list. You can add multiple feeds by clicking the plus icon.
- Drag the circle at the bottom of the Fetch Feed panel to the top of the Pipe Output panel.
- Name the Pipe (top left) and save it (top right).
- Run the pipe (top center) and you will be redirected to the results.
- You can then take this result as RSS and use it with the Facebook RSS import feature!
Continue reading "Mashing together multiple summary feeds with Yahoo! Pipes" »
Ada problem rupanya dgn WP 2.7
Disebabkan Oraet.com ini berkongsi tapak sewa maka fungsi Curl yang diperlukan oleh WP 2.7 tidak menepati piawaian keselamatan.
Dek masalah itu telah mencacatkan sedikit keharmonian laman sesawang ini.
Cacat cela itu telah diperbaiki dengan mengaplikasikan kod berikut dalam fail functions.php yang terdapat dalam Theme yang sedang digunakan
function block_transport() { return false; }
add_filter('use_http_extension_transport', 'block_transport');
add_filter('use_curl_transport', 'block_transport');
add_filter('use_streams_transport', 'block_transport');
add_filter('use_fopen_transport', 'block_transport');
add_filter('use_fsockopen_transport', 'block_transport');
Joomla explanation of section, category and content
Joomla explanation of section, category and content E-mailThe Joomla Structure of Sections, Categories and Content
Most people show just stated out with Joomla have problems how to handle the different parts that make up the Content Structure of Joomla.
Especially the Section and category part seems problematic to understand.
But it is actually quite easy to work with if you understand the basic principle.Start simple and think about a book that You want to write!
Remember this, because with this book reference the idea of giving structure to your website is much easier to handle.So how-to structure your website?
As said , act like you are going to write a book.Joomla Section:
These are the parts of your book, not the Chapters!
Lets say we are going to build a site about Microsoft Word, than parts of your site could be like:
• Basics
• Layout
• Documents
• Standard documents
• Scripting Macro’s and Working environment.These Book parts can then be divided into different Chapters.
Joomla Category:
Now these are your Chapters !
Here you make the chapter structure of your book part, for instance the book part about standard documents:
• Standard settings
• Templates
• Layout profiles
• Menu creation and editing
• creating Forms macro’sJoomla Content:
Now You are going to write your pages, your articles for your book.And again reference your book on word as example:
Your write an article about managing templates in MS Word.
This article is placed on the site under the section(Book part) “Standard Documents” and into the category (Chapter) ” Templates”.Now Your site has the book structure build in and every visitors can find its way through the site much easier because he/she will see the way its structured.
If you later on should decide that an article is misplaced, you can move it into a new categorie with the “move” function of Joomla.
Continue reading "Joomla explanation of section, category and content" »










Recent Comments