Recent Questions

متن مرتبط با «sharing onedrive for business with exteal users» در سایت Recent Questions نوشته شده است

[Fixed] Feedback Form Wizard

  • نیلوبلاگ

    The Feedback Form Wizard has been fixed so that it can now, once again, create the CAPTCHA versions (ReCAPTCHA and hCaptcha) of the script. Apparently, somewhere along the line, I seem to have broken it during one of my inteal updates. I'm very sorry for the inconvenience. Note: you do not have to recreate your script if you successfully generated it before. (The problem was that under certain conditions, the wizard choked and died before it could generate a script. So if you actually received a...

    ادامه مطلب
  • Vue show and hide form elements

  • نیلوبلاگ

    Introduction When working with forms, it is common to display or conceal various fields based on the options selected. I'll use Vue to conditionally show or hide form elements. In this example, I'm going to use an SFC (Single File Component) for ease of us. You'll see this in full in the putting it all together section below. For this to work it does not need to use a SFC, the HTML and JS will work when used in traditional setups i.e. having JS in javascript blocks and the HTML in a page's b...

    ادامه مطلب
  • Extracting a time into select menus with PHP

  • نیلوبلاگ

    That begs the question how do you separate the time into seperate elements? Making use of explode can work. Exploding where there a : so: $parts = explode(':', '14:25:00'); This would result in an array: [ "14", "25", "00", ] To use an element you can refer to its index for example $parts[0] would contain 14 Using them by their index is fine to do but kinda messy. I prefer to give each element a name using the list function li...

    ادامه مطلب
  • [Updated] Feedback Form Wizard: improved PHP 8 (8.0, 8.1, etc) compatibility

  • نیلوبلاگ

    The script generated by the Feedback Form Wizard has been updated to improve compatibility with PHP 8 (eg, 8.0, 8.1, etc). Note: if you have generated your form and script after 1 January 2023, you already have this version (ver 3.2.0). ...

    ادامه مطلب
  • Upload images in Ckeditor 5 with Laravel

  • نیلوبلاگ

    CKeditor 5 out of the box does not come with upload capabilities. Uploading is supported with its plugins, some are official paid plugins that require subscriptions. There are a few free options. Base64 upload adapter This plugin allows uploads that will convert an uploaded image into base64 data. Very easy to use but will require you to save the complete base64 code with the post, this can be get long. Docs Simple image adapter An image upload tool. It allows uploading images to an applica...

    ادامه مطلب
  • Adding pinned posts with Laravel

  • نیلوبلاگ

    Let's say you have a blog and have posts ordered by their published date. Later you decide you want to pin certain posts. Pinned posts should be displayed before any other posts regardless of their published date. The Solution You can accomplish this by modifying the order clause in the query. Take this order: ->orderBy('published_at', 'desc') This will order posts by their published date in descending order. Adding a second-order clause: ->orderBy('is_pinned', 'desc')->orderB...

    ادامه مطلب
  • Expression Web Tutorial: How to Design a Website with Microsoft Expression Web

  • نیلوبلاگ

    Microsoft's free web editor is a sophisticated WYSIWYG web editor with many features usually only found in commercial offerings (and no wonder, since it was previously something you had to buy). This tutorial series takes you through the process of designing a fully functional multi-page website with Expression Web....

    ادامه مطلب
  • How to Insert a Bullet Point (Unordered) List with BlueGriffon

  • نیلوبلاگ

    This article shows you how to insert a bullet point list (where each item on the list is marked with a solid black circle rather than numbered) into a web page using the BlueGriffon web editor....

    ادامه مطلب
  • How to Add an Audio or Music File to a Web Page with BlueGriffon

  • نیلوبلاگ

    BlueGriffon has built-in facilities for you to insert an audio clip or music file into your web page. This article shows you how to use it....

    ادامه مطلب
  • Why Can't I Make Up Any Domain I Want? Is There a Way to Do Away with a Registrar Altogether?

  • نیلوبلاگ

    I was asked by a visitor why he couldn't dispense with a registrar and just make up any domain name he wanted. You may be surprised to hear that you can actually do that. But it won't do you any good....

    ادامه مطلب
  • How to Change the Colour (Color) of Links on a Web Page with BlueGriffon

  • نیلوبلاگ

    There may be times you need to change the default colour of a link on your web page, for example, because the background colour clashes with it or renders it nearly invisible. This article shows you how to do it using the free BlueGriffon web editor....

    ادامه مطلب
  • How to Change the Colour (Color) of Links on a Website with Expression Web

  • نیلوبلاگ

    This article deals with how to change the colour of the links on a web page using the free Microsoft Expression Web editor. It also addresses how you can change the colour of a link that has been clicked, as well as its colour when a mouse pointer is hovering over it....

    ادامه مطلب
  • [Updated] How to Add a CAPTCHA Test to Your Feedback Form Script: Reducing Spam in Your Contact Form

  • نیلوبلاگ

    The article on how to add a CAPTCHA to your contact form has been updated to include information on how you can use the newest CAPTCHA option (the one that potentially pays you for using them) of the Feedback Form Wizard. ...

    ادامه مطلب
  • [Updated] Free Feedback Form Wizard: new CAPTCHA option for reducing spam

  • نیلوبلاگ

    The Feedback Form Wizard has been updated to include an additional CAPTCHA option. This one is not only free, it apparently even pays you when your visitors solve the CAPTCHA challenges. For those wondering, CAPTCHAs are those "I am not a robot" or "I am human" checkboxes on forms, used to make sure that a human is at the helm, and not some spam robot....

    ادامه مطلب
  • How to Use Small Capital Letters for Lowercase and Large Capital Letters for Uppercase (CSS)

  • نیلوبلاگ

    This article answers a question from a visitor on how to display a sentence so that small (lowercase) letters are shown in capital letters, but have a height shorter than the actual capital (uppercase) letters....

    ادامه مطلب
  • How to Draw a Horizontal Line on a Web Page with Expression Web

  • نیلوبلاگ

    This article shows you 2 different methods to draw horizontal lines on your web page (whether as a decoration or to separate content) using the free Expression Web editor....

    ادامه مطلب
  • How to Insert Meta Tags into a Web Page with BlueGriffon

  • نیلوبلاگ

    This article answers a question from a visitor on how to insert meta tags into a website using the free BlueGriffon web editor....

    ادامه مطلب
  • 8 Mistakes You Might Be Making With Your Website Design

  • نیلوبلاگ

    You may think designing a website is easy, but many businesses still make mistakes when building one. Those mistakes can reduce conversions and scare away leads Here I present to you eight website design mistakes you may make and how you can fix them. You Don’t Use The Right Templates Every website carries its own key function. For example, an e-commerce website aims to sell products, while a port...

    ادامه مطلب
  • Top 12 Backlink Checker Tools for 2021 (Free & Paid)

  • نیلوبلاگ

    Backlinks are the backbone of your website. According to SEO experts, backlinks are essential sources of traffic generation and higher domain authority which make backlinks vital components to accrue top ranking on SERPs. However, for creating good backlinks, you definitely need backlink tools and a backlink building strategy to proceed with. You are in the right place if you are in search of some...

    ادامه مطلب
  • 11 Tips For Improving SEO Content in 2020

  • نیلوبلاگ

    Content writing has become one of the most popular online activities of the decade, but it doesn’t mean that everyone is doing it successfully. It takes a lot of skills and writing prowess to design q...

    ادامه مطلب