Showing posts with label files. Show all posts
Showing posts with label files. Show all posts

Tuesday, March 10, 2015

Add missing keys to resource files resx language

If you work on .net and some multi-language application, sooner or later you find the beauty of resx files. Put tke keys there and call them by the language user has chosen (or set by the browser). Cool, indeed. But as time flies, these language files become ... well, quite big, not huge. And if you have some 6 languages, the management of those files is something you are affraid of.

Why? While you code your application, youre not in the mood of entering a new key to each and every language file. So you just put them in the default language file (language.resx). And as you code and code, there are several keys you put in.

And then deployment. But you need to enter those keys into other languages. Send them to translators, copy the translations back?

OK, enough said. Borring, not worth a developer. :-) So, the solution...

1. The translation tool in the application (website): ResXManager
2. The "administrational" tool that adds all the missing keys from one file (languageNew.resx) to all the other files (language.de.resx, language.whatever.resx)
3. Small function to translate via google (but consider this to be quite unusable currently since if you send some heavy html, it will give you back all sorts of funny things), thxs to Piyush:


public string TranslateText(string input, string languagePair, Encoding encoding)
    {
        string url = String.Format("http://www.google.com/translate_t?hl=en&ie=UTF8&text={0}&langpair={1}", input, languagePair);

        string result = String.Empty;
        try
        {
            using (WebClient webClient = new WebClient())
            {
                webClient.Encoding = encoding;
                result = webClient.DownloadString(url);
            }

            Match m = Regex.Match(result, "(?<=overflow:auto">)(.*?)(?=)");

            if (m.Success)
                result = m.Value;
        }
        catch { }
        return result;
    }


The ResxManager and administration is avaliable here. Cant really explain more currently. Check the files and if you dont get it, comment here. Will be glad to explain.
Read more »

Thursday, February 26, 2015

How to Save Your Files as a Zip File!

This weeks tutorial is on that I suspect will be very popular with TPT sellers... how to "zip" your files!


I cant believe how many people voted for this option on the tutorial... it won the poll by a landslide!


The directions for how to do this are totally different for Mac vs. PC, so be sure to check out the two different tutorials below!


You can download this tutorial as a PDF by clicking this picture!
Note: This tutorial is hosted on Google Docs.  To save it from there, just open the file and click File > Download to save onto your computer!
 
As for next weeks poll, Ill be adding how to make items that are easy to cut out!
Read more »

Wednesday, February 25, 2015

Transfer BIG Files Virtual Headache Cure!

URL: http://www.transferbigfiles.com/

"File Sharing the Easy Way: Upload and Send Large Files for Free"

WHAT?
TransferBigFiles is the easiest way to share a bunch of files with (your Students), friends, family or everybody in the world. Theres no registration required to use the website. You can just go to the home page and start uploading some files. But to make the process even easier, weve created a Windows System Tray tool that allows users to drag-and-drop files to the site...

LIMIT?
TransferBigFiles does not limit the amount of space your account can use on our servers, the only storage limit we have is that your files may not be larger then two (2) gigabytes.

STORAGE PERIOD?
For a minimum of 5 days or up to 30-days if you upload through a registered DropZone account. DropZone users can also manage there files and expire them prior to 30-days.

WISDOM?
As the site grows in popularity, they expect to make money from advertising to cover the costs and then some. In the meantime, Axosoft LLC is covering all the costs.

REFLECTION TIME!
If you are a lecturer (or teacher) that often gets headaches when you need to send large files (e.g. videos, podcasts, PowerPoint slides, PDFs, etc.) to your students, this tool might just be the virtual headache cure (unless the file is above 2 GB for now). In other words, your Universitys L(C)MS an E-mail sending/storage limitations is no longer a barrier to your online knowledge sharing ability. Also, I like the fact that you can add a message and set a password to protect the access to your uploaded file(s).

For example, instead of actually entering the e-mail addresses to all your students on the TransferBigFiles site, you should perhaps send the file (or message with the URL to the file) to yourself, and then copy/paste the URL (to the file) to your course announcement page (hopefully with automated e-mail notification), personal blog, group e-mail message, forum or wherever the student can easily access/find it. If the tool could actually provide us directly the URL to the file (as an option), it would simply be wonderful. Area for improvement!

On the negative side, I dont like the unpredictable storage period (5 to 30 days), and the fact you need to register and download the DropZone tool to ensure that the file(s) is/are stored a bit longer (marketing strategy!). I hope when they get a bit more funding (I am sure they will!), we can have our files stored for a longer period. When we can store our files for a longer period, then I believe this tool can transform the way we share files in the teaching (or faciliting) and learning world. Hmm, unless some whiz kid out there comes up with an easier and more efficient method! :)
Read more »

Wednesday, February 4, 2015

How to Compress large Video files 2015


How to Compress Video Complete Tutorial

Nobody wants to delete a favorite movie just because of its file size. When a video file takes up too much space on your hard drive or doesn’t fit on the memory card for your portable device, you’ll need to compress it. And you’ll want that compression to be lossless – i.e., without any significant loss of quality.

If you like watching films on your multimedia player, smartphone or tablet, you’ll definitely want to find an optimal solution for downsizing large video files, because data storage is usually quite limited. Plus, to transfer any video clip to a specific portable device, you may also need to convert it to a video format supported by that device.

In addition to mobile device usage, you also need to compress movies when you’re preparing them for web upload, since many online video sharing sites limit the video size and format of footage you upload.

This tutorial explains how to compress video. Before we start, download and install Movavi Video Converter – the perfect video compression software for compressing digital video files or DVDs. You can also use the software to convert videos to a different format – MP4, MOV, WMV, AVI, MPEG, and many others – depending on your requirements.

With Movavi Video Converter, you won’t need a degree in video engineering to convert even HD-movies for playback on your mobile device or compress videos for web upload. The program provides a wide range of conversion presets for most mobile devices and websites.

To compress movies with Movavi Video Converter, follow these four simple steps:



Step 1: Add a Video File:


Click the Add Video button in the upper left corner of the program interface. Choose the video you want to convert in the Open File dialog box and press Open









Step 2: Choose the Format or Device Preset:

Choose the desired video format or target mobile device from the list of presets. You can also use the Search function to quickly find the format ordevice you need. Next, choose the output folder for the compressed videos by clicking Browse and selecting the desired destination. By default, the output video will be saved in C:Users\%your username%VideosMovavi Library.









Step 3: Define the Compression Rate:

Return to the source file list and click on the size value displayed in the Output column. This will open a new dialog box. Move the slider to adjust the output file size and bitrate to meet your needs and click Apply. Note that the output video size is only an estimate; the actual size of the converted video file may differ slightly.








Step 4: Start the Video Compression:

Press the Convert button to start the compression process. After the operation is complete, the output folder with the converted video willopen automatically.







DOWNLOAD
Read more »

Saturday, January 31, 2015

How to Unhide Virus Infected Files

How to unhide files That’s been Hidden by a Virus in USB Flash Drives or hard disks


Instructions to unhide files Thats been Hidden by a Virus in USB Flash Drives or hard disks 



These days, floppy drives are simply remainders of old machines. Lions share of machine clients today are utilizing USB Flash Disks as their essential stockpiling of their documents. Farewell to the 1.4mb diskettes. You dont need to purchase bunches of these diskettes just to store extensive documents any longer. 

With USB Flash drives, everything you need is a machine that has USB port to module to which is accessible in every machine today. Not just they are helpful as a result of their little sizes, USB Flash drives can additionally store huge documents! 

The issue with using these USB sticks, theyre effectively contaminated with infections. A few types of infection between USB drives are the accompanying: shrouds your files and folders, makes exe files extensions of your documents and even corrupt your documents. Whats more later on contaminating your PC. 

In the event that you have a solid antivirus, you dont need to stress with these dangers that could taint your machine when a USB blaze drive has been attachment to the machine in light of the fact that they are effortlessly erased upon identification. 

Presently, if your documents have been tainted even your antivirus is forward and theyve been concealed and no more unmistakable when you open your records, these are a few tips on the best way to unhide shrouded documents brought on by an infection. 

1. At times this contamination could be unraveled by:  


Going to Windows Explorer
Tools menu
Folder Option
View Tab
Pick "show Hidden Files and Folders". 

If the files will show up, simply change the properties of the files/folders. Uncheck the “hidden” checkbox and the files will show again just like before.

2. If the above doesn’t work, and your files are still hidden, do this one that will surely work.

Go to the command prompt.
Go to the drive where your hidden files are located.
Type the following: attrib -s -h /s /d *.* (this will unhide all your files that have been hidden by the virus) i.e. I:> attrib -s -h /s /d *.*

How to Unhide Virus Infected Files

There you go, a quick and easy way on how to unhide hidden files caused by a virus in your computer.
Read more »

Saturday, January 24, 2015

Searching downloadable PowerPoint files is now easy

Do you find it difficult to search PowerPoint files using populor  search engines like Google, Yahoo or Bing because you dont know exact search operator to use? Now its time for you to cheer up because  there are search engines dedicated to PowerPoint. So no more search operators to remember,  just type your search creteria and download your favourite PowerPoint file.

PowerPoint SearchPowerPoint-search.com searches PowerPoint files as per keyword enetered. You can also see last 10 searches.


Slide Finder not only  searches PowerPoint files as per keyword enetered but also provide you information about file size, thumbnail preview of all slides and  presentations similar to your search keyword.


SlideWorld let you rate any PowerPoint presentation and displays total number of downloads for that particular presentation.

You can give a try to all of these PowerPoint search engines and choose the one which finds best PowerPoint according to keywords used in search.

Some other resources from where you can download PowerPoint files


http://www.nebo.edu/misc/learning_resources/ppt/
http://www.authorstream.com/tag/download/
http://www.Slideshare.net
http://xibyshows.blogspot.com/
http://powerpointfun.blogspot.com/
http://powerpointshows.blogspot.com
Read more »