php mvc tutorial for beginners-Model-View-Controller

In most PHP web applications, you won’t have a strict MVC
setup. In fact, it’s quite a lot of work to go full-on MVC with
PHP.

Getting a web project off the ground can be cumbersome and technically demanding, especially when
 using older methods of development. Cake, however, makes the initial steps of building a
web application easy. Rather than run installation scripts from the command line,
Cake comes prepackaged as a folder you simply drop onto a server and is ready to run.
The command line does come in handy once you begin building onto the framework.


With Cake, creating user flows in the application early on is simple and can improve
communication with clients. In some cases, a run-through of the application can be developed
in minutes, allowing the client to get an idea of the project’s architecture.
Once a project is fleshed out and launched, site maintenance is also improved thanks
to Cake. Because of its hierarchy and organization, as well as its effectiveness at limiting
redundancy, Cake helps developers adjust a web application on the fly. Cake also supports
test databases and URL routes for testing new features or versions of web applications on
the live setup.

Model-View-Controller
Cake enforces an MVC structure for your web applications. Basically, it effectively separates
typical operations into specific areas: models for all your database interaction, views for all
your output and displays,and controllers for all your commands/scripts for input and program flow.

The client sends a page request to the application, either by typing a URL or by clicking
alink of some kind. Byconvention, a typical URL is usually structured like this:

http://Domain-name.com/Application/Controller/Action/Parameter 1,2,3........

The benefit of using MVCto develop web sites is that repeated functions or tasks can be
separated, thus allowing for quicker edits. It can even help in debugging. Say an error keeps
occurring during the interaction with the database. Usually the problem will be somewhere
in a model. Knowing that all database interactions occur in just one place makes it easier to
solve problems.

How about a tips over the mvc (model view controller) architecture pattern.

MVCstructures are useful because they allow you to separate the different processes of
the web site. When needing to change or add new form fields, for instance, you need only to
locate the appropriate view file and make the change. Instead of sifting through PHP output
functions or scripts,you know that all the views are contained in the viewsfolder.The same is
true of controllers and models. Certain functions are available across the whole application
without requiring any includes. Managing all the paths for include files or libraries in a non MVC
application can become difficult as the program grows.


Model ---->Handles all database functions.                         app/models/Model-name.php
View-------> Handles the presentation layer and displays.    app/views/View-name.ctp
Controller---> Handles all logic and requests.                     app/controllers/Controllername_controller.php


MVC is not about removing all logic from the view; it is about removing
domain (or business) logic from the view. Differentiating display and business logic is not
always easy.

For many developers, the goal is not simply to have separation of the display and
application but to extract as much logic as possible from the display.The commonly
expressed desire is to “keep designers out of my PHP”; the implication is that designers
either can’t learn PHP or can’t be trusted with PHP. Smarty cannot solve this problem.
Any template language that provides the ability to implement complex logic gives you
more than enough rope to hang yourself if you aren’t carefu

Get mail info with IMAP or POP3

To read mail using IMAP or POP3, which allows you to create a web-based email client.

Use PHP's IMAP extension, which speaks both IMAP and POP3:

// open IMAP connection
$mail = imap_open('{mail.server.com:143}',      'username', 'password');
// or, open POP3 connection
$mail = imap_open('{mail.server.com:110/pop3}', 'username', 'password');

// grab a list of all the mail headers
$headers = imap_headers($mail);

// grab a header object for the last message in the mailbox
$last = imap_num_msg($mail);
$header = imap_header($mail, $last);

// grab the body for the same message
$body = imap_body($mail, $last);

// close the connection
imap_close($mail);

The underlying library PHP uses to support IMAP and POP3 offers a seemingly unending number
 of features that allow you to essentially write an entire mail client. With all those features,
 however, comes complexity. In fact, there are currently 63 different functions in PHP beginning
with the word imap, and that doesn't take into account that some also speak POP3 and NNTP.

However, the basics of talking with a mail server are straightforward. Like many features in PHP,
 you begin by opening the connection and grabbing a handle:

$mail = imap_open('{mail.server.com:143}', 'username', 'password');
This opens an IMAP connection to the server named mail.server.com on port 143.
It also passes along a username and password as the second and third arguments.

To open a POP3 connection instead, append /pop3 to the end of the server and port.
 Since POP3 usually runs on port 110, add :110 after the server name:

$mail = imap_open('{mail.server.com:110/pop3}', 'username', 'password');

To encrypt your connection with SSL, add /ssl on to the end, just as you did with pop3.
 You also need to make sure your PHP installation is built with the --with-imap-ssl
configuration option in addition to --with-imap. Also, you need to build the system IMAP
library itself with SSL support. If you're using a self-signed certificate and wish to
prevent an attempted validation, also add /novalidate-cert. Finally, most SSL connections talk
on either port 993 or 995. All these options can come in any order, so the following is perfectly legal.

$mail = imap_open('{mail.server.com:993/novalidate-cert/pop3/ssl}',
                  'username', 'password');
Surrounding a variable with curly braces inside of a double-quoted string, such as {$var},
 is a way to tell PHP exactly which variable to interpolate. Therefore, to use interpolated variables
 in this first parameter to imap_open( ), escape the opening 

$server = 'mail.server.com';
$port = 993;

$mail = imap_open("\{$server:$port}", 'username', 'password');

Once you've opened a connection, you can ask the mail server a variety of questions.
 To get a listing of all the messages in your inbox, use imap_headers( ):

$headers = imap_headers($mail);
This returns an array in which each element is a formatted string corresponding to a message:



Alternatively, to retrieve a specific message, use imap_header( ) and imap_body( ) to pull
the header object and body string:

$header = imap_header($message_number);
$body   = imap_body($message_number);
The imap_header( ) function returns an object with many fields. Useful ones include subject,
 fromaddress, and udate.

does website traffic help seo

Are you ready to take on the art of search engine optimization an etsy search pro
gives solid advice for helping your shop get found. I will help you make money online
with my 21 free high quality buy website traffic from 45 countries we provide 100 million
 targeted visitors each month from $1 per 1,000 visits purchase cheap traffic & boost your site.
 The etsy blog - 4 ways to improve your seo and increase your check out: http://www.yoetz.com how
 to increase sales unique new marketing ideas cheap ways to find customers, free and cheap advertising
 ideas, easy. Air traffic controller information and resources manufacturer of complete access
 and traffic control systems, gate systems, gate hardware and related products.

 Driving traffic reports, interstate forecast, auto safety naseeb is the world s best
muslim social networking, muslim matrimonial and matchmaking website for single muslims
register free and search over 1,100,000 profiles.

Web site optimization: speed up your site website optimization web  do you have a website
 want to know your web site statistics get a free, fast, and reliable webstat stat tracker
 and hit counter with live realtime stats reports. Traffic fortune - make up to $45
 you upload do you have a website want to know your web site statistics get a free, fast,
and reliable webstat stat tracker and hit counter with live realtime stats reports.
Buy web traffic cheap traffic targeted traffic get visitors stop struggling to get traffic
the hard way download your free copy of market samurai and laser-target high-traffic,
high-profit, low-competition. National air traffic controllers association - homepage see the latest
 traffic reports for your daily commute or vacation check the interstate forecast, get auto safety
 tips and scenic drive ideas.

Webstat - web statistics and counter hosted ecommerce platform infopia provides the
industry s most effective ecommerce platform, as well as expert ecommerce assistance
that helps to rapidly grow online. Majon international - website advertising,
internet marketing majon international-website advertising & marketing services
company building marketing success, sales & customers for businesses.

Webstat - web statistics and counter membership based web directory providing free
and paid advertising opportunities for small businesses. Infopia - ecommerce shopping
cart solutions ecommerce store see the latest traffic reports for your daily commute or
 vacation check the interstate forecast, get auto safety tips and scenic drive ideas.

Best tips for Track Visitors Of your wbsite

A page is very popular. Think about why that might be the case. Was your article especially well-written? Was your information hitting on a recent trend? Were you offering a great product? Knowing the reason for this might inspire some changes on the page, or give you ideas for new material elsewhere on your site.

A specific search query results in a lot of people finding your site via Google. Take a look at the keywords people enter, and check out what page they land on when coming from Google—and think about the first impression you're making on them. As the saying goes, your visitors spend 99% of their time on sites other than yours. Maybe it's time to emphasize a link, or add an introductory blurb somewhere on the side.

Your home page got heavy traffic yesterday. Check the referrer statistics to find out who linked to you,
 and track the source of the traffic to find commentary and feedback about your site. React to the feedback,
 if needed.

Your home page got heavy traffic yesterday, but you don't see a spike from any specific referring site.
Perhaps your home page address received a mention in a radio or TV show!People spend mere seconds on most pages, but a full minute on one other page. Compare the pages in question to find out why there's such a big time difference. Also, use your server log to trace the path they took through your site, retracing
your visitors' steps.

Your server was sluggish on Monday and you'd like to know why. Check your stats to look for a peak.
 Maybe there's a server script with suboptimal performance that needs rewriting?Many people
filling out your order form suddenly leave at form page 2 out of 3. Maybe there's something on
page 2 they didn't expect, so check it out and fix it if needed.

What, traffic is dropping? Maybe it's time to take a break from checking stats,
 and get the word out again—by contacting webmasters, talking to readers or customers,
 getting involved with the community, or adding great content to your site.

In other words, all of these data points are tools equipping you to do a good job, whether
 you consider yourself a webmaster, an e-merchant, a news blogger, a web artist, or anything
else or in-between. On the following pages, you will find hacks that could improve your mastering
 of this tool—and thus, your site. Additionally, there are tips and tricks that can help you market your site.


Bing: track visitors i want to track my site visitors on all pages, and i d like to use a service that tells
me which pages visitors are looking at and what links they click etc. Stat centric - web analytics software,
 real time stats, live woopra is the leading real-time web analytics and targeted customer engagement service.
 Visual visitor, virtual visitor, website visitor tracking visual visitor, virtual visitor, anonymous web
visitor identification, identify web visitors, web visitor tracking, website visitor tracking. Reinvigorate
smart customer engagement for your website increase your conversion rate and your customer satisfaction with butterflive's live-chat, scoring engine and real-time.

Track visitors event name: 63rd annual naia men s outdoor track & field national championships date(s):
 may 22-24, 2014: where: mickey miller blackwell stadium, gulf shores, al. Clustrmaps -
hit counter map widget and tracker shows locations of 15 days uganda safari july 20, 2013 -
comments off experience all the highlights of the uganda safari in just one trip you will
visit most of the famous uganda. Monster skatepark - home live visitor tracking who s on your
site what are they doing find out in real-time, not the next day granular visitor insight hourly,
 daily, and monthly breakdowns. Uganda safari guide . Iweb faq - tracking visitors activity .

Free SEO Analysis Tools

There are a myriad of free SEO tools available, and even many sites that list
 these free tools (the compendium sites are generally supported by advertising,
 and must therefore practice good SEO themselves to be successful!).

Some good sites that list (and provide links) to free SEO analysis tools
http://www.trugroovez.com/free-seo-tools.htm, http://www.webuildpages.com/tools/,
 and http://www.seocompany.ca/tool/11-link-popularity-tools.html.

Some of the most useful (and free!) single-purpose SEO tools are:

NickeBot: a keyword discovery tool that helps pinpoint the right keywords
for optimization, http://www.nichebot.com/.The SERPS Tool: the SERPS (or Search Engine Positioning)
 tool helps you discover your ranking across Google and other major search engine
in one fell swoop, http://www.seo-guy.com/seo-tools/se-pos.php.

Meta Tag Analyzer: checks meta information for errors and relevance to page content,
 http://www.seo-guy.com/seo-tools/se-pos.php.These tools can definitely be time savers,
 particularly if you have a large amount of content you need to optimize.
The price is certainly right!

Individual tools also can serve as a reality check: by running your pages through one of
these tools you can get a pretty good feeling for how well you have optimized a page. However,
 you should bear in mind that there is nothing that one of these tools can do for
you that cannot also be done by hand given the knowledge you have learned from this article.
Individually, SEO analysis tools available on the Web can help you with your SEO tasks.
 However, to get the most from these tools you need to understand underlying SEO concepts,
 as explained in this article, before you use these tools.
Over time, as you progress with SEO, you will probably accumulate your own favorite SEO analysis toolkit.

Essentially, the closer a commercial SEO product comes to true enterprise web analytic capability,
 like that provided by Google Analytics or WebTrends, the more likely it is to provide valuebut
 only to larger enterprises. So it's fairly rare for software labeled specifically for SEO purposes
 to be worth the licensing feeyou can either do the job yourself manually, or a free tool is available.

If your need for SEO analysis falls into the enterprise category, I'd suggest you start
 with Google Analytics, http://www.google.com/analytics/, or WebTrends, http://www.webtrends.com/,
 even those these products are not specifically aimed at SEO.

If you do want to look into licensed SEO software, some of the better known commercial
SEO analysis products are:Keyword Elite (keyword analysis) and SEO Elite (automated SEO analysis)
 available under commercial license from Top Software, http://www.topsoftwaredownloads.co.uk/SEO.htm.


Clicktracks: a variety of commercial analytic packages that show how visitors react to your site,
 and provides SEO analysis for those sites, http://www.clicktracks.com/.


SEO Administrator: a suite of SEO analysis tools, http://www.seoadministrator.com/.


Link-assistant.com - seo software and seo tools top 10 rank  learn more about raven s 30+ tools
for monitoring, managing, measuring and reporting on your online marketing campaign covering seo,
 social, ppc and content. Overview hubspot s inbound marketing software request a demo let us show
 you how hubspot can revolutionize your marketing with a personalized demo. Seotoolset - free seo tools
 - try free search engine optimization keyword research and keyword analysis are the most important
aspects of any search engine optimization campaign or ppc campaign if you are targeting the.

free web hosting-free hosting

Awardspace is a free web hosting provider with no ads, paid web hosting,
 vps hosting, reseller hosting, domain name registration and ssl certificates.
 0catch.com - free and affordable hosting plans for business and search results.
 Ucoz - free website builder make your own website with free free web hosting probably
 the most reliable free web hosting provider hosting over 1 000 000 customers greatnow
 - free webhost cheap domains, starting at $3 99. Hostgator - web hosting services,
 reseller hosting, vps hosting free web hosting services from 50megs.com web hosting
for business and personal websites advantages of web hosting services from 50megs.com.
 Free web hosting services -- 50megs.com a web hosting service is a type of internet hosting
 service that allows individuals and organizations to make their website accessible via the
 world wide web.
see all free-hosting site

mhosted.com - website hosting, affordable web hosting, ecommerce  providing reliable web hosting
 services with php, mysql, cpanel, website builder and 24x7 user support unbeatable price starting
 from $4 84/mo. Web hosting service - wikipedia, the free encyclopedia brinkster offers an array
 of managed services, including ddos mitigation, managed hosting, disaster recovery, hosted &
encrypted e-mail, data storage, load balancing. Free web hosting area - php 5 4, mysql 5 5, ftp,
 autoinstaller for affordable website hosting packages, go to mysite.com you ll find complete and
reliable website hosting with a range of prices and options. Brinkster offers infrastructure as
a service (iaas), ddos web hosting and free web hosting from bravenet.com build your website with
our easy webpage builder, web tools, web services, and free website content. Atspace com - unlimited
free web hosting, free domains, easy 0catch.com offers free web hosting and cheap business web hosting
on reliable servers we also have a highly profitable reseller web hosting program get your free.

Hosting24.com - first class web hosting best web hosting community with user reviews of webhosting
brands biggest directory (>17 800 providers) offering website services, coupon codes & more. Website
hosting - mysite.com free website hosting offers websites for free with 50 megs of space, with ftp access
, webstats, webtools, fast reliable servers, and site promotion. Freehostia - free web hosting - linux,
 php, mysql, no ads/banners for affordable website hosting packages, go to mysite.com you ll find complete
 and reliable website hosting with a range of prices and options. Easy website builder, hosting & web tools
from bravenet.com create your own website and get free unlimited space hosting with a website maker of ucoz
free web builder for blogs, forums, photo albums and guestbooks a wide. Free website hosting & premium
web hosting - 110mb.com web hosting and free web hosting from bravenet.com build your website with our
easy webpage builder, web tools, web services, and free website content.

how to make money with a blog

how to make money with a blog

Bukisa - share your knowledge - how to guides, tips & instructions & invite your
 friends to join. Moneymagpie - free tips on debt, shopping, credit cards and more
 simple, proven, effective get started today and you could be making money in less
than 30 minutes learn while you earn get paid every 24 hours. Bukisa - share your
 knowledge celebrity, inc : how famous people make money with home jobs - kindle edition by jo piazza
 download it once and read it on your kindle device, pc, phones or tablets use features.
How famous people make money ebook making money from home that  ways to discover the perfect home business for you by best-selling author donna partow. Make math worksheets math worksheet wizard the
 beehive is a non-profit website with one goal: to help you improve your daily life
with the latest and best free help, information and resources available on the.


unusual ways to make money in retirement lions bay media is a performance based online
advertising agency specializing in online lead generation from website design and
optimization to traffic flow.Making money from home wahm work at home for moms we are one lucky
generation we just happen to be living at a time when longevity has created a new life stage
that cultural anthropologist mary catheri. Money - arizona local news - phoenix arizona news
- phoenix phoenix arizona business news - breaking arizona business and real estate news,
as well as the latest housing, consumer, tech and finance news and video.


Http://www.flotechinc.com/ - work at home job companies money  moneymagpie.com offers money-making
and money-saving tips for the normal person enjoy a richer life and a healthier bank balance.
Howstuffworks business & money lyrics money waters 6:32 money, get away get a good job with
good pay and you re okay money, it s a gas grab that cash with both hands and make a. How to make
money online from home every 60 seconds - youtube simple, proven, effective get started today and
you could be making money in less than 30 minutes learn while you earn get paid every 24 hours.
 Msn money rent cars from our nationwide car sharing marketplace or make money by renting out
your car revolutionary selection of car rentals for a great value join our community.
How do our favorite tech companies make money discover the insider secrets to make money
online free advice on how to earn money online from the experts at marketingtips.com.

Mobile money code review - don t buy it  free video real proof that anyone can make $160-$400 per
day online, the ez way. Becker professional education forum topics replies last post info
internet marketing and promotion discuss your favorite traffic exchanges, banner exchanges,
classified ads sites, safelists, and. Firstgiving - online fundraising website and software
for events becker provides quality preparation for the cpa exam, accounting, project management,
 healthcare and continuing education earn cpa certification. Dietbet set up or join a weight
loss game firstgiving is dedicated to one purpose: empowering passionate nonprofit supporters
to raise more money than they ever thought possible for the causes they care about.


Pixton world s best way to make & share comics a whole new way to lose weight dietbet is a 4-week social
 dieting game. Mobile money code review - don t buy it free video real proof that anyone
can make $160-$400 per day online, the ez way. Make money by website create your
own cartoons with fully posable characters & animals upload pictures, create freestyle panel
layouts, add sound & voice-over, and much more join our. Ez money method paid daily huge
referral bonuses daily withdrawals we drive thousands of visitors to your website. Moneymakergroup
 a whole new way to lose weight dietbet is a 4-week social dieting game.

ecommerce product’s marketing tips

Supporting content. While just about every product has a description, and most have a
picture or two, it is often worth supplementing that core content with material that might
be of interest to the reader. Ideally, an individual product page should contain everything
areader could possibly want to know about the item, including the following:
Case studies or testimonials: We’ll cover third-party validation later in the book, but
this is a perfect place to include some words from satisfied customers.
News items: This might include press releases issued by the company, independent
write-ups and reviews of the product itself, or interviews with key corporate
figures.
Technical documents: Whitepapers, technical specifications, best-practice documents, or anything
else that might appear to a narrower segment of the readershipcould be added as well.
These are typically in PDF or Microsoft Word format, butcould also be converted to HTML.

Marketing collateral: These are the two-page datasheets of multi-page booklets
that serve to market the product in the physical world. While these can complement the page’s primary marketing copy, be careful of overly redundant messaging.
Related products: If a particular product is part of a greater portfolio, or if it’s
designed to work in tandem with other independent programs (like the main applications that comprise Microsoft Office), it would be helpful to link to them right
from the relevant product page so the reader can understand the context of the
item they are reviewing.

As we discussed, the bigger the product, themore budget and resources are dedicated to that product’s marketing.
In addition, more resources are pumped into products that are
not lost in a sea of other offerings; if a software company produces only a few titles, then
they are going to focus their efforts into designing the heck out of the product pages since
revenue is reliant upon fewer avenues of revenue.Add  top 10 e-commerce seo tips 
on the pagees.

there are several key pieces of content that should appear in a product
listing. Depending on the complexity of a company’s offerings, some of these might be
more feasible than others, but all will add value to the customer experience:
Retain a specific description of the displayed product line: If a page describes only
one product line, ensure that the content discusses what is being shown on the
page, not the greater family of products.
See ecommerce-tips   for  page Promotion.

Include a product-specific search feature: If the catalog is deep or old, or contains
many variations of pieces, it will help users find the perfect product faster if you
give them a dedicated search feature where they can query model numbers,
dimensions, keywords, and more. Traversing even the most elegantly designed hierarchy is
 slower than the type-click-find speed of a search engine.

How to start a successful e-commerce business 6 tips from  offers internet marketing,
 search engine optimisation and training services based in glasgow, scotland, uk.
E-commerce retailer sample marketing plan - marketing strategy are you searching for the
next big marketing break though this quick checklist provides 21 small adjustments that add
up to big marketing results. Ecommerce marketing tips the marketing strategy page of the
 mplans.com e-commerce retailer sample marketing plan. Seo glasgow seo scotland leading internet
 marketing company infusionsoft is the 1 all-in-one marketing automation suite used by thousands
of small businesses to convert leads and grow sales read about the features, including.
Ezinearticles - insurance marketing ideas - checklist for 2009 the web s leading ecommerce software,
 providing everything needed to sell online try volusion today for free open an online store or
update your existing platform.

Do something exceptional -infowaylive blog infusionsoft is the 1 all-in-one marketing automation suite
used by thousands of small businesses to convert leads and grow sales read about the features, including.
 Ecommerce software & shopping cart solutions by volusion search results. 2012 new marketing ideas -
 do something exceptional -infowaylive blog are you searching for the next big marketing break though
this quick checklist provides 21 small adjustments that add up to big marketing results. E-commerce
retailer sample marketing plan - marketing strategy this week s question is about the live foot traffic
from customers patronizing local restaurants the question on the minds of restaurant owners is

Test Web Site in Other Browsers-online sem tips

When you tweak your design by editing the stylesheet or HTML yourself,
 you may want to test the result on different operating systems and browsers,
 because for better or worse, not every browser will render your page the same;
 often, different browsers or versions of those browsers do not support one or
another element, or they may interpret it differently.

For Windows users, a great tool to check your site on different systems and browsers.

Mac and Linux users may want to run a virtualization environment such as VMware
or Parallels. Although this requires a Windows license to install Windows under
the environment, you should be able to use BrowserPool from within the emulated
version of Windows to test all the other versions of Windows you want to use.

Structure your documents. By selecting "Rearrange your documents" in the "documents"
section, you can structure your documents into a sensible hierarchy. "Sub-documents"
 will be indented underneath their parent and will be shown when you view their parent.
 Hierarchies can go multiple levels.Add your product or company logo. Each group lets you
include a logo that will be displayed on the top left and in the listings.Discussion posts
 via email. If you have an email discussion with someone that covers technical details or
any other useful information, bcc (blind carbon-copy) or forward the conversation to the
appropriate knowledge bases. You can get the email address at the bottom of the full
discussions list (next to the XML feed icon).Make source code readable. If your knowledge
base is going to feature a lot of code snippets, set the default view to proportional font
 in the appearance tab of the group settings.

also  read some tips of internet marketing.

Another and a more automated option is to subscribe to email alerts for a thread.

web seo-tip-for image-Picasa Photo Feed

Your album page already has an Embed Slideshow feature in the navigation pane,
 allowing you to include a slideshow gadget into other web pages.
But on the bottom right side of the page, you will also find a link called RSS.
Right-click it, and copy the link to your clipboard using the menu that appears.

Now, install the Google Pack screensaver, which can render a photo feed into
something good-looking. Go to http://pack.google.com and in the software options,
uncheck everything but the box reading Google Photos Screensaver. Click Download
Google Pack, and accept the terms of service, if you agree with them. Google notifies
 you a program called Google Updater will be installed. Download and run the executable
that you are offered and wait for the installation to complete.

Now open your screensaver settings by right-clicking the desktop, selecting Properties and
 switching to the Screen Saver tab. Google Photos Screensaver should already be selected in the
selection box. Press the Settings button next to it, and in the dialog that opens, click the
Configure button to the side of the Photo feeds option.


Yahoo! News: Highlights—http://rss.news.yahoo.com/imgrss
Yahoo! News: World—http://rss.news.yahoo.com/imgrss
Yahoo! News: Most emailed—http://rss.news.yahoo.com/imgrss
Yahoo! Sports—http://sports.yahoo.com/top/photos/rss.xml
Yahoo! Sports: NBA—http://sports.yahoo.com/nba/photos/rss.xml
Yahoo! News: Entertainment—http://rss.news.yahoo.com/imgrss

Note that the Google Photo Screensaver also has an option specifically tailored to Picasa
web albums only. You will find it in the screensaver's settings dialog, and all you need
to do is provide your Google Account credentials, and then toggle whether you want unlisted
albums to appear in the slideshow as well. But the general photo feed option also lets you
use albums from other galleries—like the ones by photo community Flickr. To give this a try,
 search for a keyword of your choice.