Posts

Important links for enterpreneur

social/forums: twitter.com linkedin.com reddit.com indiehackers.com hackernews.com tamilpreneurclub producthunt.com launch sites: https://launchpedia.co/places-to-promote-your-startup/?_launch_places_category=reddit#placescard https://www.producthunt.com/discussions/9-places-to-submit-your-saas-and-get-the-first-100-users-part-2 https://www.producthunt.com/discussions/9-tech-directories-you-can-post-your-saas-to-get-the-first-100-users producthunt.com

Best Time To Post On Instagram

Image

register marriage needed documents

Age proof 1. Birth certificate 2. Passport  3. School Mark sheet 10th or 12th 4.TC Address proof 1. Passport 2. Driving licence 3.voter I'd I'd proof 1. Aadhar card 2. Driving licence or pan card 3. Passport Extra # family card # marrage certificate or marriage invitation # passport size photo 3  If Any register marriage at solvency at society (sangam) 3 photo copy extra Witness @ 3 person with Aadhaar card age must be above 21 complete

இந்திய தண்டனை சட்டம் பிரிவு 498A (IPC Section 498A in Tamil)

ஒரு பெண்ணை, அவளுடைய கணவன் அல்லது கணவரின் உறவினர்களில் ஒருவர் கொடுமைப்படுத்தினால் அந்த நபருக்கு 3 ஆண்டுகள் வரையில் சிறைக்காவலுடன் அபராதமும் சேர்த்துத் தண்டனையாக விதிக்கப்பட வேண்டும். விளக்கம்: இந்தப்பிரிவில் வரும் கொடுமைப்படுத்துதல் என்ற சொல் தரக்கூடிய பொருள் யாதெனில்; 1. ஒரு பெண்ணைத் தற்கொலை செய்து கொள்ளும்படி தூண்டக்கூடிய அல்லது அவளுடைய உயிருக்கு, உடலுக்கு அல்லது சுகத்திற்குத் தீங்கு விளைவிக்கக் கூடிய ஒரு செயலைக் குறிக்கும் (அது உடலுக்கு அல்லது உள்ளத்துக்கு கேடுபயக்கக் கூடியதாகக் கூட இருக்கலாம்) 2. சட்ட விரோதமாக ஒரு சொத்தை அல்லது மதிப்புள்ள காப்பீட்டை அந்தப் பெண் மூலம் அல்லது அவளுடைய உறவினரிடமிருந்து வலுக்கட்டாயமாகப் பெற வேண்டும் என்பதற்காக அல்லது அப்படி அவளால் அல்லது அவளுடைய உறவினரால் அப்படிக் கொடுக்க முடியவில்லை என்பதற்காக அந்தப் பெண்ணுக்குப் பொறுக்க முடியாத சங்கடங்களை உண்டாக்குவதைக் குறிக்கும்.

How to Set FileZilla to Open and Edit Files with Notepad++

https://ostraining.com/blog/webdesign/how-to-view-files-with-filezilla/ When installing and using FileZilla FTP client for the first time, it won’t allow you to right-click files and instantly edit them using code editors, like Notepad++. You want to quickly open and edit your PHP or SQL file but FileZilla won’t let you. In this tutorial, you will learn how to set your FileZilla to open and edit files in Notepad++ code editor. If you are a beginner website builder, FileZilla is a free desktop program that allows you to transfer files and folders between your desktop and your remote website. Such programs are most commonly called “FTP clients”. You can download FileZilla for Windows, Linux or Mac from the FileZilla project website. Notepad++ is a code editing program, like Microsoft’s text editor Notepad. Only with Notepad++ you have much more useful options to work with the code. Once you have downloaded and installed FileZilla on your desktop, follow the steps below. For the pur

Laravel framework Composer run

https://www.javatpoint.com/how-to-install-composer-on-windows https://stackoverflow.com/questions/57947727/when-executing-composer-commands-error-php-is-not-recognized-as-an-internal-o // for deprecated error in vendor files, install composer in windows and run the below command in the root file of source code where composer.json exists, composer update

PHP cmd to create DB without running install in Laravel

Pre-Requisites: php instakked globally (i.e) Environment varibles has the path of php in xampp Laravel source code with database folder containg seed and migration php files Artisian file at root of source code .env file at root of source code with DB user name and password Commands: 1. Go to command prompt and navigate to the root of the source code. 2. Command to create tables php artisan migrate 3. Command to insert row in tables php artisan db:seed