📜 ⬆️ ⬇️

Mail.ru: hidden opportunities

This post was created under the influence of the question that sounded in the previous topic: "And who remained on mail.ru something?". In addition to this comment, there were many others: that it is embarrassing to be a mail.ru user, and even to use the site, it is undesirable to admit it. As a joke, such comments may be good, but the idea itself: to evaluate users by the resource on which they are located does not seem rich and fruitful.

Mail.ru has good computer communities. In my opinion, the best of those that exist on social networks. Not oszone , of course, but it is difficult for novice users to find specialized computer resources and register there. And the community - here they are, near. And although the members of such communities are mostly not professionals, they provide effective assistance. I once looked at the records of two computer communities to find out how true and effective the tips offered there are. As it turned out, about 80% of the questions asked there, or 93-95%, in computer communities on mail.ru, if you do not take into account abandoned questions. Such questions are a typical problem of computer communities, when having laid out the post the author no longer appears in his topic, or by answering a couple of comments and finding out that the developer doesn’t want the developer to do everything well, but he doesn’t want to understand himself or herself, forgetting to talk about the result.

But, in fact, this article is not about computer communities mail.ru. I remembered them only to explain: who I am, what I do on mail.ru and what is the reason for the interest in this site.
The post itself is dedicated to the undocumented features of the site mail.ru.
')
If you use mail.ru and My World social network, you may be interested to check how well you know this site and try to solve the tasks yourself. In any case, I was once interested in solving them, especially since they arose not as abstract questions, but as methods of solving specific problems. If the search process does not entice you and the finished result is much more important, then you can immediately see the answers under the spoiler.

How to increase / reduce the image by mail.ru
Photos uploaded to the community post on mail.ru are automatically compressed to 600 px. In this case, downloaded screenshots in some cases become completely unreadable (clickable)


It seems that the author has already tried to edit the screen, but the result was not very successful. His question dealt with the problems with the removal of Opera, but it’s impossible to understand what the feature of the installed browser is and why it cannot be removed in the usual way from the loaded screen.
But in this version (clickable) the screen is quite readable:


Notice that both screens are actually the same photo.

Compare the three links:
content.foto.mail.ru/mail/irbris/_blogs/i-14644.jpg
content.foto.mail.ru/mail/irbris/_blogs/s-14644.jpg
content.foto.mail.ru/mail/irbris/_blogs/p-14644.jpg

As you can see, they differ only in one letter after the last slash in the image address:
" i " is a compressed image by mil;
" s " - image in original size;
" p " - a small picture preview.
Editing links from one image to another.

How to make a photo slideshow on mail.ru
Once on mail.ru there was an opportunity to create your own slideshow - the only one that could be loaded into a post or comment. In the process of updating photo albums, this opportunity would seem to have disappeared. In fact, it remained, albeit hidden from most users.

In order to create a slideshow of photos uploaded to the album on mail.ru, you need to go back to the old photo album design. This can be done in different ways. The simplest of them is to right-click on a photo from an album and select in the context menu: “Open in a new tab”



In the old photo album design, the Slideshow button is located in the upper right corner:



Click "Get Code" and "Post to Blog"



Unfortunately, after the opportunity to create posts and write comments to Blogs@mail.ru was stopped on December 23, 2013, this way of creating a slideshow stopped working. However, you can still create a slideshow by editing the code.
The code for this slideshow is :

<slideshow author_email="irbris@mail.ru" album_url="851" hrefXML="http://foto.mail.ru/mail/irbris/851/list.xml">

It shows and can be changed url photo album, user e-mail address of the album.

The Maylovskoye slideshow is quite functional: you can scroll through a click or start automatic playback, specify the time to view the photo, expand it to full screen, get the embed code on the website and livejournal, go to the photo album, increase or decrease the size of the viewed photos, there is a bottom The preview tape in the upper right corner indicates the number of photos in the album and the total number of photos.


How to download music from My World to a computer using browser tools
In addition to downloading music using browser add-ons or programs designed for this, mail.ru has the ability to download music using the browser. To do this, we upload the audio track to the community post (HTML tab) and copy the link in the resulting code (highlighted in the screenshot):



Example of a link for downloading music: http://music24.my.mail.ru/file/1415223dc3d5c02144f89ab1f647e02b.mp3
When you click on this link, depending on the browser and its version, either the save file window immediately appears, or the player opens with music, which you can click with the right mouse button and select “Save audio” in the context menu

How to upload flash-animation to mail.ru
Mail.ru does not have the ability to add flash objects to an entry in the community. But if you can not, but really want, then you can.
For unknown reasons, a code for inserting information from the site iii.ru/login passes on mail.ru. In addition to the mail you can download the same flash mail card with an address that begins on http://images.cards.mail.ru

Code to insert a flash drive:



()



-, mail.ru, . , - mail.ru.

How to make a table cell fill color
Sometimes it seems that mail.ru lives according to its own laws known only to him. And the HTML language is also his own, different from that adopted on other sites. The tags allowed on mail.ru can be seen here , and there are very few of them. As for the other working tags, they are determined experimentally. For example, it is known that you can add an HTML table to mail.ru. The background attribute (fill the table with a picture) on mail.ru works, and the attributes bgcolor (fill color) and bordercolor (frame color) do not work.

In order to be able to apply a color to a cell in a table, we use styles.
Code:



,
, .


Displayed as:


This code indicates and can be changed:

border: 3px - the width of the frame;
double - frame type (other values: inset, outset, dotted, dashed, double, groove, ridge, solid );
# A2B5CD - frame color;
background: # F8F8FF - background color;
width: 400px - width;
padding: 8px - the distance from the frame to the text.

When we made the community menu, we set ourselves the task: to make it as easy as possible so that it loads quickly even at low Internet speeds (for some community members, the Internet is simply deadly slow). And they did, of course. This menu is a clean code and two tiny pictures, weighing 2.5 and 0.3 KB, respectively. At the same time, it looks no worse than fancy menus from pictures that are used in communities on mail.ru, and weighs a hundred times less and loads instantly.

How to remove spacing in the table between rows
About two years ago, an unpleasant feature appeared on mail.ru: gaps between rows of a table, a pixel width of four. They are displayed even with the directly specified parameters: border = "0" cellpadding = "0" cellspacing = "0" and it is impossible to remove them in the usual way, because they should not be.
The community menu turned into a lined drawing:



The problem has so far been solved by setting the table background (attribute background ) to some image that served as a background, so that the gaps between the cells are not so noticeable.
But it turns out that these gaps can be completely eliminated.

The usual code for a picture placed in 4 cells of a 2x2 table looks like this:












If you add this code to an entry in the community, a white bar appears between the rows of the table:



And this is what the table code looks like without spaces between the lines:













Perhaps, from the point of view of specialists, these life hacks for mail.ru look primitive and naive, the explanations seem too simple, and errors have crept into the codes. Only by education and occupation, I have nothing to do with computers, programming and technology in general. I know everything I know about computers and the Internet on mail.ru and thanks to mail.ru.
Notice, I do not idealize mail.ru. This site has flaws, and I know about them, probably more than anyone else. But a social network that makes you think and look for ways to solve problems is a lot.

If you know other undocumented features of the mail.ru site, tell us about them, please, - very interesting.
If you do not use mail.ru (or do not dare to admit it) - tell me if there are undocumented features in the Habré.
I wonder if gentlemen know geeks about their site as much as mail.ru users know about theirs.

UPD : and another mail brings character. So the post in the drafts will not clean. But I would like to see the comments.

Source: https://habr.com/ru/post/207372/


All Articles