Are We Using Enough HTML in Our Classic ASP?
Classic ASP is great for providing dynamic content, but HTML and CSS are really the ones responsible for styling that content. Matthew Corner recently noted that maybe we could use HTML a bit more to make things easier for the web designer and the reader.
Matthew has
compiled a list of 10 underused HTML tags, explaining what they are and how to
use them. He also provides links to further resources.
Check it
out at:
http://www.1stwebdesigner.com/development/underused-html-elements/
Top
Get Cooking with DMXReady

Top
Widgetize Your Website!
Top
Creating an Automatic TinyURL Using Classic ASP

function asp_tiny_url(strUrl)Dim UrlCheck,strPageUrl,strTinyValstrPageUrl = "http://tinyurl.com/api-create.php?url=" & strUrlset UrlCheck = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")UrlCheck.Open "GET", strPageUrl, falseUrlCheck.SendstrTinyVal = UrlCheck.responseTextSet UrlCheck = nothingasp_tiny_url = strTinyValEnd Function
Response.Write (asp_short_url("http://www.yourfullpageurlhere.com"))
Top
Free Paper Texture Backgrounds
You’d think that “paper” and “website” would be two things that just couldn’t go together. But a lot of designers use paper on purpose to convey a kind of “retro realness” to their website designs.
Vandelay Designs provides a list of 35 free paper backgrounds. (And in case you have never been there, Vandelay also has a whole myriad of tools, tips, and tricks for website design, Photoshop, and more…!)
Check it out:
Top
Save, Sync, and Share Your Files with Dropbox
The average person now has more than one “computer.” A desktop, a laptop, a smart phone, maybe even an iPad, all designed to make it easier to work on the go.The problem is that your files don’t always go with you. Sure, it’s great to be able to work on that file from your laptop – if you remember to transfer it from your work computer. Flash drives work well, and even emailing the file, but again you have to rely on your own memory. For many of us, that’s the weak link in the chain!
Dropbox has welded that weak link for you. Dropbox acts almost like a virtual drive, allowing you to backup, store, and sync your files with an online file server. Simply move your file to a special folder on your computer and it will automatically save to your private and secure online Dropbox. Then, no matter what you use to edit that file, it will automatically backup to your Dropbox as well so that you are always working with the same file. No remembering to backup to a flash drive, no emailing a file – it’s all done automatically for you!
Dropbox takes this one step further by allowing you to share files with those people you designate. Share Microsoft Word docs, photos, Dreamweaver files – whatever type of file you want. You also have full control so you can “unshare” as well.
Best of all, it has a free 2GB Dropbox option, perfect for light use. Paid versions allow you to store and share up to 100GB of content. Backup your files remotely, sync with your own mobile devices, and share with others.
Check it out at: www.dropbox.com
(Note: DMXReady is in no way affiliated with Dropbox, and receives no compensation from them for this review. We just think it’s a great and handy tool that we wanted to tell our customers about!)
The DMXReady Team
Top
Easy AJAX for Classic ASP
“Do you think ASP is old and not up to date? Hold on...”
That directly from ajaxed, a company that gives you a basic framework for adding AJAX to your Classic ASP pages. By downloading the free ajaxed program and installing on your website, you can create some of your own nifty effects like calling a server-side procedure or using page parts.
Just more proof that there really are people out there still supporting Classic ASP.
Check it out for yourself!
Top
Classic ASP Top Ten Tips

From the “oldie but a goodie file” – here’s a Top Ten list of Classic ASP tips. As the article mentions, these tips may not be “top ten” anymore. However we think you’ll find at least a couple of gems here.
Check it out:
Top
Free Fonts Can Help Make Your Website Distinct

One of the best ways to make your website distinctive – or any aspect of your marketing for that matter – is by using a distinctive font. Places like MyFonts.com can really help out, though sometimes the prices can get into the hundreds of dollars for a font.
However if you poke around enough, you can usually find some decent fonts for cheap or even free. Be careful though – some free fonts are worth exactly what you pay for them. It's always good to test them in the program you are using (especially when converting to PDF) to ensure they work properly.
Here’s a list of free fonts to get you started:
http://www.bestfreewebresources.com/2010/05/35-free-and-creative-fonts-for.html
Happy Fonting!
Top
New eBook Released: Classic ASP Myths Debunked
Last week DMXReady launched a new ebook – Classic ASP Myths Debunked: The Renaissance of Classic ASP. In it, we’ve identified five myths about Classic ASP, and what the truth behind the myth actually is.
Find out more in our official press release, which you can read on the PRWeb:
Top
Next » |
Last »» |
Records 1 to 10 of 91 |

