• home
  • forum
  • my
  • kt
  • download
  • this:1/6 25records  total:145    start  Previous  Next  Last    goto:
    Share on Twitter’ link
    ON: 2009-04-15 09:00:15
    Ever wanted to give your readers, or your client’s readers a chance to share the post quickly on Twitter?
    4 times | category: [Advanced]
    All the Lightweight Web servers of the world
    ON: 2009-04-15 08:57:39
    There's far more to the world of Web servers than just Apache and IIS. While lightweight Web servers have much in common, there's also variation within the category. Most are written in C, but several other implementation languages have proven successful among the servers with which I've experimented, including Erlang, Java, Lisp, Lua, Perl, Python, and Tcl. If there's a language you favor, you can probably find a lightweight Web server here coded for your convenience. survey the possibilities and see how they apply to you.
    9 times | category: [Advanced]
    Web Color Basics
    ON: 2009-04-15 08:49:43
    Learn the correct way to display web color as well as all the other ways to code web color in HTML, XHTML and CSS.
    11 times | category: [Colors]
    The Hexadecimal Equivalent Chart
    ON: 2009-04-15 08:48:59
    Learn how to convert hexadecimal color values to RGB integer-triplet notation color values and more. Also included is a useful chart that shows the hexadecimal, integer and percentage equivalents.
    60 times | category: [Colors]
    Choosing a DOCTYPE
    ON: 2009-03-03 10:50:06
    Tells you the difference between different DOCTYPEs and which one to use for your website.
    0 times | category: [References]
    Converting a Design from PSD to HTML
    ON: 2009-03-03 10:38:45
    Converting a Design from PSD to HTML
    11 times | category: [Getting Started]
    How To Create A Simple Form
    ON: 2009-03-03 10:21:24
    Learn the basics of creating a form to interact with your users.
    49 times | category: [Forms]
    An Overview of CushyCMS and the InnerFade Plugin
    ON: 2009-03-03 10:07:20
    An Overview of CushyCMS and the InnerFade Plugin
    7 times | category: [Getting Started]
    How Fast does your Site Load?
    ON: 2009-03-03 10:02:35
    The not so complete consensus on the internet is that a web page needs to load in around 4 seconds or less before you can start to lose visitors. Some visitors will sit and wait no matter how long the site takes to load, but on average if your pages are climbing past that 4 second mark then you could be losing impatient visitors.
    5 times | category: [Advanced]
    6 Easy Ways to Improve Your HTML Emails
    ON: 2009-03-03 09:59:42
    6 Easy Ways to Improve Your HTML Emails

    95 times | category: [Getting Started]
    Cross Browser Development
    ON: 2009-03-03 09:50:34
    Developing and designing websites can be hard enough just coming up with a successful design, layout, and construction, but how will your site hold up in 1 of the millions of browsers out there? Here are a few tips that you can follow to help make your next website design/development faster and easier.
    4 times | category: [Getting Started]
    The Basics
    ON: 2009-03-03 09:49:22
    Want to know about coding HTML? Well, this is a good place to start, get the bare basics that will be used every time you type up an HTML document.
    4 times | category: [Getting Started]
    Understanding a Robots.txt File
    ON: 2009-03-03 09:48:19
    The robots.txt file allows you to control the behavour of web crawlers and spiders that visit your site. Most web crawlers are harmless and simply collect data for various reasons like search engine listings, internet archiving, validating links, security scanning, etc. It's always a good idea to create a robots.txt to tell the crawlers where they can go and where they can not.
    6 times | category: [Getting Started]
    Introduction To An .htaccess File
    ON: 2009-03-03 09:40:19
    Find out about the .htaccess file and the power it has to improve your website. .htaccess isn't difficult to use and is really just made up of a few simple instructions in a text file
    9 times | category: [htaccess]
    Flex Your Images
    ON: 2009-03-03 09:33:51
    One glaring reason why many developers have chosen fixed-width over elastic sites is because using inline images can destroy the layout of a site - much like a stampede of cattle that repeatedly kick you in the groin. It just isn't fun at all. Sure, you can specify their widths using percentages or ems, but those methods aren't ideal. In such instances, why not try using the background technique?
    6 times | category: [Backgrounds]
    Integrating and Customizing Lijit for Your Site
    ON: 2009-03-03 09:27:30
    Search is an important part of any website, and a lacking search functionality will mean that your visitors won't find what they're looking for, never a good thing. If you're a WordPress user, you know what it is like, because WordPress, like so many other online publishing platforms, just can't be as good as Google is. However, there are solutions. You can swap your search solution with something else, be it Google Co-Op, or Lijit. In this tutorial, we'll take a look at Lijit, which will let you search across several sites, as well as multiple social webapps out there.
    5 times | category: [Advanced]
    XHTML 1.0 Tutorials - Understanding Inline Images and Image Maps
    ON: 2009-03-03 09:02:55
    A collection of 8 FAQs/tutorials tips on XHTML image and image map elements. Clear answers are provided with tutorial exercises on inline images and image maps: image elements and image sizes; floating images and animated images, server-side and client-side image maps
    153 times | category: [Getting Started]
    HTML Basics - Tags for Beginners
    ON: 2009-03-03 09:00:59
    This article provides an introduction to the basic HTML tags that every beginner should know and how each tag should be used with an emphasis on SEO.
    2 times | category: [Getting Started]
    Link & Meta Tags in HTML
    ON: 2008-08-12 07:37:46
    The most important tag in the head of a web page is the title tag, but the link an meta tags can tell a lot of information about your content. These tag can tell important information to search engines, and provide a handful of usefulness to a visitor. HTML is not simply intended to hold content, it contains data to describe itself and reference more content. Text on the web is not just linear, its hypertext. It wants to quickly branch off like a textbook with chapters, pages, indexes and glossaries. The web is intended to be consumed in different ways by different people. The link and meta tags tell how a web page fits in the hierarchy of a website.
    8 times | category: [Getting Started]
    Some Things That Can Go Wrong
    ON: 2008-08-12 07:37:12
    In this tutorial, we list the top ten things that can go wrong, why they happen, and how you can respond to keep a project on track.
    4 times | category: [Getting Started]
    Tips for Managing Your Web Design Business
    ON: 2008-08-12 07:36:21
    In this tutorial, we offer tips on how to do the tasks that we have found most crucial for your Web design career, either when you are on your own or when you are working for a company
    6 times | category: [Getting Started]
    Basic HTML Tutorial
    ON: 2008-08-12 07:34:16
    The first tutorial of Art2Program, it is a tutorial that'll explain some basic tags, and a example to write your very first HTML script!
    10 times | category: [Getting Started]
    Pre-Planning of a Website
    ON: 2008-08-12 07:32:37
    Here we sum up aspects that are totally ignored or unknown by many webmasters. Follow these six simple steps and you'll be off to a headstart with your website!
    8 times | category: [Getting Started]
    HTML Tutorial Part 1: Creating a Simple Home Page
    ON: 2008-08-12 07:31:50
    HTML Tutorial for Beginners - Using web Standards
    14 times | category: [Getting Started]
    HTML Tutorial Part 2:
    ON: 2008-08-12 07:30:11
    The second of a series of HTML tutorials - In the previous tutorial we covered the basics of creating a simple home page and today we look at how we can style it up a tiny bit by adding images, headers and styling your fonts.
    8 times | category: [Getting Started]
    this:1/6 25records  total:145    start  Previous  Next  Last    goto:

    Category

      htaccess (1)
      Advanced (7)
      Backgrounds (1)
      Buttons (4)
      Colors (11)
      Forms (16)
      Frames (6)
      Getting Started (58)
      HTML4 (2)
      Image Maps (5)
      Images (17)
      References (8)
      Tables (9)