Updated: 2010-03-12 05:17:08
Hello,
I need to know that is there any script available which allows me to upload an image and after uploading it will allow me to crop an image like we do in photoshop via pen tool.
In photoshop when we use pen tool, it apply nodes against the images and user can easily change nodes via...
Updated: 2010-03-12 04:21:01
I'm working on writing up a GreaseMonkey javascript to parse some data from a site. I do not manage the source site so I cannot request that he put things in IDs to make extraction simple. Instead, I am having to search for specific patterns in the HTML and then grab all data between those...
Updated: 2010-03-12 03:39:45
I'm taking an XML class and I'm working on my assignment. I've done everything the way my book says to but it's still not validating. Here's the xml code (the validator says that there's something wrong with my DTD statement. The basic structure of the xml has no errors):
Code:
---------...
Updated: 2010-03-12 03:01:47
questions reads:
Revise the coin class such that it state is represented internally using a boolean variable. Test the the new versions of the class as part of the CountFlips and FlipRace programs. [the latter 2 are drivers which are supposed to output results]
Code:
---------
public class...
Updated: 2010-03-12 03:00:12
Hi, I'm trying to loop on a XML file in that way:
XML (very simple one):
Code:
---------
Tove
Jani
Reminder
Updated: 2010-03-12 02:45:06
My application reads an array of URLs in Javascript and displays them in a table. I need to create mouseover events for each of the links (just an alert message for now.) I have tried this a few ways, but for each one the mouseover event fires for each link before anything else is loaded on the...
Updated: 2010-03-12 02:33:49
Hello, I am trying to find a good free webhosting site that allows the use of my own domain name. I don't have a domain name registered yet, but is it better to register domain name through the webhosting company? I was searching the web little bit, and I got confused about domain name transfer. If...
Updated: 2010-03-12 02:11:15
Hi, thanks in advance for your help. I'm still a newbie at this so...
I have an issue where I am changing an image using onclick but I also want to change the map to a new map.
I have tried
function imgbb_chg() {document.bbimg.src = imbb2.src; return true;
document.bbimg.useMap =...
Updated: 2010-03-12 01:05:15
*1)* Project Details: (be as specific as possible):I have a site based around the phpbb3 forum software which is connected to facebook through my facebook application and facebook connect.
What I require a when a user posts a new topic on my site, I would like for the facebook app to pull the...
Updated: 2010-03-12 01:04:02
Sorry to ask such a basic question, but I'm having great difficulty removing the underline from some links in a news widget I'm using on my blog.
If you look at the 'Related News' widget in my sidebar at http://imgpad.blogspot.com/ you will see that both the headlines and 'Related Articles' are...
Updated: 2010-03-11 23:55:01

The dates for this year’s edUi Conference have been officially announced. The conference will be held on Nov. 8 and 9, 2010 at the Omni Hotel and Conference Center in Charlottesville, VA. I attended and enjoyed the first edUi Conference last year and decided to get involved this year.
The headline speakers for this year’s conference [...]
Related posts:edUi 2009 – My Recap and Reactions
Office 2010 and Chrome OS
YouTube EDU Launches
Updated: 2010-03-11 23:54:09
Hey all. I am currently using a PayPal IPN script let me give a small background on how 2 parts work. One part takes paypal variables and populates them into the script. It does so by this:
// assign posted variables to local variables
$item_name = $_POST['item_name'];
$item_number =...
Updated: 2010-03-11 23:18:04
Hey guys
I have a question that I hope you can help me with...
I have a link that looks something like that
www.mysite.com?id-1=123&id-2=456....id-(n)=i
*could be 1 ID or 100 id's passed on with the link
what I wanted to know is how can I put all of these id's into a sql query
Updated: 2010-03-11 23:11:28
hi guys , i'am new here and need some help from you , well it's been 3 weeks that i bought script os host sharing picture from indian company well my fault i'didnt dig well the demo script, i discrovred that it was very buggy on IE8 , i tired to contact them and we exchanged like 80 email's and...
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
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
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
Updated: 2010-02-18 16:52:31
M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Web Development News February 2010 A by Matt Snider February 18, 2010 8:52 am Here is some news from the first half of Febraury that I found interesting : Touch Events JavaScript for Touchscreen Devices PPK has done a lot of research on touch events , and posted a compatibility table and his thoughts : The Touch Action Persistent Touch Event Objects New MooTools Released A new version 1.2.4.4 of the MooTools JavaScript framework has been released . MooTools 1.2.4.4 Additionally , developers describe how to use MooTools as a General Purpose Application Framework IE 6 Comic Strip And this was just awesome . The Life and Times and Death of Internet Explorer 6 Comments 0 Tags : news Thanks for visiting . Don't forget to subscribe to the rss feed Please use the contact page or leave a comment if you have questions .