Ubuntu - Linux for human beings

Ubuntu Article Collection:
aliyev’s ubuntu notes
 

Awesome Event of "phpXperts Yahoo Group" is "PHP Seminar 2009: Current Development Trends" at Brac University Seminar Hall

পূর্বের ঘোষণা অনুযায়ী ৯ মে অনুষ্ঠিত হওয়ার কথা থাকলেও শেষ পর্যন্ত ১৬ মে অনুষ্ঠিত হয় পিএইচপি এক্সপার্টস্ ইয়াহূ গ্রুপের সেমিনার - PHP Seminar 2009: Current Development Trends. সেমিনার শুরু হওয়ার কথা ৩টা ১০মিনিটে ব্রাক ইউনির্ভাসিটির সেমিনার হলে হলেও কয়েক মিনিট দেরিতে হাসিন হায়দার অনুষ্ঠান শুরু করেন। এই সেমিনারে প্রায় ১৬০‍‍‌‌-১৭০ জন উপস্থিত হয়, যারা হল বাংলাদেশের পিএইচপি এক্সপার্ট ও বিগিনার । কিভাবে পিএইচপি প্রোগ্রামার হিসাবে নিজেকে গড়ে তুলতে হবে এটাই মূল বিষয়। এই সেমিনারে যেসব বিষয়ে আলোচনা করা হয়েছে তার অধিকাংশই ব্যবহার করি অথবা জানি । তারপরেও, এইরকম সফল ও সুন্দর সেমিনার আয়োজন করায় আয়োজকদের জানায় আন্তরিক অভিনন্দন।

Data Filtering in PHP

 

Data Filtering extension filters data by either validating or sanitizing it. This is especially useful when the data source contains unknown (or foreign) data, like user supplied input. For example, this data may come from an HTML form.
There are two main types of filtering: validation and sanitization.
Validation is used to validate or check if the data meets certain qualifications. For example, passing in FILTER_VALIDATE_EMAIL will determine if the data is a valid email address, but will not change the data itself.
Sanitization will sanitize the data, so it may alter it by removing undesired characters. For example, passing in FILTER_SANITIZE_EMAIL will remove characters that are inappropriate for an email address to contain. That said, it does not validate the data.

মুমিন মুনাফিকের পরিচয়

মুমিন
* মুমিনরা প্রকৃতিগতভাবে সরল-সোজা এবং ভদ্র মেজাজের হয়ে থাকে। অপর দিকে পাপী ও কাফেররা ধুর্ত এবং নীচ স্বভাববিশিষ্ট হয়ে থাকে। (বুখারি)
* মুমিন ব্যক্তি সহজ-সরল ও ভদ্র প্রকৃতির হলেও বোকা হয় না। এমন নয় যে, পদে পদে ধুর্তদের দ্বারা প্রতারিত হবে। (বুখারি)
* মুসলমান সেই ব্যক্তি, যার জিহ্বা এবং হাতের অনিষ্টকারিতা থেকে অন্য মুসলমান নিরাপদ থাকে। মুমিন সেই ব্যক্তি, যাকে লোকেরা তাদের জান ও মালের ব্যাপারে অনিষ্টকর মনে না করে। (বাই হাকি)

Ayats (verses) Requiring Sajda-e-Tilawat

   1. Surah Al A'Raf (7) Ayat 206
   2. Surah Al Ra'd (13) Ayat 15
   3. Surah Al Nahl (16) Ayat 50
   4. Surah Bani Israil (17) Ayat 109
   5. Surah Maryum (19) Ayat 58

Dynamic Date Time Dropdown List

The menu is generated using PHP and all values default to current values for year, month, day, and hour. These values can be set along with the name and id of each element.

Know About Jannat

 When MOMIN will enter into Jannat, it will be announced

1) You will remain healthy forever, disease will never come.

2) You will remain alive for ever, death will never come.

3) You will remain in bounties which will never be finished.

Software Engineer's Daily Routine

8:30AM: wake up

8:45AM: Tough decision; to bath or not.

8:50AM: Have To.

9:15AM: Punch in.

9:20AM: Check Mail.

Cheat Sheets Collection of PHP, MySQL, Javascript, CSS, JQuery, HTML

PHP Cheat Sheet

The PHP cheat sheet is a one-page reference sheet, listing date format arguments, regular expression syntax and common functions and designed to make life a bit easier. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size PHP cheat sheet.

1.      PHP cheat sheet -1 or PHP Cheat Sheet (V1)

Learn PHP from Scratch

PHP stands for Hypertext Preprocessor. While other languages, like Javascript, function on the client-side, your PHP code will execute on the server level. It works seamlessly with our HTML. Furthermore, your PHP can be embedded within your HTML and vice versa. The important thing to remember is that, no matter how complicated your PHP is, it will ultimately be output as simple HTML.

HTML is 100% static. PHP is a scripting language that is perfect for developing dynamic web pages and applications.
You must have the following installed on your computer in order to begin.