Thumbs.db Hardware and Software Microsoft Windows by dlh6213 … some time now I have wondered about a file called Thumbs.db that appears in many folders on my computer. I…. It turned out to be pretty innocent, yet unnecessary. The thumbs.db file is generated by the Windows operating system. It…]OK[/B] button Now you can search your computer for thumbs.db files and remove them: Click the [B]Start [/B… Re: Thumbs.db Hardware and Software Microsoft Windows by Toba Yes, you're right about what thumbs.db is. I delete them every once in awhile (in … directory of images (with unhelpful names mind you), having the Thumbs.db can make thumbnails load much faster. The directory listing… 51 seconds to display the thumbnails (no cache) and the Thumbs.db file accounts for only 3.8% of the space… Re: Thumbs.db Hardware and Software Microsoft Windows by JavaJesus05 … failed to appear, and I believe that something within the thumbs.db file is to blame. The only problem is, I… don't know how to open and edit thumbs.db, if it's even possible. Is there a way… to edit thumbs.db (and if so, how?), or will I be forced… Re: Thumbs.db Hardware and Software Microsoft Windows by jwenting … every file on your harddisk, effectively doubling your storage requirements ;) thumbs.db files are harmless and make images load faster in… Re: Thumbs.db Hardware and Software Microsoft Windows by mercury … a network share, it scrambles the re-creation of the thumbs.db file, hence you are unable to set a photo… Re: Thumbs.db Hardware and Software Microsoft Windows by mercury in case that the problem isnt re creating the thumbs.db file, if you put the image of the folder inside the folder itself and name it folder.jpg, this will automatically set itself to be the icon of the folder (if in thumbnails mode) hope this helps MeRCuRY Re: Thumbs.db Hardware and Software Microsoft Windows by leduke Now I've tried to disable the thumbs.db. I suspected, that the rotation of images no longer … How to get thumbs of wordpress quick gallery Programming Web Development by engr_pir …fine for this page but i have need to get thumbs of this inserted gallery in footer.As gallery is updated… then thumbs in footer must be updated, Is there any function to… get thumbs for gallery. Actually my client wants these small thumbs like flicker. Every one is welcome… Re: Logic Behind a Thumbs Up/Down Voting System? Programming Web Development by muralibobby2015 [QUOTE=Smudly;1280749]I'm planning to create a voting page, where users can vote on different ideas or suggestions. I think for my situation it will be best to use a Thumbs Up / Thumbs Down type voting system. Can anyone explain how these work? Do they use division, average, etc? Thanks[/QUOTE] [CODE]thumbs up is +1,thumbs down is -1[/CODE] Images Thumbs not showing Programming Web Development by tahirkhanafridi … uploaded images how ever i want to show there small thumbs i put everything correct in <img scr=""…;> tag but still my images thumbs not loading pelase help me thanks! i m giving my… exact code for showing images thumbs here is the code. [CODE] <html> <head… Re: How to get thumbs of wordpress quick gallery Programming Web Development by iamthwee … this on upload. So it should generate a number of thumbs with specific dimensions. You would then just code these into… Logic Behind a Thumbs Up/Down Voting System? Programming Web Development by Smudly I'm planning to create a voting page, where users can vote on different ideas or suggestions. I think for my situation it will be best to use a Thumbs Up / Thumbs Down type voting system. Can anyone explain how these work? Do they use division, average, etc? Thanks Re: Logic Behind a Thumbs Up/Down Voting System? Programming Web Development by triniti [QUOTE=muralikalpana;1280985][CODE]thumbs up is +1,thumbs down is -1[/CODE][/QUOTE] Its ok the logic about … Re: Logic Behind a Thumbs Up/Down Voting System? Programming Web Development by sudeepjd … you get that then either use (number of thumbs up - number of thumbs down) as a rating method or divide that number… Re: Is it possible to cache cfimage resized thumbs Programming Web Development by timbad2021 … CF8. Since everything is done on the fly, manually making thumbs isn't really an option. Might there be any scripts… out there for generating thumbs? I keep coming up empty handed on google searches.. scrolling thumbs gallery Digital Media UI / UX Design by bratislav Please help. I want to put scrolling thumbs in horizontal area, each thumb should be open on mouse over in upper area for eg. 470px x 300px. Any help, thanks in advance. Is it possible to cache cfimage resized thumbs Programming Web Development by timbad2021 I want to cache the thumbs because the images I am resizing are around 1-3 … Re: Thumbs.db Hardware and Software Microsoft Windows by dlh6213 Personally, I don't see any difference in the time it takes to load; and I just don't like have anything on my computer that isn't necessary. I guess it's a personal choice if anyone wants to keep them or delete them, no harm to the system either way. If anyone was wondering what they were for, like I was, now they know :). Re: Thumbs.db Hardware and Software Microsoft Windows by jwenting Just delete the file, Windows will recreate it. Re: Thumbs.db Hardware and Software Microsoft Windows by JavaJesus05 I've tried deleting it before, but I have about 8 folders where it hasn't come back yet. Re: Thumbs.db Hardware and Software Microsoft Windows by Drew The file will only show up if you are trying to view the files as "Thumbnails". If they are set to view as "List" it should not show up. Re: Thumbs.db Hardware and Software Microsoft Windows by slimimi Hi, i am having a similar problem - just wondering if anyone can help... Tried searching various resources but with no luck... Here goes : I have a music collection sorted by albums on an external HD. I spend ages finding the thumbnail images for the respective album covers and then i go into properties for each album to attach that image to the … Re: Thumbs.db Hardware and Software Microsoft Windows by mercury slimimi / drew as i searched more, i found this, a better solution than what i suggested earlier and much faster too (if im not mistaking this is a bug caused by a recent hotfix for Windows Picture and Fax viewer) see here: [url]http://support.microsoft.com/?kbid=327833[/url] Re: Thumbs.db Hardware and Software Microsoft Windows by X1212 Thanks... I was wondering what those things were. Re: Thumbs.db Hardware and Software Microsoft Windows by jeffdes I can transfer the metadata in properties from computer to computer by using a USB flash drive that I have formatted as NTFS. Re: Images Thumbs not showing Programming Web Development by pritaeas Change line 20 to this: [CODE] echo "<div class='images_thumb'><a href='http://pashtoaudio.com/tahir_upload/".$show_img."'><img src='/tahir_upload/".$show_img."'></img></a></div>"; [/CODE] Note the [iCODE]/[/iCODE] in front of your image source, and it should be [iCODE]src[/iCODE… Re: Images Thumbs not showing Programming Web Development by simplypixie Also, you should not be using an </img> closing tag - there is no such thing. It should be: [CODE]echo "<div class='images_thumb'><a href='http://pashtoaudio.com/tahir_upload/".$show_img."'><img src='/tahir_upload/".$show_img."' /></a></div>";[/CODE] Re: Images Thumbs not showing Programming Web Development by diafol Urgh. Tidy up your deprecated and dodgy HTML before you start messing with php. [CODE]<center>[/CODE] No need for this - use CSS [CODE]<div style="clear:both"></div>[/CODE] Although not wrong, should be dealt with in CSS. However, why is it empty? Markup like this should be avoided where possible. Simply has … Re: Images Thumbs not showing Programming Web Development by tahirkhanafridi Thanks every body for your good replies i like that fast resolution for my problem. i took very big mistakes in little tags i learned a lot and get that if i don't think about small things i can't be grow up in programming field. once more time thanks for all supporters see you next time with new issues inshALLAH Re: Logic Behind a Thumbs Up/Down Voting System? Programming Web Development by vibhaJ you can have one table for storing user_id and post_id. When user vote any post there will be entry in that table and if there is any entry vote up-down arrow will not be shown for that post.