₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,828 members, 8,423,872 topics. Date: Wednesday, 10 June 2026 at 11:28 AM

Toggle theme

Smithsteady's Posts

Nairaland ForumSmithsteady's ProfileSmithsteady's Posts

1 2 (of 2 pages)

Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 8:25am On Sep 13, 2013
@wisemania which one?
ProgrammingRe: Wow! I Just Discovered U Could Do Some Looping In Ur View Without Razor by smithsteady(op): 2:29pm On Sep 12, 2013
@Code-Eater is just as simple as this

KnockoutJs


<script>
function ViewModel()
{
this.donations= ko.observableArray([])
}

ko.applyBindings(new ViewModel());
</script>

HTML PART
<tbody data-bind="foreach: donations">

<td data-title="Amount Pledged">
<span data-bind="text: formatcurrency(Amount)"></span>
</td>

<td data-title="Pledge Date">
<span data-bind="text: formatdatetime(CampaignEndDate)"></span>
</td>


</tr>
</tbody>


donations is an observableArray has Amount and CampaignEndDate as properties, foreach simply iterates through your collection.
i can send you a book on KnockoutJs that will help you do MVVM, u will enjoy it pal.
However, hope u gonna go through ma code but won't appreciate it if u "EAT" it . grin
ProgrammingWow! I Just Discovered U Could Do Some Looping In Ur View Without Razor by smithsteady(op): 10:31am On Sep 12, 2013
Wow! i just discovered that u could do some looping stuff on ur view using only KnockoutJs without the Razor syntax in ASP MVC. It's so amazing.
ProgrammingRe: Is There Any Prof. Programmer That Could Criticize This My Code by smithsteady(op): 4:32pm On Sep 11, 2013
I appreciate all your corrections my heroes
ProgrammingRe: Is There Any Prof. Programmer That Could Criticize This My Code by smithsteady(op): 1:04pm On Sep 10, 2013
Thanks u my pals.
ProgrammingIs There Any Prof. Programmer That Could Criticize This My Code by smithsteady(op): 2:23pm On Sep 09, 2013
Is there any prof. programmer that could criticize this my code, or help me improve the quality. I believe dat i'm not perfect there are guys out there better than me. this jQuery and Javascript


$(function () {

var PledgeTypeFrequency = {
startDateWrapper: $("#wrapper-start-date"wink,
dueDateWraper: $("#wrapper-due-date"wink,
wrapper: $("#wrapper"wink,
dropDown: $("#pledge-freq-select"wink
}

var chkReminder = $("#chkReminder"wink;
var remindPeriod = $(".remind-period"wink;
var pledgeType={
amount:$("#amount-wrapper"wink,
desc: $("#desc-wrapper"wink,
wrapper: $("#wrapper2"wink,
dropDown: $("#pledge-type"wink
};
function IsShowRemindPeriod(condition)
{
if (condition.is(':checked'))
remindPeriod.slideDown(1000);
else
remindPeriod.slideUp(1000);
}
IsShowRemindPeriod(chkReminder);


function CommonOperation(obj1,obj2)
{
obj1.css({ "display": "none" });
obj2.css({ "display": "none" });
}
function PledgeFreqDisplay()
{
var selectedVal = $("#pledge-freq-select :selected"wink.text();
if (selectedVal == "One Time"wink
PledgeTypeFrequency.wrapper.empty().append(PledgeTypeFrequency.dueDateWraper.css({ "display": "block" }));

else if (selectedVal == "Select"wink
CommonOperation(PledgeTypeFrequency.dueDateWraper, PledgeTypeFrequency.startDateWrapper);
else
PledgeTypeFrequency.wrapper.empty().append(PledgeTypeFrequency.startDateWrapper.css({ "display": "block" }));
}
function PledgeTypeDisplay()
{
var selectedPledge = $("#pledge-type :selected"wink.text();
if (selectedPledge === "Money"wink
pledgeType.wrapper.empty().append(pledgeType.amount.css({ "display": "block" }));
else if (selectedPledge == "Select"wink
CommonOperation(pledgeType.amount, pledgeType.desc);
else
pledgeType.wrapper.empty().append(pledgeType.desc.css({ "display": "block" }));

}

PledgeFreqDisplay();
PledgeTypeDisplay();
pledgeType.dropDown.change(function () {
PledgeTypeDisplay();
});

PledgeTypeFrequency.dropDown.change(function () {
PledgeFreqDisplay();

});

chkReminder.bind("click",function () {
IsShowRemindPeriod(chkReminder);
});

})
ProgrammingRe: How Can I Use Visual Studio 12 To Build Web Application by smithsteady(m): 2:03pm On Sep 09, 2013
send me ur email so that i could send u my video tutorial on how to get started.
EducationRe: Please Does Anyone Know How To Get ABU PGD Form For 2013/2014? by smithsteady(op): 4:32pm On Sep 03, 2013
@uboma, Thanks guy, i'm grateful.
EducationPlease Does Anyone Know How To Get ABU PGD Form For 2013/2014? by smithsteady(op): 3:03pm On Sep 03, 2013
Please does anyone know how to get ABU PGD form for 2013/2014? Thanks in anticipation pals
Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 2:04pm On Sep 01, 2013
@umar745, sorry is not on cloud
Jobs/VacanciesWeb Developer Needed Urgently At Jaffa Tech. Limited Abuja by smithsteady(op): 2:34pm On Aug 29, 2013
JAFFA Technologies LTD is a reputable ICT company in Abuja needs a proficient graphic designer who resides in Abuja. The person must be a guru in the following:
1. Photoshop
3. Dreamweaver
2. CSS3
3. HTML
If you are eligible you can call me on 08038231913
Tech JobsWeb Developer Needed Urgently At Jaffa Tech. Limited Abuja by smithsteady(op): 2:26pm On Aug 29, 2013
JAFFA Technologies LTD is a reputable ICT company in Abuja needs a proficient graphic designer who resides in Abuja. The person must be a guru in the following:
1. Photoshop
3. Dreamweaver
2. CSS3
3. HTML

You can call me on 08038231913 if you know you are eligible.
Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 2:14pm On Aug 29, 2013
Supports both
Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op):
You simple use css to style it. e.g in that your page could you add this tag there.. <style> body{ background-color: #ccc} </style> hope this will change the color. Listen! if you want your site to look sexy if have to learn HTML, CSS3 and jQuery.
Regards.Below is a sample of my app. that is endowed with C#, HTML5, CSS3 and jQuery

Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 8:13am On Aug 29, 2013
@ mbatuku2, Could you jettison the idea of learning two languages at the same time, ASP and PHP are both for web programming. Learning two programming languages at the same time will perplex you. Could you stop anything PHP for now and be very good at C#, listen, let me tell you, what makes you marketable is knowing a rugged language many do not know. 60 out of 100 programmers know PHP and MySQL. you will easily get job with PHP but knowing that language people do not go after but rugged will give you job security and enough pay both in freelancing.PHP is marketable mostly in nigeria but countries like UK, USA, SA have penchant for other languages like C-sharp, JAVA, RUBY on RAILS. My company is a subsidiary of a U.S company, i have worked there for three years now and have not coded using PHP but using C# and JAVA. Hope this helps you.
Regard!
Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 7:55pm On Aug 28, 2013
@Papydan,check ur mail
Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 7:52pm On Aug 28, 2013
@Mbatuku but the one i used in d tutorial is professional version, they look alike. For PHP and MySql, u need to install XAMP or WAMP server on your system.Notify me wen u ar done so dat i could prepare a video tutorial for u to get started. Regards!
Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 10:13am On Aug 28, 2013
@mbatukus, check ur mail bro.
Tech JobsRe: Free Mentorship Offer On Programming And Web Development by smithsteady(op): 8:12am On Aug 27, 2013
Moses, i made a video tutorial for u with regard to ur quest. just send me ur mail address for forwarding.Hope my tutorial will help u a lot. Regards!
Tech JobsFree Mentorship Offer On Programming And Web Development by smithsteady(op): 10:46am On Aug 26, 2013
Hi guys, are you interested in being a C#, JAVA or RUBY programmer but you do not know how to start. I'm here for u.I have a cache of e-books that will give u a comprehensive guide together with my assistance.I believe if we have good programmers in our country, one day we'll start exporting software like some of these countries like U.S.A, India etc.
Regards!
Technology MarketCheckout My Sales Application...i Think You Need it For Ur Biz by smithsteady(op):
AI is a smart sales application which was designed to solve human oriented problems. It has the following features:

1.Sales management
2. Receipt Generation.
3. Inventory System.
4. Chart that depicts loss and gain monthly.
5. Information Management System (You can see daily/weekly Profit,Gain, Loss, Deposits, etc).
6. Wow!!! You can it can even be configured to be giving you voice calls/SMS of the total sales at the end of the day.
7. Enhanced Security System.


For more information call Smith on 08135811554

BusinessCHECKOUT THIS SMART SOFTWARE FOR YOUR SALES MGT (VIEW PICS) by smithsteady(op):
AI is a business web application that is capable of managing your sales and inventory for you. In short, it has the following features below:
1 Receipt generation.
2 Bar Code reader and generation.
3 voice call, Email and SMS i.e at the end of the day you choose of of these options as the means of sales report.
4 Maximum security.
5 Chart presentation of profit and loss.
6 Inventory Management Sys.
7 Daily, weekly, monthly and year sales report.
8 Sales management.
9 And more..

For your dynamic website development and custom software i am also there for you.
for more inquiries call Smith on 08135811554

Technology MarketFor Your Static And Dynamic Websites @ A Cheap Rate by smithsteady(op): 12:58pm On Jul 24, 2013
FOR YOUR STATIC AND DYNAMIC WEBSITES @ A CHEAP RATE CALL ME ON 08038231913
WE LEVERAGE THE FOLLOWING TECHNOLOGY TO DEVELOP OUR SITE
1 HTML5,CSS3 AND JAVASCRIPT.
2 ASP.NET.
3 PHP AND MYSQL.
Tech JobsRe: Jquery Pop-up Window Plugin, Free by smithsteady(op): 9:24am On Jul 02, 2013
alright i will do that but do u program with PHP or ASP?
Technology MarketObject Oriented Programming Training Web Designing(abuja Residents Only) by smithsteady(op): 2:47pm On Jun 19, 2013
If you want to career in software engineering/dynamic web development and you reside in Abuja. This is a great opportunity for you. We will train you on the following programming languages:

C-Sharp.Net(C#)
VB.Net
ASP.Net(i.e for dynamic web development)including ASP MVC4
PHP and MySQL
JavaScript, jQuery, Knockout.js and HTML5 (This is for web development)
Titanium and Xamarine (For mobile development).

for more enquiries call: 08135811554
Technology MarketObject Oriented Programming Training Web Designing(abuja Residents Only) by smithsteady(op): 2:38pm On Jun 05, 2013
If you want to career in software engineering/dynamic web development and you reside in Abuja. This is a great opportunity for you. We will train you on the following programming languages:

C-Sharp.Net(C#)
VB.Net
ASP.Net(i.e for dynamic web development)including ASP MVC4
PHP and MySQL
JavaScript, jQuery, Knockout.js and HTML5 (This is for web development)
Titanium and Xamarine (For mobile development).

for more enquiries call: 08135811554
Certification And Training AdvertsObject Oriented Programming Training (abuja Residents Only) by smithsteady(op): 2:19pm On Jun 05, 2013
If you want to career in software engineering/dynamic web development and you reside in Abuja. This is a great opportunity for you. We will train you on the following programming languages:

C-Sharp.Net(C#)
VB.Net
ASP.Net(i.e for dynamic web development)including ASP MVC4
PHP and MySQL
JavaScript, jQuery, Knockout.js and HTML5 (This is for web development)
Titanium and Xamarine (For mobile development).

for more enquiries call: 08135811554
Technology MarketBusiness Management Software Available (Business Robot). by smithsteady(op): 1:57pm On Jun 05, 2013
Sales Management Software is available that will help you manage your business effectively, It manages inventory, means you don't need to worry about inventory management, It keeps track of every item sold. It is highly secured, means your goods will not be tampered.you do not need to worry about entering goods manually as it has Bar-code reader. Infact it has lots more features....

For more inquiries call 08135811554
Technology MarketFree Jquey Pop-up Window Plugin. by smithsteady(op): 7:19pm On Jun 04, 2013
This is my jQuery Pop-Window plugin i designed for my friends that send me email day by day with regard to pop-window with Ajax. If u are interested send me ur email, It is very easy to plugin into ur project.

Tech JobsJquery Pop-up Window Plugin, Free by smithsteady(op): 7:09pm On Jun 04, 2013
This is my jQuery Pop-Window plugin i designed for my friends that send me email day by day with regard to pop-window with Ajax. If u are interested send me ur email, It is very easy to plugin into ur project.
ProgrammingRe: Are MVC4 ASP Developers(c#) Here? by smithsteady(op): 9:20am On Jun 03, 2013
@Ojukwu i will send it for you over the weekend
ProgrammingRe: Are MVC4 ASP Developers(c#) Here? by smithsteady(op): 10:29am On May 28, 2013
Do u care for my new jQuery plugin for fancy popUp windows?

1 2 (of 2 pages)