Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under html...

gltss says...

Filed under: html

Mike says...

 

 

I've written about Zenfolio before (Zenfolio Photo Website Discount), so I won't go into all that it offers - just my new discovery!

One of the resources they offer is the ability to easily create an "Embeddable Slideshow".  You get many options including:

 

  • Size and aspect ratio
  • Background color
  • Amount of time to display each image
  • Kind of transition
  • Plus several more
After you've made your selections, you just click on the "Create Slideshow" button and it automatically generates the html code to copy and paste into your website - - or here at Activerain in a blog post (like this one) - - or in your Activerain Profile.

I know that there are many other ways to create these automatic slideshows - I've seen many of them right here at Activerain.  I just wanted to show you another nice feature offered by Zenfolio.  One bonus is it automatically links back to your gallery on Zenfolio.

Filed under: html

chrisrat says...

Thank you html code tutorial!

Filed under: html

Spyros says...

Quite a nice screencast by Techmic.com that discusses HTML5, Microformats and CSS3. This 15 min video is ideal for a coffee break. You need QuickTime to watch it. Go to http://www.techmic.com/screencasts/html5-microformats-css3-1/ and click on the blue button on the left side of the screen.

Filed under: HTML

lukasztyrala says...

Filed under: html

I've been interested in web development / design for over 10 years. I've dabbled, dawdled, played and did a little here and there, but nothing fancy...ever. I know a little HTML, I've gotten much better at CSS, but from there my knowledge terminates. What's missing? PHP, MySQL, ie: server-side programming.

I'm working on a major project that will require an extensive MySQL database with heavy PHP scripts running on all pages of the site. I once took a seminar on MS Access which taught me a little about relational databases, which turns out to be important because that's the 'heart and soul' of MySQL.

I found a book, "PHP in a Nutshell" which I plan to get my hands on soon. I'm hoping this book will help launch me into a whole new world of understanding and website development. My site idea requires a great deal more knowledge and experience than I have currently, so here goes nothing.

I'll post a vague summary of my project in the near future. For now, check out my other project here.

Filed under: HTML

Markus Merz says...

Lidl-Newsletter Mal schauen was Posterous aus so einem doch recht stark verschachtelten Tabellen-Newsletter erstellt. Ich zähle sechs oder sieben Tabellenebenen.

Problem könnten/dürften feste Zellengrößen sein. Wenn solche Tabellen also nach rechts aus dem Layout laufen, dann betrachte ich das nicht als Posterousproblem.

Ist ja einfaches HTML-Layout, aber man weiß ja nie...

Nachtrag: Yep, die Tabelle läuft nach rechts raus, ist aber ansonsten komplett erhalten. Die komplette Tabelle sehe ich im Posterous-Editor ordentlich wie im Original. Ein entsprechendes Seitenlayout vorausgesetzt, kann man auch solche Tabellen nach Posterous weiterleiten und ohne weiteren Aufwand publizieren. Interessant für Mail-Newsletter-Verschicker, die auch eine einfache Webplattform suchen (als Archiv, für Google, wg. dem RSS-Feed, Social Media, etc.)

-------- Original-Nachricht --------

Betreff: Lidl Newsletter: Neue Angebote, ab 23.11.
Datum: Mon, 16 Nov 2009 09:20:20 +0100

Lidl-Newsletter

Hinweis: Sollte dieser Newsletter nicht korrekt dargestellt werden, so aktivieren Sie bitte den Bilddownload in Ihrem Mailprogramm bzw. Ihrem Web-E-Mail-Account und fügen Sie unsere E-Mail-Adresse info@newsletter.lidl.de Ihrem Adressbuch oder Liste sicherer Kontakte hinzu. Oder öffnen Sie unsere Online Variante der E-Mail.


Das erwartet Sie!
ab Montag,
23. November




Lidl.Genuss mit Stern

Lidl.Genuss mit Stern

jetzt anschauen



Faszinierende Technik

Bequeme Mode - lässiger Stil

Faszinierende Technik, ab 23.11.
Bequeme Mode - lässiger Stil, ab 23.11.

weitere Angebote
weitere Angebote

FUJIFILM 12,2-Megapixel-Digitalkamera FINEPIX J38

FUJIFILM 12,2-Megapixel-Digitalkamera FINEPIX J38

je Stück




99.99*

Digitaler Satelliten-Receiver mit 250-GB-Festplatte

Digitaler Satelliten-Receiver mit 250-GB-Festplatte

je Stück




159.00*

Herren-Wollmütze

Herren-Wollmütze

je Stück




6.99*

Teleskop-Fotostativ

Teleskop-Fotostativ

je Stück




7.99*

HDMI-DVD-Player mit 7-in-2-Speicherkarten-Lesegerät

HDMI-DVD-Player mit 7-in-2-Speicherkarten-Lesegerät

je Stück




49.99*

Herren-Flanellhemd

Herren-Flanellhemd

je Stück




6.99*

Philips Multimedia-Lautsprecher 2.1, SPA 1302

Philips Multimedia-Lautsprecher 2.1, SPA 1302

je Stück




19.99*

HDMI-Verbindungskabel

HDMI-Verbindungskabel

je Stück




7.99*

2 Herren-Langarmshirts

2 Herren-Langarmshirts

je 2 Stück




7.99*

Akku-Steckerladegerät

Akku-Steckerladegerät

je Stück




4.99*

Fotokalender 2010

Fotokalender 2010

je Stück




3.99*

Herren-Jeans

Herren-Jeans

je Stück




9.99*

Filed under: HTML

tinadsgn says...

It’s cute on the surface but think about it…

The CSS is always telling the HTML what to look like, how to say things, how to carry itself. This sounds like a very controlling relationship. Granted no one ever hears the CSS without the HTML, so I guess it balances out in a weird way.

Still, very cute nonetheless.

Image via: SwissMiss

Filed under: html

michelle says...

via Jeffrey Palermo (.com) by Jeffrey Palermo on 11/13/09

Background

Headspring has developed and donated Portable Areas to the MvcContrib project.  It currently resides in the MVC2 branch on the MvcContrib GitHub source control site.  Eric Hexter has written a multi-piece tutorial on how to create and publish a Portable Area assembly.

Download code here.

A Portable Area builds on the concept of an ASP.NET control, and it takes it a step further.  Whereas a control can encapsulate a certain part of the page to deliver rich functionality, a Portable Area can encapsulate an unlimited number of pages in a single assembly.  The Portable Area in itself is an ASP.NET MVC 2 area that is packaged in a certain way into a single .Net assembly.

Component vendors have offerings of rich functionality packaged up into web controls.  Now with MvcContrib layered on top of ASP.NET MVC 2, component vendors as well as you and I can package and distribute entire sections of functionality in a single binary.  Think of comprehensive user administration and diagnostics.  Think of executive dashboards and content management.  All this rich front-end functionality can be packaged and distributed while at the same time allowing for the application to examine and process messages being sent from the Portable Area.

For example, a dashboard portable area might need 5 key metrics based on the type of dashboard used.  It sends a QueryMessage to the application (via the Portable Areas bus) requesting these metrics.   A query message handler that the application defines accepts the query message and provides the metrics for the portable area to consume and publish on the rich dashboard.

In this application, I want to demonstrate how Portable Areas, while being based on ASP.NET MVC 2, are a generic ASP.NET component model.  This example, available via the MvcContrib CodePlex page, is a standard Web Forms application with the LoginPortableArea configured.  This is just the first sample portable area that is included in MvcContrib’s MVC2 branch.

Enabling MVC routes and views in a Web Forms app.

In you web.config, you will need to add the following section in your <pages/> element:

image

Also, you need to add the UrlRoutingModule to the <httpModules/> element:

image

You will also need a Site.Master page in the page where the Portable Area expects it.  This may be a future enhancement, but it must implement content placeholders for TitleContent and MainContent.  Use it to adapt the sections of your existing master page so that views delivered by the portable area fit nicely within your own master page.  Also notice the web.config file that must be in the Views folder (just copy it from an empty ASP.NET MVC project):

image

Registering the LoginPortableArea and handling messages sent by it:

In your Global.asax file, there are a few lines of code to register the portable area:

image

Notice that you are registering two classes of your own:

  1. LoginHandler
  2. ForgotPasswordHandler

We will explore LoginHandler, but download the code if you care to see the ForgotPasswordHandler.  We register handlers with the bus so that we have classes that can be created and passed the messages.  Here is what LoginHandler looks like:

image

Derive from MessageHandler<TMessage> or implement IMessageHandler fully.  Putting the type of the message in the declaration will tell the bus that this handler knows how to handle that message type.  It is possible to create a handler that can inspect ALL message types by implementing IMessageHandler fully. 

There are three types of messages that a Portable Area might send:

  1. IEventMessage : informational purposes
  2. IQueryMessage : requesting some information
  3. ICommandMessage : requestion the app to perform some action

All the message types are IEventMessage(s), and they all flow down the same bus.  There is a handler factory abstraction you can set so that you are in control of the construction of event handler classes.  The default that is built in is Activator.CreateInstance() – requires a no-arg constructor.

Once this is wired up, we can run our app and see the only page present, Default.aspx

image

This is our only Web Form in the application.  It uses some built-in login controls to show who is logged in as well as links to login and log out.  I have configured forms authentication in the web.config file.  We will run the browser and step through the sequence of screens:

image

We see that we are not logged in.  Let’s click the “Login” link . . .

image

Now we are in the Portable Area.  This page is not defined in our app at all.  Let’s type in a user name and password and click Submit. . .

image

Now it knows that I am logged in, and regular Web Forms gives me a handy “Logout” link.

Conclusion

This post has given us an example of how to consume an MvcContrib Portable Area from within a regular Web Forms app.  Furthermore, it demonstrates how to run ASP.NET MVC pages right alongside Web Forms pages.

Call to action for component vendors

Please flood the marketplace with richer components that span multiple pages.  The controls are nice and very useful, but there is lots of general functionality that can be bought instead of built by every development team.  Portable Areas work in ASP.NET MVC as well as Web Forms, so while the development model is MVC, the consumption and customer market is the full breadth of ASP.NET developers.

Filed under: html

michelle says...

Filed under: html