• how can i linking my smsgateway 2 site $send message

    Updated: 2010-03-20 15:08:32
    please, forum members i have been trying 2 link my smsgateway to my site /how 2 send message from my site to any phone no in the world.my smsgateway are not requesting to my problem, am using php code .please house can any help me out thanks i need very code explaination on how to go about it...

  • position

    Updated: 2010-03-20 14:45:22
    I would like to know ,please.. How can I give position to my object on my HTML page.

  • Element losing width/height in IE7

    Updated: 2010-03-20 14:40:23
    dlc2.hazelryan.co.uk/faqs All looks fine when you load the page but when you click on one of the faqs and the answer scrolls down the purple 'faqs' heading shrinks and gets scrollbars.

  • Need Embedded Photo Gallery

    Updated: 2010-03-20 14:30:23
    Hi, I'm wondering if anyone can give me some advice as I'm having a nightmare searching for answers on the net. I'm creating a photoblog and want an embedded slideshow/photo gallery like this example: http://www.itsnicethat.com/articles/2560-nike-fluff-sb Just a simple, embedded gallery that...

  • Application testing tools - need advice

    Updated: 2010-03-20 14:19:41
    Hi everybody! I've decided to use some web service to manage my beta stage and beta testers better. There's a bunch of them on the net. I was wondering maybe somebody already has used some of them and can help me in making a choice. Appreciate your replies

  • How Do I Get The Date To Reapper In This New Query?

    Updated: 2010-03-20 14:06:12
    Alright guys Please take a look at this page http://www.digitalresellersvault.com/member/newest.php I have writen a query that allows me to display the latest category that I have had to the membership site on this page Code: ---------

  • How to drag a DIV if a image in it?

    Updated: 2010-03-20 13:32:05
    hi, i want to drag the div which have a image in it: but i find that if i click on the image, i cannot drag the div, (in FF3.5) any advice would be appreciated. Code: ---------

  • Javascript Hide/Show Divs onClick

    Updated: 2010-03-20 13:29:36
    I have a page where it has anchors going to different parts of the page and i have a list of links at the top to go to each anchor. when you click on the links to each part of the page it shows the "back to top, next, back" buttons. I have 7 different links, so i need to have this happen 7 times, I...

  • Help with CSS Template

    Updated: 2010-03-20 13:28:32
    Hello, I used a CSS Template called 3 columns or something like that, anyway it works great, but ONLY on IE which is quite annoying, when i try to open the webpage on FF or Opera, the left and right columns show up great, but the center column with all the content is blank. I think it might have...

  • Mysql compare data and display the diference

    Updated: 2010-03-20 11:20:13
    i have two tables like the one below i want the table to show what is in table 1 and not in table 2 only. the table value changes always so i can not just write down 1 as the result id number 1 4 2 4 3 5 4 1 5 5 table 2

  • Executing object methods is killing object properties

    Updated: 2010-03-20 10:07:08
    I created a method for displaying an object's properties: Code: --------- renderfunction = false; function showProperty (object, property) { document.write ('' + (typeof object[property]) + ''

  • Error: Object is not a constructor javascript?

    Updated: 2010-03-20 09:59:38
    I am trying to understand why I had an error, or why my solution worked. In my HTML I had: Code: --------- ---------

  • javascript not worked in IE

    Updated: 2010-03-20 09:48:02
    I write javascript for image slide show. Code: --------- var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [380, 469], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [

  • Web Development News March 2010 A

    Updated: 2010-03-17 04:36:30
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Web Development News March 2010 A by Matt Snider March 16, 2010 9:36 pm Here is a collection of interesting news from the first half of March . YUI 3 Gallery Competition In case you missed the announcement , YUI 3 is hosting a gallery widget competition . You still have a few days to get your submission ready . Check out the details YUI 3 Alloy Nate Cavanaugh and Eduardo Lundgren of Liferay have spent the last six months building a YUI3-based widget library . Not only did these guys write great widgets , but this library also helps fills in the gaps while we wait for YUI 3 to port all their YUI 2 widgets . http : www.yuiblog.com blog 2010 03 15 previewing-alloyui The Web Standards Cold War The Flash and Standards : The Cold War of the Web is a good article by Dan Mall proposing that developers get behind the standardization and improvement of one or more web-technology , instead of spending their time bashing the technologies they don't like . Worth a quick read . IE 8 Document Mode Demystified IE developers have finally written an article explaining how the browser chooses the document mode . If you use

  • YUI 3 Number Gallery Component

    Updated: 2010-03-05 18:41:00
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options YUI 3 Number Gallery Component by Matt Snider March 5, 2010 10:41 am A while back I threw together a quick API port of the number.js from the YUI-Ext-MVC framework into the YUI 3 gallery . However , I did not give the API enough attention in my first pass , nor have I revisited it since . Today , I finally revisited the API to clean it up and add some sorely needed functions . Getting started You will need to include the module in your code : YUI({ filter : raw' , combine : true , timeout : 10000, modules : gallery-number' : fullpath : http : github.com mattsnider yui3-gallery blob master src gallery-number js number.js' , requires : optional : supersedes : use('gallery-number' , function(Y How to do it . Convert radians to degrees and vice-versa : var degreeValue Y.Number.degrees(radianValue var radianValue Y.Number.radians(degreeValue Evaluate if a number is between or not two other numbers : var bool Y.Number.isBetween(number , lowerBound , upperBound var bool Y.Number.isNotBetween(number , lowerBound , upperBound Evaluate if a number is even or odd : var bool Y.Number.isEven(number var bool

  • Web Development News February 2010 B

    Updated: 2010-03-02 18:01:45
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Web Development News February 2010 B by Matt Snider March 2, 2010 10:01 am Let's take a moment and look back on the life and death of IE6. For those of you who missed the Mountain View funeral , there will be another one held in Colorado on the 4th . For details see http : ie6funeral.com May it rest in peace forever , and never , ever be used again . Now to move onto other recent news . Best Practices Article by Smashing Magazine Hopefully , you know most of this already , but it is a good read . http : www.smashingmagazine.com 2010 02 22 the-seven-deadly-sins-of-javascript-implementation Storage-Lite in YUI3 Ryan Grove has written a Storage Lite package for YUI 3. It isn't a port of YUI 2 Storage Utility but instead focuses only on the various native methods that existed pre HTML 5. It is a great package and some of these techniques will probably work their way into YUI Storage Utility . Read more about it at http : feeds.yuiblog.com r YahooUserInterfaceBlog 3 19tp3D3ag7Y Need a Job Work for YUI The YUI team is hiring . Find out more at http : feeds.yuiblog.com r YahooUserInterfaceBlog 3 myJCx4R3CMw

  • IE 8 Compatibility Issue with YUI 2 Selector Component

    Updated: 2010-02-24 19:11:42
    M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options IE 8 Compatibility Issue with YUI 2 Selector Component by Matt Snider February 24, 2010 11:11 am I realized recently , in my work on Mint.com that the YAHOO.util.Selector.query function does not work properly in IE 8 compatibility mode when performing a search against the class and for attributes . The issue is that previous versions of IE defined these attributes names as className and htmlFor while IE 8 changed them to follow the standard . And a faulty if statement in the selector component does not properly use the legacy names when developers apply the X-UA-Compatible META tag to set compatibility modes . The Problem . The selector utility is using the following code : if YAHOO.env.ua.ie YAHOO.env.ua.ie However , according to the IE blog , this won't work : http : blogs.msdn.com ie archive 2009 02 16 just-the-facts-recap-of-compatibility-view.aspx When using the server-driven X-UA-Compatible META tag , due to technical reasons , the user-agent string is not changed . This means that the if statement will evaluate to false , thinking that the browser is IE 8, even though the server has indicated the

Previous Months Items

Feb 2010 | Jan 2010 | Dec 2009 | Nov 2009 | Oct 2009