Lynda.com Today http://bit.ly/2dQIOLW, Web Design. https://bit.ly/2TDrEWi, Improve Your Website w/ Proper Indexing
Thursday, January 30, 2014
Wednesday, January 29, 2014
Want to Build a WordPress Website from Scratch?
Here are a few tools.
Creating the Mockup
http://css-tricks.com/video-screencasts/71-building-a-website-photoshop-mockup/
Moving the mockup to HTML/CSS
http://css-tricks.com/video-screencasts/72-building-a-website-2-of-3-htmlcss-conversion/
Creating the Wordpress Theme
http://css-tricks.com/video-screencasts/73-wordpress-theme/
Paypal
http://css-tricks.com/video-screencasts/53-customizing-paypal-forms-buttons-and-headers/
Creating the Mockup
http://css-tricks.com/video-screencasts/71-building-a-website-photoshop-mockup/
Moving the mockup to HTML/CSS
http://css-tricks.com/video-screencasts/72-building-a-website-2-of-3-htmlcss-conversion/
Creating the Wordpress Theme
http://css-tricks.com/video-screencasts/73-wordpress-theme/
Paypal
http://css-tricks.com/video-screencasts/53-customizing-paypal-forms-buttons-and-headers/
WORDPRESS QR CODE GENERATOR & READER
Here is are some WordPress plugins for a QR [Quick Response] Code Generator.
And here are some WordPress plugins for a QR Code Reader.
QR Codes have been around for 20 years. Here are some comments from a forum I subscribe to:
QR codes are basically dead. No one really uses them, other than the people who sell them or pay to put them on their business cards.
On a recent edition of SharkTank, Billionaire entrepreneur and Dallas Mavericks owner Mark Cuban said, "QR codes are a thing of the past. In a sensor-driven world, these don’t exist."
Here's what another analyst said:
QR codes — pixelated blocks of black and white that adorn outdoor advertisements — were once thought of as the way to connect the digital and real worlds.
To no one’s surprise, QR codes proved far too laborious to ever take off among mobile users. In order for QR codes to work, people need to have a QR scanner app already downloaded to their smartphones and then be willing to stop walking, unlock their phones, open the app and scan the QR code on the billboard they were so excited to see.
“They’re as dead as a dodo,” said Adam Buhler, DigitasLBi’s vp of creative technology. “They seemed like the holy grail, but they’re horrifically ugly. I’ve heard them described as a robot vomit.”
Others likely disagree with this assessment, but I agree with Mark Cuban. QR codes are dead.
One subscriber stated:
We work with the ____ Dept of Economic Development and create QR codes for cities and businesses across the state. The purpose is to place them where tourists can scan and see a specific video or audio rather than going to a full website and having to navigate through it. This way they get what they want immediately.
Sunday, January 26, 2014
How to Maximize Traffic
How to add alternate text to image in WordPress.
How to optimize HTML.
How to drive traffic with SEO techniques.
Making money through content curation.
Marketingdonut.co.uk
How to optimize HTML.
How to drive traffic with SEO techniques.
Making money through content curation.
Marketingdonut.co.uk
Thursday, January 23, 2014
Bill Myers on How to Add a 'click to call' button to you web pages for mobile browsers
The above code will result in this:
If you want to make it easy for those who visit your web site
using their mobile phones to call your business with a single touch of a
button, here's the simple trick to making it happen
If you have a smart-phone and use it to surf the web, you've
probably seen web sites that have phone numbers on them that are highlighted
like a regular link.
If you click the highlighted number, your phone instantly dials
the number.
This feature is useful for the kinds of web businesses who
attract mobile customers - ie pizza shops, tow services, retail stores, etc.
Adding a 'click to dial' link to a web page is amazingly easy.
All it takes is a bit of html.
Here's all you need to know.
To create a link that when clicked on a mobile phone calls a
specific phone number, use the following format.
<a href="tel:5551234567">Call
(555)123-4567</a>
The above code will look like this on a mobile phone:
Call (555)123-4567
If clicked on within a phone browser, the phone will input the
number and ask if you want to call.
But what if you include this on your web page and someone visits
without a mobile browser?
In that case, should they click the link, nothing will happen.
And for that reason, you'll probably want to hide the click to call link.
To do that, use the following code:
<style type="text/css">
.handheldOnly
{visibility:hidden;}
</style>
<a
href="tel:5551234567" class="handheldonly">Call
(555)123-4567</a>
Nothing shows on your web browser, right?
And that's exactly what you want to happen.
So the secret to having a click-to-dial button on mobile
browsers is simple. Just add the code shown above.
Wednesday, January 22, 2014
Curation Sources
Metafilter
Businessinsider
Upworthy
Deadspin
Buzzfeed
Viralnova
Then-and-now @ Tumblr
Oliver Grunewald Photos
Ben Zank Photography
Tiny House Swoon
Hank Bought a Bus
Businessinsider
Upworthy
Deadspin
Buzzfeed
Viralnova
Then-and-now @ Tumblr
Oliver Grunewald Photos
Ben Zank Photography
Tiny House Swoon
Hank Bought a Bus
I liked his presentation. Looks like he was using CAD as his presentation.
Wikipedia
FullyM
Hypervocal
Newsfeed.time
35mm.instantfundas.com
Interludephotography by Kim Pasquini
Jlousksaggs.tumblr.com
AmusingPlanet
Roopkund
traveltripjourney.blogspot.com
Listverse
How to Fix Font Background Color In Blogger When All Else Fails
Click Edit your Blog Post > Click HTML > press Ctrl + F (to Find background-color
Then type the find box "background-color" OR "(your Highlighting Color Name" example "white") whitout (" ")
note : Make sure : like this " span style=background-color: white;
Rename your color "none"
example : span style=background-color: none;
Done...!
Then type the find box "background-color" OR "(your Highlighting Color Name" example "white") whitout (" ")
note : Make sure : like this " span style=background-color: white;
Rename your color "none"
example : span style=background-color: none;
Done...!
Tuesday, January 7, 2014
Subscribe to:
Posts (Atom)