نظرات اشتراک‌ها
بحثی در مورد تغییرات اخیر سایت Medium
اگر قصد نصب افزونه‌ای را ندارید، برای مشاهده‌ی یک صفحه در کش گوگل، بر روی نوار ابزار bookmarks مرورگر خود، راست کلیک کرده و یک bookmark جدید را با URL زیر به آن اضافه کنید:
javascript:location.href='https://webcache.googleusercontent.com/search?q=cache:'+encodeURIComponent(location.href)
پس از این اینکار، با کلیک بر روی این دکمه‌ی جدید، صفحه‌ی جاری در حال مرور را در کش گوگل مشاهده خواهید کرد و اگر محتوای صفحه‌ی باز شده قابل مشاهده نبود، حالت Text version آن‌را آزمایش کنید.
نظرات اشتراک‌ها
تقویم شمسی رسپانسیو برای بوت استراپ
تقویم شمسی بالا را رو من دیشب رو یکی از کارهام استفاده کردم و تقویم خوبی هم بود. رویدادی به نام onSelect داره که مقدار زمان را به صورت UnixTime برمیگردونه البته برای دات نت باید قبل از تبدیل مقدار را تقسیم بر 1000 کرد.
$(".from-date").pDatepicker({
                format: "YYYY/MM/DD dddd",
                autoClose: true,
                onSelect: function (unixDate) {
                    console.log(unixDate);
                    $("#start").val(unixDate);
                    return this;
                },
                navigator: {
                    enabled: true,
                    text: {
                        btnNextText: ">",
                        btnPrevText: "<"
                    },
                },
            });


اشتراک‌ها
DevToys - پکیجی از ابزارهای کاربردی برای برنامه نویسان

The collection includes 14 different tools including a Json to Yaml and Yaml to Json converter, a JWT decoder, a Text compare tool, and more.

The full list includes:

  • Converters
    • Json <> Yaml
    • Number Base
  • Encoders / Decoders
    • HTML
    • URL
    • Base64
    • JWT Decoder
  • Formatters
    • Json
  • Generators
    • Hash (MD5, SHA1, SHA256, SHA512)
    • UUID 1 and 4
    • Lorem Ipsum
  • Text
    • Inspector & Case Converter
    • Regex Tester
    • Text Comparer
    • Markdown Preview
  • Graphic
    • Color Blindness Simulator
    • PNG / JPEG Compressor

Some of the tools will have wider appeal, for example, the text comparison tool would be useful for writers and solicitors alike, while the PNG/JPEG compressor could help webmasters. Expect more utilities to join the bundle in the future.

The collection is free, and can be accessed via GitHub here or free via the Microsoft Store. 

DevToys - پکیجی از ابزارهای کاربردی برای برنامه نویسان
اشتراک‌ها
Notepad++ v8 منتشر شد

A new version of Notepad++ has been released. The updated version of the text editor adds support for ARM64 systems, as well as extending its range beyond x86 and x64 systems. 

Notepad++ v8 منتشر شد
اشتراک‌ها
بومی سازی در برنامه‌های Angular

Part of the new Angular rendering engine, Ivy, includes a new approach to localizing applications — specifically extracting and translating text. This article explains the benefits and some of the implementation of this new approach. 

بومی سازی در برنامه‌های Angular
اشتراک‌ها
کتابخانه combodate

Dropdown date and time picker.  Demo
This plugin converts <input type="text"> into dropdown elements to pick day, month, year, hour, minutes and seconds.

  • support of date, time, datetime
  • 12h / 24h format
  • based on moment.js  
کتابخانه combodate
اشتراک‌ها
Package Managerی برای ویرایشگر متن Sublime Text
Sublime Text یک ویرایشگر متنی قدرتمند و در عین حال با حجم سبک برای کدنویسی و حتی نوشتن متن‌های معمولی است. جاهایی که نیاز به ویژوال استودیو نیست میشه اونو نصب و استفاده کرد. همچنین با استفاده از Package Manager اون میشه امکانات بیشتری رو بهش اضافه کرد.
اما در حال حاضر آخرین نسخه از این ویرایشگر حروف زبان‌های راست به چپ مثل پارسی رو درست نمایش نمیده. من از نسخه 3 و Build 3092 استفاده می‌کنم.
Package Managerی برای ویرایشگر متن Sublime Text