بدء سلسلة خطوة خطوة في لغة C
اليوم بدأت سلسلة خطوة خطوة في لغة C وهي دروس في لغة البرمجة C وأعتذر من متابعي دروس تطوير تطبيقات iOS، فحالياً ليس لدي جهاز Mac ولكن أوجهكم لمتابعة دروس الأخ علي الزهراني على قناته.
الدرس الأول في لغة C
اعتذار للزوار
بالأمس لاحظت أن نموذج المراسلة الخاص بالموقع لم يكن يعمل، لذلك أعتذر لكل من راسلني خلال الفترة الماضية ولم أرد عليهم لأن رسائلهم لم تصلني.
كذلك مرت فترة على الموقع بدون تحديث كنت مشغولاً بالدراسة وقرب الاختبارات، وقريباً إن شاء الله لي عودة في التدوين وفي طرح الدروس.
حفظ واسترجاع البيانات من وإلى الملفات
في هذا الدرس سنتعرف على حفظ واسترجاع البيانات من وإلى الملفات. وبهذا نصل إلى نهاية هذه الدورة.
From Web Developer
Making Toolbar with CSS
In this quick lesson we're gonna make a toolbar using icons form single image as background. The main idea here is using one image as background of many thing to reduce HTTP requests. Reduce HTTP request will make the page load faster if we have the same image size as parts. We'll learn how to specify ...
Making Charts on Browsers by Canvas
Today we're going to use Canvas with JavaScript to draw chart on the browser. The tag `canvas` is new as a part of HTML5, so it can only work in new browsers so be careful where to use it. The basic idea here is to draw some rectangles after doing some calculations (who said programmers do not use math!) ...
Back with Changes
Hi, so it's been long time science I wrote last post, I'm gonna stop talking about beginner's lessons. I can't explain PHP or JavaScript for none-programmers from the begin level, but I'm gonna talk in different topics in web development not like series of lessons. I changed the theme and returned it ...
Hello JavaScript
JavaScript is a wonderful programming language (not ) that executes in client side, I mean visitor browser. We can do cool things with this language... validate data, visual effects, interact with visitor or AJAX. Before we can go deep in JavaScript We need to know how to add JavaScript code with HTML. The ...
Styling Tables
In this lesson we will learn how to style table in CSS. How to add borders, colors, padding and more. you can use your imagination to create a good style for your data tables. If you try border attribute on table like the next code, you will see a border around the table and around all cells in the ...
Making Tables
In this lesson we're going to talk about table in HTML. We use table often to view some data. Some designers use it to layout design, but it is not a good way to do that. As we know table contain cells ordered in rows and columns. To begin a table structure we use `table` tag. [code lang="html"] .......... [/code] The ...
HTML5 New Tags
This is a light lesson. Now, it is a good time to talk about some HTML new tags like header, nav, section, aside and footer. That's not all, just I want to talk about those in this post. If you did last tow lessons, now we can change our page a little bit to use some HTML5 tags. This was our main code. [code ...
Navigation and Menu
This lesson is to learn how to make Navigation and menu using unordered lists. We're going to continue after the code of last psot so let's begin and add a navigation bar to our HTML just change the header part to be like this code:. [code lang="html"] Web Developer HTML, CSS, JavaScript, ...




