Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια
σε

 

Αρχική σελίδα Ιστολόγια Συζητήσεις Εκθέσεις Φωτογραφιών Αρχειοθήκες

Παρουσίαση με Ετικέτες

Όλες οι Ετικέτε... » ASP.NET » CSS   (RSS)
Εμφάνιση σελίδας 1 από 2 (33 συνολικές δημοσιεύσεις)
  • HowTo: Reset browser cache of CSS files upon ASP.net MVC app publish

    On an ASP.net MVC webapp I’m maintaining, I had the issue that due to caching of older CSS (stylesheet) files in the browser, if the user didn’t press F5/refresh, it wasn’t showing you some message (since I had added the class .center-horiz-vert in the CSS that didn’t exist in the older cached css the browser […]
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Οκτωβρίου 18, 2019
  • HowTo: change color of validation messages in ASP.net MVC

    If you need to customize the colors (or do more restyling) of validation messages in ASP.net MVC, the following snippet from a discussion on ASP.net forums should be useful: Add to Content/Site.css: /* styles for validation helpers */ .field-validation-error {     color: #b94a48; } .field-validation-valid {     ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Νοεμβρίου 2, 2018
  • Fix: jQuery’s jqGrid search UI custom styling

    Lately, I’ve got the task of maintaining/extending an ASP.net MVC web application that is using jQuery’s jqGrid for data grids on its UI. First thing I noticed was how confusing the search UI on the grid’s header was: Those symbols on the left-side of each column’s searchbox are for the type of search (e.g. contains, […]
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Οκτωβρίου 3, 2018
  • Senior C# Developers Wanted - Cyberlogic

    Cyberlogic located in Heraklion Crete, is an innovative software company specializing in travel technology solutions. The ideal candidate will be responsible to develop modern applications using cutting edge technologies for travel industry customers worldwide. Required Skills:Excellent knowledge of C#/.NETExcellent knowledge of T-SQL and ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος cyberlogic στις Μαΐου 9, 2018
  • Προγραμματιστής/Αναλυτής για πλήρη απασχόληση στην Κατερίνη

    Ζητείται Προγραμματιστής/Αναλυτής για πλήρη απασχόληση στην Κατερίνη.Απαραίτητα προσόντα η άριστη γνώση/εμπειρία σε Visual Studio, C#, VB.Net, MVC, WinForms, ASP.Net, SQL Server. Πρόσθετα προσόντα, η γνώση των DevExpress Components και η εμπειρία σε ανάπτυξη Mobile Applications. Email επικοινωνίας: spolizos (at) analysis.com.gr
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος analysis στις Δεκεμβρίου 10, 2014
  • Ζητείται Junior Web Developer - Μαρούσι, Αθήνα

    Ζητείται προγραμματιστής πλήρους απασχόλησης (Junior Web Developer) με θέληση να εργαστεί σε έργα διαδικτύου (web) υψηλής επεκτασιμότητας και ενδιαφέροντος.Απαραίτητα ΠροσόνταHTML, JavaScript, jQuery, CSS, XML, XSLT, JSON, Ajax.NET Framework 3.5+, C#, ASP.NETΕμπειρία σε Microsoft SQL Server και προγραμματισμό SQL2+ έτη εμπειρία ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος Aleka στις Απριλίου 1, 2014
  • Software Engineers (Ref-SWE/1-4)

    Here, at CLMS, we love developing awesome software! We are a software engineering company, established in 1998, operating from London and Athens. Our main focus is the development of solutions both for enterprise-size companies and for challenging EU research projects. We have a proven track record, but we are constantly expanding and we know that ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος CLMS στις Μαρτίου 22, 2014
  • Web Developer Κοστολογητής Προσφορών Έργων Διαγωνισμών

    Web Developer Κοστολογητής Προσφορών Έργων Διαγωνισμών ζητείται από την INTELΙBRAIN έμπειρος, με γνώσεις / επαγγελματική πρoϋπηρεσία σε .NET, DOT NET NUKE (DNN), ASPX, ASP, HTML, MS SQL Server 2005/2008, CSS, Flash, Javascript ή Joomla / WordPress, PHP. Αμοιβή κατ’ έργον [project] μόνο κατόπιν ανάληψης. Σχέση Εξωτερικού Συνεργάτη. ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος gemini68 στις Μαρτίου 13, 2013
  • Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 6

    I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the sixth post in this series. You can find the first one here , the second ...
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Ιανουαρίου 2, 2013
  • Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 5

    I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the fourth post in this series. You can find the first one here , the second ...
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Ιανουαρίου 1, 2013
  • Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 4

    I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the fourth post in this series. You can find the first one here , the second ...
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 30, 2012
  • Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 3

    I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the third post in this series. You can find the first one here and the second one ...
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 30, 2012
  • Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 2

    I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this application step by step and I will explain everything that you need to know in order to develop ASP.Net MVC 4.0 applications. This is the second posts in this series. You can find the first one here. Make sure you read and ...
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 29, 2012
  • Creating a complete ASP.Net MVC 4.0 application with Visual Studio 2012, C# , EF 5.0 (Code First) - part 1

    I have been using ASP.Net MVC, Visual Studio, C# , Entity Framework, JQuery, CSS to build web sites and applications. I have been teaching ASP.Net MVC to people from all walks of life with different experience in Web development. I have decided to write a series of posts on how to write a small ASP.Net MVC 4.0 application.I will develop this ...
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 29, 2012
  • ΕΜΠΕΙΡΟΣ NET DEVELOPER Αναζητεί σχετική εργασία

    MCT/MCSE/MCPD. Πολύχρονη εμπειρία σε NET c#,VB,WCF WCF, Sharepoint 2010, MS-SQL-analysis services-reporting, Internet applications αναζητώ εργασία. [email protected]
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος apsarakis στις Σεπτεμβρίου 9, 2012
  • ASP.net WebPartZone skins and CSS

    I was just examining a MonoX portal skin that our designer is authoring for the ClipFlair platform and noticed that in the Default.skin file, there’s a note pointing to http://support.microsoft.com/kb/911717 that speaks of an issue with Microsoft’s implementation of WebPartZone skins: There it says: The CssClass property does not affect the ...
    Δημοσιεύτηκε στο George Birbilis' blog (Weblog) από το μέλος birbilis στις Αυγούστου 3, 2012
  • Sharepoint Developer

    Sharepoint Developer Description / Requirements ALBA Graduate Business School at the American College of Greece, a not-for-profit educational organization of graduate ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος al.do στις Απριλίου 30, 2012
  • Senior Software Engineer for MS .NET - Microsoft SharePoint (SSEM1204)

    Description of positionThe successful candidate will undertake the following duties:Software Development (according to relevant system design documentation) as part of a team.Documentation and verification of source code. Preparation of technical documentation of software. Unit testing, system acceptance testing.Application deployment ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος eworx στις Απριλίου 27, 2012
  • Ζητούνται .NET Developers

    Εταιρεία λογισμικού με έδρα την Αγγλία, ζητά software developers για μόνιμη εργασία στην Αθήνα. ΠροσόνταΠτυχίο στην πληροφορική, ή ισοδύναμο. Object-Oriented programming.NET Framework 3.5+, C#, WCFΕμπειρία σε Microsoft SQL Server και προγραμματισμό SQLWeb servicesHTML, JavaScript, jQuery, CSS, XML, XSLT, JSON, Ajax 1+ χρόνο εμπειρία ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος ador στις Ιανουαρίου 10, 2012
  • Ζητούνται .NET Developers

    Εταιρεία λογισμικού με έδρα την Αγγλία, ζητά software developers για μόνιμη εργασία στην Αθήνα. ΠροσόνταΠτυχίο στην πληροφορική, ή ισοδύναμο. Object-Oriented programming.NET Framework 3.5+, C#, WCFΕμπειρία σε Microsoft SQL Server και προγραμματισμό SQLWeb servicesHTML, JavaScript, jQuery, CSS, XML, XSLT, JSON, Ajax 1+ χρόνο εμπειρία ...
    Δημοσιεύτηκε στο Προσφορά/Ζήτηση Υπηρεσιών (Forum) από το μέλος ador στις Ιανουαρίου 10, 2012
  • Looking into Web performance in ASP.Net applications

    In these series of posts I am going to have a look into the various factors that make our web applications slower and how we can rectify that. Ι have already blogged about caching in this blog and you can find these blog posts below Caching an ASP.Net...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Δεκεμβρίου 8, 2011
  • Creating simple and complex animations with JQuery in ASP.Net applications

    This another post that is focusing on how to use JQuery in our ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here We always wanted to have eye-candy web applications and since the first web pages...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Σεπτεμβρίου 10, 2011
  • Ζητείται ASP.NET developer

    H ΣΥΜΜΕΤΡΙΑ ΛΥΣΕΙΣ ΔΙΑΔΙΚΤΟΥ ΕΠΕ αναζητεί έναν ASP.Net Web Developer για τη στελέχωση των γραφείων της στην Αθήνα (περιοχή Μετς).Απαραίτητα προσόνταΚαλή γνώση HTML και CSS. Δυνατότητα ανάπτυξης table-less layouts.Τουλάχιστον 2 χρόνια εμπειρία στην ανάπτυξη εφαρμογών με ASP.NET (C# ή VB.NET)Εμπειρία με Content Management Systems και Ηλεκτρονικά ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος symmetria στις Μαρτίου 7, 2011
  • How to create selectable themes in your ASP.Net applications

    In this post I am going to show you something that we see in most websites. When we visit a website we are given the choice through a control to select the theme(colors,font size,font family) that we want to be applied to the site. In almost all asp.net...(read more)
    Δημοσιεύτηκε στο Dot Net Rules (Weblog) από το μέλος nikolaosk στις Φεβρουαρίου 4, 2011
  • ABS - Ζητάμε Web Developer (VB.NET, C#, SQL Server και ASP.NET)

    Η ABS (Analysis Business Solutions) ζητά έναν έμπειρο προγραμματιστή με πολύ καλές γνώσεις VB.NET, C#, SQL Server και ASP.NET.Απαραίτητη θεωρείται η γνώση HTML, XHTML , CSS, JavaScript και επιθυμητά οι γνώσεις σε JQuery και Photoshop. Το έργο που θα αναλάβει είναι η συντήριση, επανασχεδιασμός και ανάπτυξη νέων site/portal ή άλλων web ...
    Δημοσιεύτηκε στο Αναζήτηση Συνεργατών (Forum) από το μέλος ABS στις Φεβρουαρίου 3, 2011
1 2 >
Με χρήση του Community Server (Commercial Edition), από την Telligent Systems