Posts by admin

How to Easily display Your Tweets using XSLT transformation

  • 23
  • Feb

Date: 23rd Feb 2011 Author: admin Categories: HTML/CSS, XSLT 5

Tags:

How to Easily display Twitter posts using XSLT transformation

Today I will tell you how to create application which will display your Tweets (or someone else) at your website. And we will use XSLT transformation to parse XML (RSS) provided by Twitter. As example I take my Twitter account. At this page you can see that I have RSS channel: http://twitter.com/statuses/user_timeline/83882961.rss. Today I`ll show you how to display this information in any view. Read more

Overflow CSS – About and How to use it in various conditions

  • 22
  • Feb

Date: 22nd Feb 2011 Author: admin Categories: HTML/CSS 8

Tags: , , , , ,

Overflow CSS – About and How to use it in various conditions

Today I will tell you about CSS again. This is will property called ‘overflow’. This property already in CSS since second version (CSS2). All popular browsers like Firefox, IE, Safari, Opera etc supporting this property. I will tell about IE browsers in details a little after.

Overflow property determines the behavior of a block-type element in situations, where its contents exceeds its size. Overflow property can have five values. Each value defines two aspects of the generated element: whether to display the contents outside of the block itself and are we will have scrolling mechanism. If the value of the overflow property is auto, the browser displays the contents of the element according to its settings, plus – it should allow the user to scroll if the content does not fit in the container.
Read more

sha1, md5, other cryptography and How to

  • 21
  • Feb

Date: 21st Feb 2011 Author: admin Categories: PHP 4

Tags: , , , ,

sha1, md5 and other cryptography

Today we will talk about cryptography. As we know, cryptography – the set of methods to ensure confidentiality and authenticity of information. Cryptography is even science. Encryption can be reversible (when we can get the source text) and irreversible (when we can can`t get the source text). Today we will talk about using an irreversible encryption methods (like md5, sha, haval, ripemd and others) in web development.

Irreversible encryption is most often used to encrypt passwords. All in order not to store passwords as open text. Thus even if your database is hacked – you can be sure that the attacker does not receive a single password. How are we going to check – whether the user enters a password – simply, we will encrypt the entered data too. Of corse, passwords are not the only where encryption is used. We also can encrypt text, files, and after transferring – check for hash sum of sent data. This is just examples of using. Read more

float css – one of various CSS properties

  • 18
  • Feb

Date: 18th Feb 2011 Author: admin Categories: HTML/CSS 7

Tags: , , ,

float css – one of various CSS properties

Today I will tell you about CSS. This is will property called ‘float’. This property already in CSS since first version. And of course supporting of all possible browsers – Firefox, IE, Safari, Opera etc.

By default, all basic HTML elements floating from left to right as possible. If the item reaches the end of the page (or the boundaries of its parent element), it goes lower – to next line.

Of course, we can play with these rules via float css attribute.
Read more

How to make Smooth jQuery validator for Forms

  • 17
  • Feb

Date: 17th Feb 2011 Author: admin Categories: HTML/CSS, jQuery 6

Tags: , , , , ,

jQuery validator – checking forms

Today I will tell you how to build professional web forms with validation. I will use jQuery Validator Plugin for our tutorial.

You can ask me – where I can use it? – Quite anywhere: login or join forms for your website, forms of adding content, different guest books or blocks for comments. Really many ways for using it. I already saw several projects where validation was at server side. And submit of form just reload whole page where we seens – are we made any errors or not. Sometimes webmasters using ajax to send data invisible to server for validation. But in most of cases, this is much faster just to check all entered information at user side (using javascript/jQuery). Just check these several demos – and I will explain how to use it.
Read more

How to make a PHP Guestbook with Math Captcha Security

  • 16
  • Feb

Date: 16th Feb 2011 Author: admin Categories: MySQL, PHP 17

Tags: , , ,

PHP Guestbook with using math captcha

Today I will tell you how to create your own guestbook with spam protection system – math captcha. This will and easy for your members and also good new protection from bots. In our guestbook we will use mySQL to store records.
Read more

Easily Interact between Server and Client using these jQuery with Ajax Snippets

  • 15
  • Feb

Date: 15th Feb 2011 Author: admin Categories: AJAX, JavaScript, jQuery, PHP 5

Tags: , , , , , , ,

Ajax with jQuery – several interactive samples

Ajax – this is group of technologies using in web development to create interactive applications. Ajax is client-server technology which allow to web page to retrieve data asynchronously from server without reloading page. All this allow to achieve really nice and good results. jQuery library will help us greatly with it. All just because it have all methods to work with Ajax.
Read more

Collection of Free Captcha’s for your Website

  • 14
  • Feb

Date: 14th Feb 2011 Author: admin Categories: HTML/CSS, PHP, resources 4

Tags: , , , , , ,

Collection of Free Captcha’s for your Website and more about security

In today’s article I will tell you about methods of protection against rotots. Just imaging – you created some post form at your website (to accept new articles, comments). And, what will happen if we don`t will add any protection here. As minimum our website will attached with big amount of robots. They will try to post different unwanted content (back links to another websites). As maximum – your website can be hacked. So, always (I repeating – always) checking all income variable before working with them. Make its safe.

So, as I promised – today I will make review of captcha services and methods
Read more

How to Post on Twitter from your Website using OAuth

  • 07
  • Jan

Date: 07th Jan 2011 Author: admin Categories: PHP 14

Tags: , , , , ,

Twitter crossposter with OAuth

Recently (seems in august of 2010) Twitter was changed, and now it doesn’t support basic authentication (as usual via CURL), all authentication is done via OAuth.  In this article I made tutorial how to create crossposter to Twitter (using Twitter OAuth). Read more

10 Essential Firefox Plugins for Web Developers

  • 18
  • Dec

Date: 18th Dec 2010 Author: admin Categories: resources 30

Tags: , , , , ,

A few most necessary and essential web development related Firefox Utilities are being shared today. You might already know that Firefox is currently the most popular web browser among Web Development circles, this is because Firefox is fast, secure, reliable, but one thing that asserts Firefox’s supremacy over the rest is the Utilities that can be plugged into it.
This post is about a few of these utilities and tools which would vividly boost a developer’s productivity. They range from designing to validation and optimization.
A brief intro about all of the tools is written right here, but for further details, kindly visit the source.
You might also like to view : Irresistibly Useful Utilities For Designers To Make Lives Easier With HTML-Kit
Let’s Start Read more