Skip to content

WorthPosting

  • Home
  • About

Month: July 2008

Cat Links Uncategorized

Advanced batch command menu

Posted on July 18, 2008

Create a menu using batch commands

Cat Links Uncategorized

Ajax Autocomplete Tutorial

Posted on July 18, 2008July 7, 2011

This a solution i used in many autocomplete input fields. I have implemented it to php and C# web application.

Continue readingAjax Autocomplete Tutorial

Cat Links Uncategorized

IIS Server Error

Posted on July 16, 2008February 25, 2015

Every developer likes to take certain things for granted – like ASP.Net being configured correctly with IIS. However sometimes there

Continue readingIIS Server Error

Cat Links Uncategorized

Javascript commands for the most common actions

Posted on July 14, 2008

Some of the most common javascript commands that i quickly managed to collect. This list is going to grow quickly.

Continue readingJavascript commands for the most common actions

Cat Links Uncategorized

Retain scroll position after browser refresh

Posted on July 10, 2008

Retain scroll position after browser refresh As Joel Spolsky points out, updating web pages by getting just the bits of

Continue readingRetain scroll position after browser refresh

Cat Links Uncategorized

Css trick – Preload images

Posted on July 10, 2008July 3, 2010

[sourcecode lang=”CSS”] #preloadedimages { width: 0px; height: 0px; background-image: url(‘path/to/image1.png’); background-image: url(‘path/to/image2.png’); background-image: url(‘path/to/image3.png’); } [/sourcecode] You dont even have

Continue readingCss trick – Preload images

Cat Links Uncategorized

Button Submit Once!

Posted on July 10, 2008July 30, 2014

In a web application where the users are real dum the ussualy double click in buttons so the filled forms

Continue readingButton Submit Once!

Cat Links Uncategorized

PHP and Microsoft MSSQL SERVER

Posted on July 10, 2008June 9, 2009

This is a solution that took me about 1 year to make it work. I proudly present the way to

Continue readingPHP and Microsoft MSSQL SERVER

Cat Links Uncategorized

NOD32 blocking WampServer

Posted on July 9, 2008

WampServer 2 seemed to work ok with Vista but suddendly stop working. Something block the browser from opening the pages.

Continue readingNOD32 blocking WampServer

Cat Links Uncategorized

A textarea with maximum characters allowed

Posted on July 9, 2008March 5, 2009

Add this script Add the TextArea Add this to display the remaining chars

Posts navigation

Older posts
Newer posts
  • Home
  • About
Copyright © 2026 WorthPosting | Signify by WEN Themes
Scroll Up