-
Gave Reputation to Reverend Jim in How to generate thumbnails which preserve the aspect ratio
As part of a project to manage my collection of photos, I wanted to add the capability of displaying a series of files as thumbnails. This posed me with three … -
Stopped Watching Screenshot (maybe win32api?)
I would like to take a screenshot of a region of my screen programmatically (so I can do it every time through a loop, for example.) Does anyone know how … -
Began Watching Screenshot (maybe win32api?)
I would like to take a screenshot of a region of my screen programmatically (so I can do it every time through a loop, for example.) Does anyone know how … -
Replied To a Post in Screenshot (maybe win32api?)
What did you try, and what errors did you get? -
Stopped Watching Error in For XML Path
I have following quary example. SELECT t1.TeamID, MemberList = substring((SELECT ( ', ' + FirstName ) FROM TeamInfo t2 WHERE t1.TeamID = t2.TeamID ORDER BY TeamID, FirstName FOR XML PATH( … -
Began Watching Error in For XML Path
I have following quary example. SELECT t1.TeamID, MemberList = substring((SELECT ( ', ' + FirstName ) FROM TeamInfo t2 WHERE t1.TeamID = t2.TeamID ORDER BY TeamID, FirstName FOR XML PATH( … -
Replied To a Post in Error in For XML Path
Have you tried `FOR XML AUTO` ? Wondering why you don't specify a path? If you just try: SELECT FirstName FROM TeamInfo ORDER BY TeamID, FirstName FOR XML AUTO Do … -
Stopped Watching Screenshot (maybe win32api?)
I would like to take a screenshot of a region of my screen programmatically (so I can do it every time through a loop, for example.) Does anyone know how … -
Began Watching Screenshot (maybe win32api?)
I would like to take a screenshot of a region of my screen programmatically (so I can do it every time through a loop, for example.) Does anyone know how … -
Replied To a Post in Screenshot (maybe win32api?)
See above. There aren't many differences. -
Stopped Watching How do I generate a non-distorted thumbnail
I've rewritten this question a half dozen times and each time it makes less sense. In a nutshell, I want to populate a listview with large icons representing image files … -
Stopped Watching How do I generate a non-distorted thumbnail
I've rewritten this question a half dozen times and each time it makes less sense. In a nutshell, I want to populate a listview with large icons representing image files … -
Began Watching How do I generate a non-distorted thumbnail
I've rewritten this question a half dozen times and each time it makes less sense. In a nutshell, I want to populate a listview with large icons representing image files … -
Replied To a Post in How do I generate a non-distorted thumbnail
Perhaps you need to manually free/dispose your bitmaps after use, I think they are unmanaged resources. -
Stopped Watching how this grid is generated with pagination ?
Hey Experts >>>>> Please help me out .... i want this type of grid to be generated horizontally ... but unfortunately in asp.net gridview is not showing horizontal options ..... … -
Began Watching how this grid is generated with pagination ?
Hey Experts >>>>> Please help me out .... i want this type of grid to be generated horizontally ... but unfortunately in asp.net gridview is not showing horizontal options ..... … -
Replied To a Post in how this grid is generated with pagination ?
http://www.aspsnippets.com/Articles/Implement-Pagination-in-ASP.Net-Gridview-Control.aspx -
Stopped Watching how can i build a website?
i want to know how can one build a website for people to viewer. -
Began Watching how can i build a website?
i want to know how can one build a website for people to viewer. -
Replied To a Post in how can i build a website?
http://www.daniweb.com/web-development/web-design-html-and-css/threads/464781/what-is-the-best-way-to-create-a-website-from-scratch -
Stopped Watching Image Zoom Jquery
Hi , I'm developing a HTML page in which user have an option to zoom image two time in the same frame same as [goo.gl/PZweZ9](http://www.goo.gl/PZweZ9) , I search alot but … -
Began Watching Image Zoom Jquery
Hi , I'm developing a HTML page in which user have an option to zoom image two time in the same frame same as [goo.gl/PZweZ9](http://www.goo.gl/PZweZ9) , I search alot but … -
Replied To a Post in Image Zoom Jquery
http://www.elevateweb.co.uk/image-zoom/examples First hit on DDG. -
Stopped Watching PHP email access
Hi all. I have a PHP script that reads my email inbox via POP3. I'm using the PHP IMAP extention. I can already access the "From" and "To" fields. What … -
Began Watching PHP email access
Hi all. I have a PHP script that reads my email inbox via POP3. I'm using the PHP IMAP extention. I can already access the "From" and "To" fields. What … -
Replied To a Post in PHP email access
What code do you have? The [imap_headerinfo](http://www.php.net/manual/en/function.imap-headerinfo.php) should return that information. -
Stopped Watching Problem after Worpdress 3.8 update
Hi there! First of all Happy New Year to all the community. I just update the wordpress at the 3.8 version and a pair of codeline I wrote don't work … -
Began Watching Problem after Worpdress 3.8 update
Hi there! First of all Happy New Year to all the community. I just update the wordpress at the 3.8 version and a pair of codeline I wrote don't work … -
Replied To a Post in Problem after Worpdress 3.8 update
Am not familiar with WP, but I think the `get_row` should return `false` or `null` in that case. Chances are something like this will fix it: $geth1tag = $wpdb->get_row("SELECT testo … -
Stopped Watching Events - Horizontal Printing
Hello, I am trying to print the following events horizontally instead of vertically. How to do so? [Events](http://www.rustoleum-indonesia.com/events_2.png) index.php <?php include('include/con_database.php'); $result = mysql_query("SELECT * FROM dynamic_content WHERE CatID='4'"); while … -
Began Watching Events - Horizontal Printing
Hello, I am trying to print the following events horizontally instead of vertically. How to do so? [Events](http://www.rustoleum-indonesia.com/events_2.png) index.php <?php include('include/con_database.php'); $result = mysql_query("SELECT * FROM dynamic_content WHERE CatID='4'"); while … -
Replied To a Post in Events - Horizontal Printing
Try: #gambar { float: left } You should be using a `class` instead of an `id` if you want to apply it to multiple divs. -
Stopped Watching custom search code
i want to put custom search in my website...google custom search...bt if i use the code it will not show my html search box...it shows google custom search box...how to … -
Began Watching custom search code
i want to put custom search in my website...google custom search...bt if i use the code it will not show my html search box...it shows google custom search box...how to … -
Replied To a Post in custom search code
Show what you did. -
Stopped Watching Not loading all page data
Hello, I'm trying to get a website source with a curl call but some data is missing and I don't know what I'm doing wrong. If i make a call … -
Began Watching Not loading all page data
Hello, I'm trying to get a website source with a curl call but some data is missing and I don't know what I'm doing wrong. If i make a call … -
Replied To a Post in Not loading all page data
Some of that code is probably loaded dynamically with AJAX. It's not possible to get that with curl. -
Stopped Watching get data by month from mysql using php
I have database with Name, email, joindate and my Query is $name=$_POST['txtname']; $email=$_POST['txtemail']; $date = date("Y/m/d"); INSERT INTO member (name,email,joindate) VALUES ('$name', '$email', '$date') What should be the output query … -
Began Watching get data by month from mysql using php
I have database with Name, email, joindate and my Query is $name=$_POST['txtname']; $email=$_POST['txtemail']; $date = date("Y/m/d"); INSERT INTO member (name,email,joindate) VALUES ('$name', '$email', '$date') What should be the output query … -
Replied To a Post in get data by month from mysql using php
> its showing blank There's probably an error somewhere. Check your error_log, or add error checking to your query. -
Stopped Watching A Brief Question - General Advice
Hello. What I am planning to do for User registration in regards to agreeing to the EULA: 1)For example, there will be three conditions the User must agree to by … -
Began Watching A Brief Question - General Advice
Hello. What I am planning to do for User registration in regards to agreeing to the EULA: 1)For example, there will be three conditions the User must agree to by … -
Replied To a Post in A Brief Question - General Advice
jQuery will make this animation a lot easier. It has a fade function that will do what you need. Check the jQuery manual for an example on fade. -
Stopped Watching Htaccess conflicts
Hi All, I'm trying to hide php extension using **.htaccess** and it works but, I also want to show custom error page when, somebody enters url which is not exist. … -
Began Watching Htaccess conflicts
Hi All, I'm trying to hide php extension using **.htaccess** and it works but, I also want to show custom error page when, somebody enters url which is not exist. … -
Replied To a Post in Htaccess conflicts
If you use a PHP file without extension, it'll work. Although now I'm doubting that's what you wanted. -
Stopped Watching Pro/Cons: MySQL -vs- MySQLi
I have been researching this as I am getting the distinct feeling I will have to transition my code to this soon, eventually. From your experience, can someone provide a … -
Began Watching Pro/Cons: MySQL -vs- MySQLi
I have been researching this as I am getting the distinct feeling I will have to transition my code to this soon, eventually. From your experience, can someone provide a … -
Replied To a Post in Pro/Cons: MySQL -vs- MySQLi
> why I should transition The MySQL extension is deprecated, so in the next big release it won't be available anymore.
The End.