text input value is not going back to 0 closed
I have a jsfiddle here: http://jsfiddle.net/aND4g/2/ I am having a problem with a text input value being displayed. What should happen is that if the Option is True or False or Yes or No, then the...
View ArticleHow to add an ldquo;order byrdquo; clause in PHP to a MySQL query unexpected...
I have this code… <? $sql = “SELECT * FROM products where category =”. $ID ; $result = @mysql_query($sql); while ($row=mysql_fetch_array($result)) { ?> <table width=”810″ valign=”center”>...
View ArticleHow to add an ldquo;order byrdquo; clause in PHP to a MySQL query unexpected...
I have this code… <? $sql = “SELECT * FROM products where category =”. $ID ; $result = @mysql_query($sql); while ($row=mysql_fetch_array($result)) { ?> <table width=”810″ valign=”center”>...
View ArticleUITableViewCell with UIImage scaling performance
The UITableViewCell has UIImage to be displayed within it. Images are obtained from the server, and stored in NSDictionary as NSData. This image is resized for non-retina devices using...
View ArticleDrop shadow issue
Following is my jsfiddle in which i am trying to drop shadow on table. The problem is shadow is droping on bottom and right of the table but not on left and top side of the table kindly let me know how...
View ArticleEntity Framework has issues with composite key which is part auto generated
I’ve been searching for a while trying to figure this out. I’m trying to create a table with a composite primary key. The first part of the key is also a foreign key to the parent table. The second...
View ArticleMemory leak in NSArray, XCode closed
When I run my project with Instruments I got a memory leak pointed on a NSArray: if (timelineData) { [timelineData removeAllObjects]; [timelineData release]; timelineData = nil; } timelineData =...
View Articleldquo;Truerdquo; REST routing via MVC 4 Web API
Long-time lurker, first time poster so go easy on me TL;DR Summary: Can I configure MVC Web API routing for HTTP GET, PUT & DELETE? I’ve been looking into replacing our old Data Access Layer (a DLL...
View Articlediaporama image
i did this code: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”>...
View ArticleLinkButton Visual Studio
really need help here.Have been spending 4 hours on this.As can bee seen from the code. If username is not equals to “ADMIN”, linkbutton1 and linkbutton2 is true under the nested else statement. But...
View Article